:root {
	--aqua:#00ffff;
	--green:#093;
	--blue:#06c;
	--darkblue:#002b98;
	--medpurple:#60C;
	--darkpurple:#361257
}
* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:0
}
html {
	box-sizing:border-box
}
*,:after,:before {
	box-sizing:inherit
}
button,button:focus {
	border:none;
	outline:0
}
svg {
	display:block;
	margin:0 auto
}
img {
	display:inline-block
}
img.lazyload:not([src]) {
	visibility:hidden
}
body {
	background-color:var(--darkpurple);
	font-family:Montserrat,sans-serif;
	text-align:center
}
a,a:visited {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
h1,h2,h3,h4,h5,h6 {
	font-family:Questrial,sans-serif
}
h1 {
	line-height:33px
}
h2 {
	line-height:25px
}
.row {
	background-color:var(--medpurple);
	color:#fff
}
.row02 {
	height:40px;
	display:none
}
.dark_purple {
	background-color:var(--darkpurple)
}
.linear {
	background:#60c;
	background:linear-gradient(135deg,#60c 0,#60c 60%,#06c 100%)
}
.menu_bar_item {
	width:33.33%;
	height:50px;
	float:left;
	padding:4px
}
.menu_bar_button {
	background-color:transparent;
	cursor:pointer
}
.menu2 {
	display:inline-block;
	height:40px;
	margin:0 auto;
	line-height:40px
}
.menu2 a {
	color:#fff;
	text-decoration:none
}
.menu2_item {
	cursor:pointer;
	padding:0 16px;
	float:left;
	font-weight:700;
	font-size:14px
}
.menu2_item:hover {
	background-color:var(--blue)
}
.show_on_768,.show_on_desktop {
	display:none
}
.start_game_wrapper.mobile {
	display:flex;
	flex-direction:column
}
.GameCategoryButton {
	-webkit-box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px transparent;
	box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px transparent;
	background-color:var(--green);
	background:linear-gradient(to bottom,#1bc253 5%,var(--green) 100%);
	border:2px #fff solid;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:24px;
	padding:5px;
	width:320px;
	height:42px;
	text-decoration:none;
	text-shadow:0 1px 0 #5b8a3c
}
.GameCategoryButton:hover {
	background:linear-gradient(to bottom,var(--green) 5%,#1bc253 100%);
	background-color:var(--green)
}
.GameCategoryButton:active {
	position:relative;
	top:1px;
	border:2px #fff solid
}
.rounded_corners {
	border-radius:4px
}
.advertisement {
	font-size:9px;
	min-height:11px;
	line-height:11px
}
#gameplay_row01_desktop,#gameplay_row01_tablet,#gameplay_row02_desktop,#gameplay_row03_desktop,#gameplay_row06_desktop {
	display:none
}
.r01.c01,.r01.c02,.r03.c01,.r03.c02 {
	display:none
}
.r01.c04,.r03.c04 {
	display:none
}
#playBtn_noMouse,.ad_wrapper.slot4,.hide_on_phones {
	display:none
}
.HAB_07,.HAB_08,.HAB_09,.HAB_10 {
	display:none
}
.zoom {
	transition:transform .2s
}
.zoom:hover {
	-ms-transform:translate(0,-5px) scale(1.05);
	-webkit-transform:translate(0,-5px) scale(1.05);
	transform:translate(0,-4px) scale(1.04);
	-webkit-box-shadow:0 5px 5px 0 rgba(50,50,50,.5);
	-moz-box-shadow:0 5px 5px 0 rgba(50,50,50,.5);
	box-shadow:0 5px 5px 0 rgba(50,50,50,.5)
}
ul.breadcrumb {
	list-style:none
}
ul.breadcrumb li {
	display:inline;
	font-size:12px
}
ul.breadcrumb li+li:before {
	padding:8px;
	color:#fff;
	content:"\203A"
}
ul.breadcrumb li a,ul.breadcrumb li a:visited {
	color:var(--aqua)
}
ul.breadcrumb li a:hover {
	color:var(--aqua)
}
.game_details_container a,.game_details_container a:visited {
	color:var(--aqua)
}
.game_details_row {
	margin:10px
}
.circle-border {
	background-color:var(--blue);
	color:#fff;
	border-radius:25px;
	display:inline-block;
	padding:10px;
	font-size:12px;
	min-height:35px;
	margin:5px;
	font-weight:700;
	-webkit-box-shadow:5px 5px 0 0 #07006b;
	-moz-box-shadow:5px 5px 0 0 #07006b;
	box-shadow:5px 5px 0 0 #07006b
}
.circle-border:hover {
	background-color:#07006b
}
.gameplay_more_games_wrapper {
	padding:10px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center
}
.gameplay_more_games_item_gametitle {
	width:178px;
	font-weight:700;
	line-height:1.02em;
	height:2.04em;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#fff;
	padding:0 5px
}
.gameplay_more_games_item_wrapper {
	width:178px;
	height:142px;
	margin:6px 4px;
	background-color:var(--darkpurple);
	padding-bottom:5px;
	box-shadow:rgb(3 8 20 / 10%) 0 .15rem .5rem,rgb(2 8 20 / 10%) 0 .075rem .175rem
}
.gameplay_more_games_item {
	width:178px;
	height:105px
}
.gameplay_more_games_item img {
	display:block;
	border-radius:4px 4px 0 0
}
.gameplay_more_games_wrapper a:hover {
	text-decoration:none
}
#coolgames_row04,#gameplay_row08 {
	display:flex;
	justify-content:center;
	font-size:smaller
}
.footer_wrapper {
	margin:10px
}
.footer_item {
	margin-bottom:10px
}
.footer_item a {
	color:#fff;
	text-decoration:none
}
.footer_item a:hover {
	text-decoration:underline
}
.moregames_g2 {
	display:none
}
.moregames_g1.top100_11,.moregames_g1.top100_12,.moregames_g1.top100_13,.moregames_g1.top100_14,.moregames_g1.top100_15,.moregames_g1.top100_16,.moregames_g1.top100_17,.moregames_g1.top100_18,.moregames_g1.top100_19,.moregames_g1.top100_20 {
	display:none
}
.moregames_g2.top100_01,.moregames_g2.top100_02,.moregames_g2.top100_03,.moregames_g2.top100_04,.moregames_g2.top100_05,.moregames_g2.top100_06,.moregames_g2.top100_07,.moregames_g2.top100_08,.moregames_g2.top100_09,.moregames_g2.top100_10 {
	display:block
}
.rating_bar {
	display:flex;
	justify-content:center;
	height:40px
}
.rating {
	unicode-bidi:bidi-override;
	color:#dbdbdb;
	font-size:40px;
	height:40px;
	min-width:167px;
	margin-right:10px;
	position:relative;
	padding:0;
	text-shadow:0 1px 0 #a2a2a2;
	line-height:40px
}
.rating_upper {
	color:#fcf916;
	padding:0;
	position:absolute;
	z-index:1;
	display:flex;
	top:0;
	left:0;
	overflow:hidden
}
.rating_lower {
	padding:0;
	display:flex;
	z-index:0
}
.rating_btn_left {
	background-color:var(--green);
	height:40px;
	width:66px;
	border-radius:25px 0 0 25px;
	display:flex;
	justify-content:center;
	align-content:center;
	-webkit-box-shadow:5px 5px 0 0 #07006b;
	-moz-box-shadow:5px 5px 0 0 #07006b;
	box-shadow:5px 5px 0 0 #07006b
}
.rating_btn_right {
	cursor:pointer;
	background-color:var(--green);
	height:40px;
	width:66px;
	border-radius:0 25px 25px 0;
	display:flex;
	justify-content:center;
	align-content:center;
	-webkit-box-shadow:5px 5px 0 0 #07006b;
	-moz-box-shadow:5px 5px 0 0 #07006b;
	box-shadow:5px 5px 0 0 #07006b
}
.rating_btn_left:hover,.rating_btn_right:hover {
	background-color:#07006b
}
.btnVoteUp {
	background:url(/include/2021/ratings/images/happy-button.svg) no-repeat;
	cursor:pointer;
	border:none;
	background-color:transparent;
	width:39px;
	height:31px;
	margin:4.5px
}
.btnVoteDown {
	background:url(/include/2021/ratings/images/sad-button.svg) no-repeat;
	cursor:pointer;
	border:none;
	background-color:transparent;
	width:39px;
	height:31px;
	margin:4.5px
}
.btnVoteUp:disabled {
	background:url(/include/2021/ratings/images/happy-button-checked.svg) no-repeat;
	cursor:none;
	width:39px;
	height:31px
}
.btnVoteDown:disabled {
	background:url(/include/2021/ratings/images/sad-button-checked.svg) no-repeat;
	cursor:none;
	width:39px;
	height:31px
}
.rating_bar_fullscreen_btn {
	display:none;
	min-height:40px;
	border-radius:25px;
	background-color:var(--blue);
	margin-left:15px;
	color:#fff;
	align-items:center;
	padding:0 10px;
	text-decoration:none;
	text-shadow:0 1px 0 #5b8a3c;
	font-weight:700;
	-webkit-box-shadow:5px 5px 0 0 #07006b;
	-moz-box-shadow:5px 5px 0 0 #07006b;
	box-shadow:5px 5px 0 0 #07006b
}
.rating_bar_fullscreen_btn:hover {
	background-color:#07006b
}
.rating_bar a:hover {
	text-decoration:none
}
#category_row01_desktop,#category_row02_desktop,.category_featured_game_wrapper.item_02 {
	display:none
}
.category_details_container.center.block_01 {
	display:flex;
	text-align:left
}
.category_details_row {
	margin:10px
}
.ad_wrapper.category.slot1,.ad_wrapper.category.slot2 {
	margin:75px 0 0 0
}
.category_details_list {
	margin-left:30px;
	color:#fff
}
.category_details_list li {
	margin-bottom:5px;
	font-weight:700
}
.category_details_list a {
	color:var(--aqua)
}
.blue_links a {
	color:var(--aqua);
	font-weight:700
}
.hoverline a:hover {
	text-decoration:underline
}
.r03.c01,.r03.c03,.r04.c01,.r04.c03 {
	display:none
}
.category_details_row.rounded_corners.catadbreak,.category_details_row_wrapper.catadbreak {
	background-color:var(--darkpurple)
}
.category_details_container.center {
	max-width:1008px
}
.category_details_container.center_row03 {
	width:100%;
	max-width:1008px
}
.homeRect02,.homeRect06 {
	display:none
}
.TG_11,.TG_12,.TG_13,.TG_14,.TG_15,.TG_16,.TG_17,.TG_18,.TG_19,.TG_20 {
	display:none
}
.ViewAll_btn {
	display:none
}
.AZ_btn {
	margin:0 5px;
	padding:5px;
	font-size:11px
}
.grade_skill_bar_btn {
	display:flex;
	min-height:40px;
	border-radius:25px;
	background-color:var(--blue);
	margin:5px;
	min-width:64.64px;
	color:#fff;
	align-items:center;
	justify-content:center;
	padding:0 10px;
	text-decoration:none;
	text-shadow:0 1px 0 #5b8a3c;
	font-weight:700;
	-webkit-box-shadow:5px 5px 0 0 #07006b;
	-moz-box-shadow:5px 5px 0 0 #07006b;
	box-shadow:5px 5px 0 0 #07006b
}
.grade_skill_bar_btn:hover {
	background-color:#07006b
}
.grade_skill_bar_wrapper a:hover {
	text-decoration:none
}
.grade_skill_bar_mobile {
	display:flex;
	justify-content:center
}
.grade_skill_bar_desktop {
	display:none;
	justify-content:center
}