ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}
:root {
  --colbg: #fff76e;
  --coltheme: #ff201b;
  --col3: #000000;
}
@font-face {
font-family: Font;
src: url('images/fonts/jester.ttf');
}
@font-face {
font-family: Font2;
src: url('images/fonts/super_comic.otf');
}
@font-face {
font-family: Font3;
src: url('images/fonts/myriad.ttf');
}
@font-face {
font-family: Font4;
src: url('images/fonts/american_captain.otf');
}
html, body {
  height: 100%;
}
body {
  background: var(--colbg) url('images/bg.jpg');
  background-attachment: fixed;
  font-family: Font;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: var(--colbg);
}
body::-webkit-scrollbar-thumb {
  background: var(--coltheme);
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: var(--coltheme);
  text-decoration: none;
}
a:hover {
  color: var(--colbg);
  text-decoration: none;
  filter: contrast(130%);
}
h1, h2, h3, h4, h5, h6 {
  font-family: Font2;
  font-size: 48px;
  color: var(--coltheme);
  font-weight: normal;
  margin: 10px 0;
}
input, textarea {
  background: #fff;
  border-radius: 13px;
  color: #000;
  font-family: Font;
  font-size: 16px;
  height: 31px;
  padding: 0 0 0 10px;
  border: none;
}
.p14 {font-size: 14px;}
.p15 {font-size: 15px;}
.p16 {font-size: 16px;}
.p36 {font-size: 36px;}
.p48 {font-size: 48px;}
.p24 {font-size: 24px;}
.p36 {font-size: 36px;}
.p48 {font-size: 48px;}

.pco1 {color: var(--colbg);}
.pco2 {color: var(--coltheme);}
.pco3 {color: var(--col3);}
.pwhite {color: #fff;}
.pblack {color: #000;}

.af {
  clear: both;
  width: 100%;
  height: 1px;
}
#top {
  width: 100%;
  text-align: center;
}
.line {
  width: 100%;
  height: 10px;
  background: var(--coltheme);
}
#search {
  display: none;
  height: 70px;
  background: var(--coltheme);
  width: 100%;
  padding: 15px 10px 0 10px;
}
#search form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.infind {
  background: #fff;
  border-radius: 10px;
  font-size: 24px;
  width: 100%; height: 50px;
  color: var(--col3);
}
.findbut {
  border: none;
  background: none;
  height: 50px; width: 50px;
  margin: 0 0 0 10px; padding: 0;
}
#logo {
  display: block;
  width: 366px; height: 84px;
  background: url('images/logo.png') no-repeat;
}
#menu {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#menu a {
  display: block;
  border-radius: 15px;
  background: var(--coltheme);
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 30px 8px 30px;
  margin: 0 1%;
}
#topna {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
}
.text {
  color: #000;
  font-size: 14px;
  padding: 0 5%;
}
.games, .games_medium {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.games a, .games_small a, .games_medium a {
  width: 200px; height: 200px;
  display: block;
  border-radius: 15px;
  border: 3px solid #fff;
  margin: 5px;
}
.games_medium a {
  margin: 2px;
}
.games_small a {
  width: 157px; height: 157px;
}
.games_medium a {
  width: 145px; height: 145px;
}
.games a img, .games_small a img, .games_medium a img {
  width: 100%; height: 100%;
  border-radius: 13px;
}
.games a div, .games_small a div, .games_medium a div {
  display: none;
  width: inherit;
  border-radius: 10px 10px 0 0;
  background: var(--coltheme);
  text-align: center;
  color: #fff;
  padding: 5px 0;
  position: absolute;
}
.games a:hover div, .games_small a:hover div, .games_medium a:hover div {
  display: block;
}
#find {
  display: block;
  width: 60px; height: 60px;
  background: url('images/find.png') no-repeat;
}
.menu {
  display: block;
  width: 62px; height: 55px;
  background: url('images/menu.png') no-repeat;
  visibility: hidden;
}
#showcase {
  width: 100%; height: 230px;
  background: var(--coltheme);
  padding: 20px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#showcase > div {
  width: 95%;
  padding: 0 0 5px 0;
  margin: 0 10px;
  overflow-x: scroll;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#showcase > div::-webkit-scrollbar {
  background: var(--coltheme);
  height: 5px;
}
#showcase > div::-webkit-scrollbar-thumb {
  background: var(--colbg);
}
#showcase .showgame {
  width: 600px; height: 186px;
  overflow: hidden;
  text-align: left;
  color: #fff;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  text-align: justify;
}
#showcase .showgame img {
  width: 250px; height: 180px;
  border-radius: 15px;
  border: 3px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.stars {
  width: 171px; height: 29px;
  background: url('images/stars_blank.png') no-repeat;
  text-align: left;
}
.stars div {
  height: 29px;
  background: url('images/stars.png') no-repeat;
}
.rating {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.rating > div:nth-child(1) {
  font-family: Font4;
  color: #fff;
  font-size: 40px;
  background: var(--coltheme);
  border-radius: 15px;
  border: 3px solid #fff;
  padding: 0 10px;
  z-index: 2;
}
.rating > div:nth-child(2) {
  background: #fff;
  border-radius: 15px;
  padding: 5px 5px 5px 20px;
  position: relative;
  left: -15px;
}
.a_left {
  display: block;
  width: 36px; height: 63px;
  background: url('images/a_left.png') no-repeat;
}
.a_right {
  display: block;
  width: 36px; height: 63px;
  background: url('images/a_right.png') no-repeat;
}
#best10 {
width: 99%;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: flex-start;
}
#best10 > div:nth-child(1) {
  width: 1000px;
}
#best10 > div:nth-child(2) {
  width: 160px;
  position: relative; top: -5px;
}
.bestline {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #fff;
  margin: 0 0 5px 0;
}
.bestline div:nth-child(1) {
  width: 55px; height: 107px;
  font-family: Font4;
  font-size: 48px;
  color: #fff;
  background: var(--coltheme);
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.bestline img {
  width: 150px; height: 107px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 0 0 0 0;
}
.bestline div:nth-child(3) {
  text-align: left;
  padding: 10px;
}
.pord {
  color: #666;
  font-size: 14px;
  text-align: justify;
  height: 50px;
  overflow: hidden;
  margin: 5px 0 0 0;
}
.por {
  color: var(--coltheme);
  font-size: 24px;
  height: 28px;
  overflow: hidden;
}
.white {
  width: 990px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.ad {
    float: left;
    margin: -5px 15px 5px 0;
    width: 336px;
    height: 290px;
}
.ad2 {
    width: 100%;
    max-height: 250px;
    margin: 5px 0 25px 0;
}
.pidpys {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.lay {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#ginf {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 16px;
}
#ginf > div:nth-child(1) img {
  border-radius: 15px;
}
#ginf > div:nth-child(2) {
  min-width: 350px;
  height: 250px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
#ginf > div:nth-child(2) p {
margin: 3px 0;
}
#ginf > div:nth-child(3) {
  min-width: 250px;
  text-align: center;
}
#ginf > div:nth-child(3) div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#ginf > div:nth-child(3) a {
  font-size: 24px;
  margin: 2px 10px;
  white-space: nowrap;
}
.numb {
  font-weight: bold;
  color: #333;
  font-family: Font4;
  font-size: 21px;
}
#playbut {
  padding: 0 0 0 70px;
  background: url('images/play.png') no-repeat;
  height: 60px;
  font-family: Font4;
  text-transform: uppercase;
  font-size: 48px;
  color: var(--coltheme);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#bottom {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  background: var(--coltheme);
  border-top: 5px solid #fff;
  padding: 10px 1%;
}
.botico {
  float: left;
  margin: 0 20px 0 0;
}
#bottom > div:nth-child(1){
  text-align: left;
  color: var(--col3);
  flex-shrink: 0;
}
#bottom > div:nth-child(2){
  width: 50%;
  text-transform: uppercase;
  font-size: 18px;
}
#bottom div:nth-child(2) a {
  margin: 0 2%;
  white-space: nowrap;
}
#bottom div:nth-child(2) a:hover {
  text-decoration: underline;
}
#bottom div:nth-child(2) div {
  text-align: center;
  margin: 20px 0;
}
#bottom div:nth-child(2) div:nth-child(1) a {
  color: var(--col3);
}
#bottom div:nth-child(2) div:nth-child(2) a {
  color: #fff;
}
.botlog {
  margin: 15px 0 5px 0;
}
#gameplay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
#game {
  background: #000;
  width: 100%;
  height: 100%;
}
#gamenu {
  width: 100%;
  height: 80px;
  background: var(--coltheme);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-top: 3px solid #000;
}
#hideme {
  width: 50px; height: 35px;
  background-color: var(--coltheme);
  border-radius: 15px 15px 0 0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  bottom: 0; left: 10px;
  margin-bottom: 75px;
}
.aup {
  background: url('images/arrow_up.png') 50% 50% var(--colbg) no-repeat;
}
.adown {
  background: url('images/arrow_down.png') 50% 50% var(--colbg) no-repeat;
}
#minigames {
  width: 100%;
  height: 64px;
  overflow: hidden;
}
#minigames img {
  width: 60px; height: 60px;
  border: 2px solid #000;
  border-radius: 10px;
}
#bigmark {
  font-size: 60px;
  font-family: Font4;
  margin: 0 2px;
  color: #fff;
  -webkit-text-stroke: 2px #000;
}
.like {
  display: block;
  width: 52px; height: 63px;
  background: url('images/like.png') no-repeat;
}
.dislike {
  display: block;
  width: 52px; height: 63px;
  background: url('images/dislike.png') no-repeat;
}
.like_on {
  background: url('images/like_on.png') no-repeat;
}
.dislike_on {
  background: url('images/dislike_on.png') no-repeat;
}
#boblo {
  width: 290px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
#boblo img {
  margin: 0 5px -3px 0;
}
#popup {
	display: none;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
#apprate {
	width: 310px;
	height: 450px;
	background: url('images/apprate.png') 50% 100%  #fff no-repeat;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
  border-radius: 15px;
  line-height: 300%;
  padding: 20px 0 0 0;
  border: 3px solid var(--colbg);
}
#apprate img {
	margin: 0 0 -5px 0;
}
.pr {
	font-size: 24px;
	color: #111;
	line-height: 100%;
	margin: 20px 0 0 0;
}
.no {
	color: #999;
	font-size: 14px;
	margin: 0 0 15px 25px;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 9;
}
.no:hover {
	text-decoration: underline;
}
.rghost {
	display: block;
	width: 310px; height: 450px;
	position: absolute;
}
.bab {
	display: none;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
	padding: 10px;
  color: #fff;
}
.pshot {
  font-size: 24px;
  height: 30px;
  overflow: hidden;
}
#loading {
position: fixed;
width: 100vw; height: 100vh;
top: 0; left: 0;
z-index: 1000;
font-size: 30px;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
background: var(--colbg);
color: #fff;
}
.nofound {
  margin: 0 10%;
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  font-size: 48px;
}
.tagscloud {
  width: 100%;
  padding: 0 3%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.tagscloud a {
  color: var(--coltheme);
  margin: 2px 5px;
  border: 1px solid var(--coltheme);
  border-radius: 25px;
  padding: 5px;
}
.tagscloud a:hover {
  color: var(--coltheme);
  background: #fff;
}

.flegame {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
.sidel {
  width: 100px;
  text-align: left;
  height: 600px;
  overflow: hidden;
  padding: 0 5px 0 0;
  flex-shrink: 0;
}
.sider {
  width: 100px;
  text-align: right;
  height: 600px;
  overflow: hidden;
  padding: 0 5px 0 0;
  flex-shrink: 0;
}
.advert300, .advert160 {
  height: 600px;
}
.advert300 > p, .advert160 > p {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  position: absolute;
  margin-top: -15px;
  text-align: center;
}
.advert300 > p {width: 300px;}
.advert160 > p {width: 160px;}
.advert300 {
  width: 300px;
  flex-shrink: 0;
}
.advert160 {
  width: 160px;
  flex-shrink: 0;
}
#gamepl {
  max-width: 800px;
  height: 600px;
  width: 100%;
}
.fleg {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  height: 60px;
  background-color: #67c8e7;
}
.gai {
  height: 600px;
  background-color: #000;
}
.smallgames a {
width: 80px; height: 80px;
position: relative;
}
.smallgames a img {
width: 80px; height: 80px;
border: 3px solid var(--coltheme) !important;
}
.smallgames a div {
visibility: hidden;
}
.smallgames a:hover img {
filter: brightness(130%);
}

@media (max-width:1000px) {
  #ginf {flex-flow: row wrap; justify-content: center;}
  #ginf > div:nth-child(2) {width: 50%;}
  #ginf > div:nth-child(3) {margin: 20px 0 0 0;}
}
@media (max-width:870px) {
  #bottom {flex-flow: row wrap; justify-content: center;}
  #bottom div:nth-child(2) {width: 100%;}
  #best10 > div:nth-child(2) {display: none;}
}
@media (max-width:700px) {
  #ginf > div:nth-child(2) {margin: 20px 0 0 0; width: 100%;}
  #ginf > div:nth-child(3) {margin: 20px 0 0 0;}
  .ad {float: none; width: 95vw; margin: 0 0 10px 0;}
  .ad ins {width: 90vw;}
  .ad2 {width: 95vw;}
  .bab {display: block;}
}
@media (max-width:570px) {
  .menu {display: none;}
  .white {padding: 10px;}
  #ginf > div:nth-child(1) img {width: 90vw; height: auto;}
  #menu a {font-size: 20px;padding: 8px 20px 6px 20px;}
}

@media (max-width:1400px) {
  .sider {display: none;}
  .advert300 {margin: 0 0 0 10px;}
}
@media (max-width:1200px) {
  .sidel {display: none;}
  .advert160 {margin: 0 10px 0 0;}
}
@media (max-width:1000px) {
  .advert160 {display: none;}
}
@media (max-width:800px) {
  .advert300 {display: none;}
}
