/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* PALETTE 
#F6F4F4
#F3B353
#86D0B7
#BB605C
#475974
*/

/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

html {
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #EBEBEB;
	font-size: medium;
	text-align: center;
	/* https://devhints.io/css-system-font-stack */
	font-family: -apple-system, BlinkMacSystemFont,
		"Segoe UI", "Roboto", "Oxygen",
		"Ubuntu", "Cantarell", "Fira Sans",
		"Droid Sans", "Helvetica Neue", sans-serif;
}

h1, h2, h3, h4, h5, h6, div.ratingTitle {
	color: #37404A;
	font-size: 100%;
}

h1 {
    font-size: 150%;
    line-height: 1.1em;
    margin-bottom: 1em;
}
p { margin: 1em 0; }

a         { color: #009df5; text-decoration: none; }
a:hover   { color: #33ccff; text-decoration: underline; }
/*a:visited { color: #4a6b82; }*/ /* Ð½Ð°Ñ„Ð¸Ð³ Ð²Ñ‹Ð¿ÐµÐ½Ð´Ñ€ÐµÐ¶ Ð½Ð° Ð¸Ð³Ñ€Ð¾Ð²Ð¾Ð¼ Ð¿Ð¾Ñ€Ñ‚Ð°Ð»Ðµ */

.clear-both {
	clear: both;
}


/* iOS rounded borders fix */
input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	border-radius: 0;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

#home p, #home .text-content {
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 2em;
}
#home .text-content ul { 
	list-style-type: disc; 
	list-style-position: inside; 
}
#home .text-content ol { 
	list-style-type: decimal; 
	list-style-position: inside; 
}
#home .text-content ul ul, #home .text-content ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
#home .text-content ol ol, #home .text-content ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}

ul.posts {
	list-style-type: none;
	margin-bottom: 1.5em;
}

ul.posts li {
	line-height: 1.75em;
}

ul.posts span {
	color: #aaa;
	font-family: Monaco, Consolas, "Courier New", monospace;
	font-size: 80%;
}

ul.posts b.hot {
	background-color: #CC0000;
	color: #fff;
	font-size: 80%;
	padding: 0 0.4em;
}

ul.games {
	list-style-type: none;
	margin-bottom: 1.5em;
	overflow: auto;
	width: 100%;
	padding-bottom: 1px; // firefox fix
}

ul.games li {
	float: left;
	margin: 4px;
	line-height: 0;
}

img.icon-size {
	border: 0;
	width: 107px;
	height: 80px;
}

ul.games li.game-as-rectad-left {
	width: 336px;
	height: 280px;
	float: left;
	margin: 4px 5px 4px 4px;
}
ul.games li.game-as-rectad-right {
	width: 336px;
	height: 280px;
	float: right;
	margin: 4px 5px 4px 4px;
}

.hg-tooltip {
	background: #CC0000;
	border: 1px solid #fff;
	color: #fff;
	/*margin-left: 7px;*/
}
/* Use this next selector to style things like font-size and line-height: */
.hg-tooltip .tooltipster-content {
	font: 13.34px Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 6px;
}

div.tags {
	margin: 0 0 2em 0;
	text-align: left;
}
div.tags .h2 {
	color: #37404A;
	font-size: 100%;
	font-weight: bold;
}
div.tags a {
	background-color: #FFFFFF;
	display: inline-block;
	font-size: 90%;
	margin: 2px 2px;
	padding: 0.1em 0.6em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s ease-out;
}
div.tags a:hover {
	text-decoration: underline;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
}

h1.tag-title,
h1.search-title,
h2.home-title,
h1.home-title,
h1.notfound-title,
div.game-post h2,
div.games-more h2,
div.tags h2, 
div.tags .h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
}

h1.notfound-title {
	line-height: 1.3em;
}

div.tag-desc {
	line-height: 1.5em;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
	font-size: 115%;
	text-align: justify;
	width: 860px;
	margin: 1em auto 1em;
	line-height: 1.2em;
}

.site .meta {
	color: #aaa;
}

.site .footer {
	font-size: 80%;
	color: #666;
	/*border-top: 2px solid #ccc;*/
	margin-top: 2em;
	overflow: hidden;
	/*width: 100%;*/
}

/*.site .footer .contact {
	float: left;
	margin-right: 3em;
}

.site .footer .contact a {
	color: #999;
}

.site .footer .rss {
	margin-top: 1.1em;
	margin-right: -.2em;
	float: right;
}

.site .footer .rss img {
	border: 0;
}*/

/* HEADER */

.topmenu-wrap {
	background: #999;
	overflow: hidden;
}
ul.topmenu {
	display: block;
	padding: 0;
	margin: 0 auto 0;
	width: 860px;
}
ul.topmenu li:first-child {
}
ul.topmenu li {
	background: #666;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 15px;
	text-transform: uppercase;
	line-height: 1.7em;
	white-space: nowrap;
}
ul.topmenu li a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 2px 0;
}
ul.topmenu li.active {
	background: #333;
}

.header-wrap {
	background: #cfcfcf;
}

.header {
	width: 730px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding: 35px 0 22px 130px;
	position: relative;
}

.header a {
	/*color: #F8F8F8;*/
	font-weight: bold;
	text-decoration: none;
}

.img-logo {
	position: absolute;
	top: 10px;
	left: 0;
	border: 0;
	/* width: 130px; */
}

.players-count {
	color: #444;
	font-weight: bold;
	position: absolute;
	left: 54px;
	top: 59px;
	font-size: 90%;
	text-transform: uppercase;
}

#players-count {

}

.header span.title, .header h1.title {
	font-size: 28px;
	display: inline-block;
	margin: 0;
	/*text-transform: lowercase;*/
	/*letter-spacing: -2px;*/
}

.header span.title a, .header h1.title a {
}

.header span.title a:hover, .header h1.title a:hover {
	/*color: #33ccff;*/
}

.search {
	overflow: hidden;
	width: 300px;
	vertical-align: middle;
	white-space: nowrap;
	position: absolute;
	right: 0px;
	top: 10px;
}

.search input[type="search"] {
	width: 300px;
	height: 40px;
	background: #fff;
	border: none;
	/* font-size: 10pt; */
	float: left;
	padding-left: 15px;
}
.search button {
	border: none;
	background: #86D0B7;
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 10pt;

	outline: none;
	margin-left: -40px;
}
.search:hover button, .search:active button, .search:focus button{
	outline: none;
}
.search:hover button:hover{
	background: #1e7aa1;
	cursor: pointer;
}

.no-results {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 200%;
	line-height: 1.3em;
}
.no-results span {
	background: #ccc;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

/* standard */
.post pre {
	border: 1px solid #ddd;
	background-color: #eef;
	padding: 0 .4em;
}

.post ul, .post ol {
	margin-left: 1.35em;
}

.post code {
	border: 1px solid #ddd;
	background-color: #eef;
	padding: 0 .2em;
}

.post pre code {
	border: none;
}

/* terminal */
.post pre.terminal {
	border: 1px solid #000;
	background-color: #333;
	color: #FFF;
}

.post pre.terminal code {
	background-color: #333;
}

/*****************************************************************************/
/*
/* Games
/*
/*****************************************************************************/

div.games-latest {
	margin-bottom: 1em;
}

div.game-title {
	position: relative;
}
div.game-title h1 {
	font-size: 120%;
	text-transform: uppercase;
}
div.game-title div.social {
	position: absolute;
	right: 0;
}

div.game-container {
}

#game-container2 {
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	padding-bottom: 40px;
	position: relative;
}
#game-frame-container {
	line-height: 0;
}
#game-frame {
}
#game-container2, #game-frame {
	width: 980px; /* default width for widest screen */
}

#game-menu {
	background: #333;
	color: #fff;
	height: 40px;
}
#game-menu a.logo {
	float: right;
	height: 40px;
}
#game-menu a.logo:hover {
	background-color: #666;
}
#game-menu a.promo {
	float: right;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	margin-right: 12px;
	font-weight: bold;
}
#game-menu a.promo span {
	font-size: 10px;
	padding: 1px 5px 2px;
	border-radius: 10px;
	margin-left: 5px;
	border: 2px solid #fff;
}
#game-menu a.promo:hover span {
	text-decoration: none;
}

#game-fullscreen-btn, #game-fullpage-btn {
	float: left;
	cursor: pointer;
	padding: 0 0;
	color: #999;
	user-select: none;
	width: 40px;
	height: 40px;
}
#game-fullscreen-btn:hover, #game-fullpage-btn:hover {
	background-color: #666;
}
#game-fullpage-btn img.exit {
	display: none;
}

body.fullpage {
	overflow: hidden;
}
body.fullpage #game-fullscreen-btn {
	display: none !important;
}
body.fullpage #game-fullpage-btn img {
	display: none;
}
body.fullpage #game-fullpage-btn img.exit {
	display: inline;
}
body.fullpage .rekl {
	display: none !important;
}
body.fullpage #game-container2 {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100% !important;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 10;
}

#game-ad-container {
	position: absolute;
	top: 0;
	left: 0;
}

.rekl {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 300px;
}
.rekl-box {
	background: #f2f2f2;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	width: 300px;
	height: 600px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#rekl-promo {
	line-height: 0;
}

.game-mobile {
	display: none;
	position: relative;
	line-height: 0;
}
.game-mobile img {
	width: 100%;
}
.game-mobile video, .game-mobile .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.game-mobile .bg {
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.game-mobile .text {
	line-height: 1.2em;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	margin-top: 20%;
	padding: 0 10px;
}
.game-mobile a.newwindow-btn {
	background-color: #86D0B7;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 30%;
	line-height: 1.2em;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: box-shadow 0.2s ease-out;
}
.game-mobile a.newwindow-btn:hover {
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
	text-decoration: underline;
}

div.game-warning {
	background-color: #f2f2f2;
	padding: 2em 3em 2em;
}

div.game-infoblock {
	margin: 1em 0 2em 0;
}
div.game-infoblock h2 {
	text-transform: uppercase;
}

div.game-post {
	margin: 1em 0 2em 0;
	line-height: 1.6em;
}
div.game-post h2 {
	margin-bottom: 0;
}
div.game-post h2 + p {
	margin-top: 0;
}
div.game-post h3 {
	margin-top: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 90%;
}
div.game-post h3 + p, div.game-post h3 + ul, div.game-post h3 + ol {
	margin-top: 0;
}
div.game-post ul { 
	list-style-type: disc; 
	list-style-position: inside; 
	text-align: left;
}
div.game-post ol { 
	list-style-type: decimal; 
	list-style-position: inside; 
	text-align: left;
}
div.game-post ul ul, div.game-post ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
div.game-post ol ol, div.game-post ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}
div.game-post .img-responsive {
	display: block;
	width: 100%;
}
div.game-post .img-responsive + em {
	background-color: #f9f9f9;
	display: block;
	text-align: center;
}

div.game-tags {
	margin: 1em 0 1em 0;
	text-align: left;
}
div.game-tags h2 {
	text-transform: uppercase;
}
div.game-tags h2 {
	margin-bottom: 1em;
}
div.game-tags a {
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s ease-out;
	display: inline-block;
	font-size: 90%;
	margin: 2px 2px;
	padding: 0.1em 0.6em;
	text-decoration: none;
	text-transform: uppercase;
}
div.game-tags a:hover {
	text-decoration: underline;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
}

div.game-comments {
	margin: 1em 0 1em 0;
}

div.games-random, div.games-new, div.games-home {
	margin: 1em 0 2em 0;
	text-align: left;
}
div.games-random h2, div.games-new h2, div.games-home h2 {
	margin-bottom: 1em;
    font-size: 150%;
	text-transform: uppercase;
}
div.games-random a, div.games-new a {
	/*margin: 0 8px 0 0;*/
}

div.games-more {
	clear: both;
	margin: 1em 0 2em 0;
	text-align: left;
}
div.games-more a {
	/*margin: 0 8px 0 0;*/
}

span.cheat-button {
	color: #fff;
	background: #009df5;
	border-top: 2px solid #009df5;
	border-left: 2px solid #009df5;
	border-right: 2px solid #009df5;
	border-bottom: 2px solid #009df5;
	cursor: pointer;
	display: inline-block;
	font-family: Tahoma, Arial, sans-serif;
	/* font-size: 12px; */
	font-weight: bold;
	line-height: 15px;
	padding: 0px 4px 0;
}

span.cheat-button-card {
	color: #555;
	background: #ddd;
	border: 1px solid #fff;
	border-top: 0px;
	display: inline-block;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	padding: 0 5px;
}

/* NEW DESIGN */

.next-page-marker {
	float: left;
}
.next-page-loading {
	animation: blinker 1s linear infinite;
	display: block;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

@keyframes blinker {  
	50% { opacity: 0; }
}

.categoryCardsContainer {
	margin: 0 -2px;
}

.categoryCards {
	overflow: hidden; /* instead of clear both */
	padding: 0 2px;
}

.categoryCard {
	float: left;
	display: block;
	width: 200px;
	height: 245px;
	background-color: #FFF;
	padding: 0px;
	color: #4198FF;
	text-decoration: none;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s ease-out;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.categoryCard img {
	border: 0;
}
.categoryCard:hover {
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
	text-decoration: none;
}
.categoryCard video {
	height: 150px;
	left: 0;
	object-fit: fill;
	position: absolute;
	top: 0;
	width: 200px;
}
.categoryCard4 {
	/*margin-right: 0;*/
}

.cardImageBg {
	height: 150px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cardImage {
	width: 100%;
	position: relative;
}
.cardContainer {
	padding: 6px 10px;
	position: relative;
	background-color: #ffffff;
	/*height: 48px;*/
	overflow: hidden;
}
.categoryCard:hover .cardTitleGame {
	color: #33ccff;
}
.categoryCard .cardTitle {
	/* display: block; */ /* freecell.io */
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 0.75em;
	color: #666;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.1em;
	word-break: break-all;
}
.cardTitleGame {
	text-transform: uppercase;
	font-weight: bold;
}
.cardTitleDesc {
	
}
.cardRating:before {
	content: "\200b";
}
.cardRating {
	display: inline-block;
	padding: 1px 4px;
	background: #ccc;
	color: #000;
	font-size: 90%;
	min-width: 1.05em;
	transition: background-color 0.2s ease-out;
}
.cardRatingBad {
	background: #EDC02F;
	color: #fff;
}
.cardRatingSuper {
	background: #A4DD48;
	color: #fff;
}
.cardRatingGood {
	background: #549f02;
	color: #fff;
}
.categoryCardFooter {
	/*border-top: 1px solid #EAEAEA;*/
	background: #EEE;
	bottom: 0;
	color: #000;
	height: 30px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	width: 200px;
	width: 100%;
}
.categoryCardContentType {
	font-size: 0.75em;
	color: #666;
	float: left;
	padding-top: 6px;
	padding-left: 7px;
	height: 22px;
	text-transform: uppercase;
	line-height: 1.3em;
}
.categoryCardFooter img {
	float: left;
	height: 14px;
	padding-right: 5px;
	position: relative;
	width: 20px;
}
.categoryCardContentTag {
	background: #86D0B7;
	color: #FFF;
	font-size: 0.75em;
	float: right;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	vertical-align: middle;
	min-width: 90px;
	max-width: 110px;
	/*border-left: 1px solid #EAEAEA;*/
	text-transform: uppercase;
	line-height: 1.3em;
	overflow: hidden;
	white-space: nowrap;
}
.categoryCardContentTagFreecell {
	background: #d68a85;
}
.categoryCardContentTagWindows_XP {
	background: #85c5d6;
}

.foldedCard {
	height: 59px;
}

.foldedCard .cardTitleGame {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.foldedCard .categoryCardContentType {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.foldedCard .cardImage {
	display: none;
/*	position: absolute;
	width: 100px;
	height: 75px;
	top: -75px;
	left: 0px;*/
}
/*.foldedCard:hover .cardImage {
	display: block;
}*/
.foldedCard .categoryCardContentTag {
	visibility: hidden;
}

.foldedCardVisible {
}
.foldedCardVisible .cardTitleGame {
	visibility: visible;
	opacity: 1;
}
.foldedCardVisible .categoryCardContentType {
	visibility: visible;
	opacity: 1;
}
.foldedCardVisible .categoryCardContentTag {
	visibility: visible;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}
.pagination a, .pagination span, .pagination em {
	font-style: normal;
	background-color: #FFFFFF;
	display: inline-block;
	font-size: 15px;
	margin: 2px 0;
	min-width: 8px;
	padding: 0.3em 0.6em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s ease-out;
}
.pagination a:hover {
	text-decoration: underline;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
}

.categoryCard4 {  
	margin-right: 0;
}

div.games-new .categoryCard:nth-child(5n+5), div.games-new .categoryCard:nth-child(6n+6) {
	display: none;
}
/*div.games-toprated .categoryCard:nth-child(5n+5), div.games-toprated .categoryCard:nth-child(6n+6) {
	display: none;
}*/

@media only screen and (max-width: 600px) {
	.players-count {
		font-size: 80%;
	}
	div.game-container {
		display: none;
	}
	.game-mobile {
		display: block;
	}
	.game-ad-top {
		display: none;
	}

	.ratingView .scale {
		width: 250px !important;
	}

	div.game-report, div.game-rating {
		display: none;
	}

	.rekl {
		display: block !important;
		float: none;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 20px !important;
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.header-wrap, 
	.topmenu-wrap, 
	#home, 
	#notfound, 
	div.footer, 
	div.tagwrap, 
	div.game-title, 
	div.game-tags, 
	div.games-new, 
	div.game-infoblock, 
	div.game-post, 
	div.games-more, 
	div.othercontent {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header {
		width: auto;
	}
	ul.topmenu {
		width: auto;
	}
	ul.topmenu li {
		float: none;
	}
	.categoryCards {
		/*padding-right: 20px;*/
	}
	.categoryCard {
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center;
		width: 100%;
	}
	.categoryCard video {
		display: none;
	}
	.site {
		width: auto;
	}
	.search {
		display: none;
	}

	.header a.extra.all-games span {
		display: initial !important;
	}

	#game-container2, #game-frame {
		width: 100% !important; /* Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð¸Ð³Ñ€Ñ‹ Ð·Ð°Ð½ÑÐ» Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ ÑÐºÑ€Ð°Ð½Ð° */
	}
	.rekl {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1099px) {
	/*.header a.extra.all-games {
		display: none;
	}*/
	.header a.extra.all-games span {
		display: none;
	}
	#game-container2, #game-frame {
		width: 860px;
	}
	.rekl {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1319px) {
	.header {
		width: 950px;
	}
	/*.header a.extra.all-games span {
		display: none;
	}*/
	ul.topmenu {
		width: 1080px;
	}
	.search input[type="text"] {
		width: 220px;
	}
	.categoryCard4 {  
		margin-right: 20px;
	}
	.categoryCards .categoryCard:nth-child(5n+5) {  
		margin-right: 0;
	}
	.site {
		width: 1080px;
	}
	div.games-new .categoryCard:nth-child(5n+5) {
		display: block;
	}
	/*div.games-toprated .categoryCard:nth-child(5n+5) {
		display: block;
	}*/
	#game-container2, #game-frame {
		width: 760px;
	}
}
@media only screen and (min-width: 1320px) {
	.header {
		width: 1170px;
	}
	ul.topmenu {
		width: 1300px;
	}
	.search input[type="text"] {
		width: 280px;
	}
	.categoryCard4 {  
		margin-right: 20px;
	}
	.categoryCards .categoryCard:nth-child(6n+6) {  
		margin-right: 0;
	}
	.site {
		width: 1300px;
	}
	div.games-new .categoryCard:nth-child(5n+5), div.games-new .categoryCard:nth-child(6n+6) {
		display: block;
	}
	/*div.games-toprated .categoryCard:nth-child(5n+5), div.games-toprated .categoryCard:nth-child(6n+6) {
		display: block;
	}*/
}


.ratingSystem {

}
.ratingSystem .yes, .ratingSystem .no {
	cursor: default;
	font-weight: bold;
	display: inline-block;
	padding: 8px;
	padding-left: 35px;
	background-color: #fff;
	color: #999;
	user-select: none;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s ease-out;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: 7px center;
}
.ratingSystem .no {
	background-image: url("/images/rate-thumb-down-1.png");
}
.ratingSystem .yes {
	background-image: url("/images/rate-thumb-up-1.png");
}
.ratingSystem .active {
	cursor: pointer;
}
.ratingSystem .active:hover {
	color: #555;
	text-decoration: underline;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
}
.ratingSystem .active.no:hover {
	background-image: url("/images/rate-thumb-down-2.png");
}
.ratingSystem .active.yes:hover {
	background-image: url("/images/rate-thumb-up-2.png");
}
.ratingSystem .voted.no {
	background-image: url("/images/rate-thumb-down-3.png") !important;
	text-decoration: none;
	cursor: default;
	box-shadow: 0px 1px 2px 0px rgba(255,64,0,0.3);
	color: #FF6A38;
}
.ratingSystem .voted.yes {
	background-image: url("/images/rate-thumb-up-3.png") !important;
	text-decoration: none;
	cursor: default;
	box-shadow: 0px 1px 2px 0px rgba(0,117,245,0.3);
	color: #3294FF;
}

.ratingView {

}

.ratingView .scale {
	width: 290px;
	height: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.ratingView .value {
	position: absolute;
	right: -70px;
	top: -0.4em;
	font-weight: bold;
	color: #666;
	min-width: 52px;
}

.ratingView .scale1 {
	width: 50%;
	height: 5px;
	float: left;
	background: #999;
	border-radius: 3px 0 0 3px;
}
.ratingView .scale1.bad {
	background: #EDC02F;
}
.ratingView .scale1.super {
	background: #A4DD48;
}
.ratingView .scale1.good {
	background: #549f02;
}

.ratingView .scale2 {
	width: 49%;
	margin-left: 1%;
	float: left;
	height: 5px;
	background: #999;
	border-radius: 0 3px 3px 0;
}

.reportButton {
	cursor: default;
	display: inline-block;
	padding: 6px 8px;
	background-color: #fff;
	color: #999;
	user-select: none;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	transition: box-shadow 0.2s ease-out;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: 7px center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}
.reportButton.active {
	cursor: pointer;
}
.reportButton.active:hover {
	color: #555;
	text-decoration: underline;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.7);
}
.reportButton.reported {
	color: #333;
}

/* PRIVACY */
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* STATIC */
div.othercontent {
	font-size: 17px;
	line-height: 1.5em;
}
div.othercontent h1 {
	text-transform: uppercase;
	font-size: 150%;
}
div.othercontent h2 {
	font-size: 140%;
}
div.othercontent p, ul, ol, blockquote {
	margin: 1em 0;
}
div.othercontent ul, ol {
	margin-left: 2em;
}
div.othercontent blockquote {
	background: #f2f2f2;
	padding: 20px;
	font-size: 110%;
}
div.othercontent .img-responsive {
	display: block;
	max-width: 800px;
	margin: 0 auto 0;
	width: 100%;
}
div.othercontent .img-responsive + em {
	display: block;
	text-align: center;
}

/* GAME FRAME */

html.game-frame,
body.game-frame {
	background: #000;
}
#game-swf {
	/* background: #eee; */
	display: block; /* for game-frame "aspect_ratio" mode - iframe is not display block */
	cursor: default;
	text-align: center;
	margin: 0 auto; /* for game-frame */
	top: 0; /* for game-frame */
	left: 0; /* for game-frame */
}

#try-other {
	/* background: linear-gradient(100deg, #86D0B7 50%, #1e7aa1 0%); */
	/* background: linear-gradient(120deg, #86D0B7, #1e7aa1); */
	background: #000;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
	text-align: center;
	width: 100%;
}
.choose-header {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	/* text-transform: uppercase; */
	padding: 0 10%;
}
.choose-body {
	font-size: 17px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.way-1 .icon-container, .way-2 .icon-container {
	display: block;

	/* width: 100%; */
	/* padding-top: 75%; */
	width: 200px;
	padding-top: 150px;

	margin: 0 auto 2em;
	position: relative;
}
.way-1 .icon, .way-2 .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.way-1 .unblock {
	background: #86D0B7;
	/* border-radius: 50px; */
	font-weight: 700;
	font-size: 120%;
	color: #fff;
	padding: 0.5em 1.5em;
}
.way-2 .play {
	background: #1e7aa1;
	/* border-radius: 50px; */
	font-weight: 700;
	color: #fff;
	padding: 0.5em 1.5em;
}

/* Ruffle */
:root {
	--splash-screen-background: #000;
	--logo-display: none;
}