.content {
	display: -webkit-box;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	background: #fff;
	overflow: hidden;
}
.item-container {
	position: relative;
	text-align: center;
	z-index: 3;
}
/* iframe {
	display: -webkit-box;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column; */
	/* -webkit-box-flex: 1; */
	/* -ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	border: unset;
} */
iframe {
	display: block;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	border: unset;

}
.text-danger {
	color: #F78802 !important;
	cursor: pointer;
}
.text-dark {
	color: #212529 !important;
	cursor: pointer;
}
.col-sm-2 {
	padding-right: unset;
	padding-left: unset;
}
.box {
	background-color: #fff;
}
.game-control-container {
	display: -webkit-box;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: rgba(255,255,255,0.3);
	margin: auto;
	position: relative;
	width: 100%;
	z-index: 3;
}
.game-control-container .left-control-container {
	padding: 12px 20px 0;
	width: calc(100% - 150px);
}
.game-control-container .right-control-container {
	padding: 12px 20px;
	position: relative;
	width: 200px;
}
.game-control-container .right-control-container .game-control-title {
	margin-bottom: 10px;
	text-align: center;
}
.game-control-container .game-control-title {
	color: rgba(0,0,0,0.35);
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
}
.game-control-container .right-control-container .screen-size-actions a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0,0.06);
	border-radius: 8px;
	display: inline-block;
	height: 36px;
	margin: 0 3px;
	position: relative;
	text-decoration: none;
	width: 44px;
}
.game-control-container .right-control-container .screen-size-actions a img:first-child {
	opacity: 1;
}
.game-control-container .right-control-container .screen-size-actions a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
}
/* .iframe-close {
	height: 550px !important;
}
.iframe-open {
	height: 996px !important;
} */
.box .uppercase {
	text-transform: uppercase;
}
.box .block-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.block-title a {
	color: #d60000;
	float: right;
	font-size: 14px;
}
.tags-list {
	padding: 0 10px;
}
.tags-list a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 12px;
	margin: 10px 0 0 10px;
	width: 143px;
}
.tags-list a p {
	color: #333;
	display: inline-block;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 75px;
}
.col-sm-12 {
	padding-right: 10px;
	padding-left: 10px;
}
.section-content {
	padding: 10px 0px 80px;
}
.top-categories {
	padding: 13px 15px 0;
}
.top-categories .row.single-line {
	height: 53px;
	padding: 2px 0 0;
}
.box .row:last-child {
	margin-bottom: 0;
}
.box .row:first-child {
	margin-top: 0;
}
.top-categories ul {
	display: -webkit-box;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	margin-block-end: 0;
	margin-block-start: 0;
	margin-inline-end: 0;
	margin-inline-start: 0;
	padding: 0;
	padding-inline-start: 0;
}
.top-categories .row.single-line ul li {
	margin: 0 5px 100px;
}
.top-categories ul li {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-transition: box-shadow 0.2s,transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: box-shadow 0.2s,transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: box-shadow 0.2s,transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: box-shadow 0.2s,transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: box-shadow 0.2s,transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	cursor: pointer;
	height: 40px;
	list-style: none;
	margin: 0 5px 10px;
	position: relative;
	will-change: transform;
}
.top-categories ul li a {
	display: table-cell;
	font-weight: bold;
	height: 40px;
	padding: 0 12px 0 10px;
	vertical-align: middle;
}
.top-categories ul li a .name {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}
.top-categories ul li a .name {
	color: #fff;
	display: block;
	margin: 0 0 0 23px;
	white-space: nowrap;
}
.top-categories ul li a::after {
	color: #fff;
	content: "$";
	font-family: 'fontello';
	font-size: 15px;
	font-weight: normal;
	top: 10px;
	left: 10px;
	line-height: 15px;
	position: absolute;
}
.top-categories ul li a .number {
	font-size: 10px;
	font-weight: 500;
	margin-top: 1px;
}
.top-categories ul li a .number {
	color: #fff;
	display: block;
	margin: 0 0 0 23px;
	white-space: nowrap;
}
.top-categories li:hover {
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	transform: translate(0, -2px);
}
.reply-comment {
	padding: unset;
}
.search-form {
	height: 48px;
	position: relative;
	width: 100%;
}
.search-container .search-form .form-control {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background: #f2f2f2;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	height: 100%;
	padding: 0 90px 0 45px;
	width: 100%;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-container {
	padding: 20px;
}
.search-container .advanced-serach-options {
	margin-top: 25px;
}
.search-container .advanced-serach-options .title {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	letter-spacing: 0;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.search-container .advanced-serach-options .column-container {
	display: -webkit-box;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	margin: 0 -10px;
}
.search-container .advanced-serach-options .column-container .column {
	margin: 0 10px;
	width: 25%;
}
.gray-select {
	position: relative;
}
.gray-select .select-header {
	display: -webkit-box;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: rgba(0,0,0,0.05);
	border-radius: 8px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 30px 0 14px;
	position: relative;
	width: 100%;
}
.gray-select .select-header::after {
	color: #666;
	content: "";
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 10px;
	top: 50%;
}
.search-container .search-form .ti-search {
	color: #999;
	font-size: 18px;
	left: 15px;
	position: absolute;
	top: 16px;
}
.search-container .search-form .search-btn {
	background: #333;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	outline: none;
	padding: 0 15px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 6px;
}
.orderby {
	background-image: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5', GradientType=0);
	border: 1px solid #c6c6c6;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	margin-left: 5px;
	padding: 0 10px;
	width: auto;
}
.dropdown {
	float: right;
	position: relative;
	display: inline-block;
	}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 140px;
	overflow: auto;
	box-shadow: 0 0 0 1px rgb(51 51 51 / 5%), 0 30px 20px -20px rgb(51 51 51 / 25%), 0 4px 20px 0 rgb(51 51 51 / 20%);
	right: 0;
	white-space: normal;
	z-index: 3;
	margin-top: 7px;
}
.sub-menu-header {
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 10px 15px;
}
.sub-menu-header .username {
	color: #333;
	display: block;
	font-size: 14px;
}
.sub-menu-header .points {
	color: #d60000;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}
.dropdown-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown-content li {
	list-style: none;
	margin: 0;
}
.dropdown-content li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
}
.dropdown-content .sub-menu-footer {
	border-top: 1px solid #efefef;
	box-sizing: border-box;
	font-size: 12px;
	height: 45px;
	margin-top: 5px;
	padding: 5px 0;
}
.dropdown-content .sub-menu-footer a {
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
}
h4 {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}
h4 {
	color: #333;
	font-size: 20px;
	text-shadow: 1px 1px 0 rgb(255 255 255 / 20%);
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #222;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin-bottom: 14px;
	margin-top: 14px;
}
.leave-comment-form {
	padding-left: unset !important;
	padding: 30px !important;
}
form {
	margin: 0 0 19.41641px;
}
#new_identity table tr, #allow_form table tr, .edit_identity table tr, #change_info_form table tr, .iframe-table table tr {
	background: #fff;
	height: 37px;
}
#new_identity table tr td, #new_identity table tr th, #allow_form table tr td, #allow_form table tr th, .edit_identity table tr td, .edit_identity table tr th, #change_info_form table tr td, #change_info_form table tr th, .iframe-table table tr td, .iframe-table table tr th {
	padding: 5px 0;
}
table tbody tr td {
	color: #333;
	padding: 9px 10px;
	vertical-align: top;
	border: none;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	display: table-cell;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
table tbody tr td, table tr td, table tr th {
	vertical-align: middle;
}
#new_identity .label_description label, #allow_form .label_description label, .edit_identity .label_description label, #change_info_form .label_description label, .iframe-table .label_description label {
	margin: 0;
}
#new_identity label, #allow_form label, .edit_identity label, #change_info_form label, .iframe-table label {
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
#change_info_form table tr td input {
	margin: 5px 0;
}
input[type="text"] {
	width: 100%;
}
.five, .row .five {
	width: 31.25%;
}
.avatar_upload_place .avatar {
	display: table;
	text-align: center;
	width: 160px;
	height: 190px;
}
.avatar_upload_place .edit_mode {
	margin-left: 20px;
}
.input-custom {
	border-radius: 4px;
	font-family: inherit;
	box-shadow: none;
	border: 0;
	background: #f3f3f3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 5px 0;
	padding: 6px;
	height: 32px;
	width: 100%;
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 14px;
}
.text-danger-custom {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 12px;
    color: #dc3545;
}
.background-under-game {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    filter: blur(50px);
    background-size: cover;
    bottom: 0;
    height: 25%;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.technology {
    font-size: 11px;
    font-weight: bold;
    margin-top: 2px;
}
.technology .unity_webgl {
    background-image: url('https://img-hws.y8.com/assets/technology_icons/webgl-5bbd3e4c109c2c654e3950913ff42f8a8aecd8b0b01200d7267d47d39a17b5d7.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 29px 12px;
    color: #454545;
    padding-left: 33px;
}
.technology .html5 {
    background-image: url('https://img-hws.y8.com/assets/technology_icons/html5-dc0b6633223f2e9d597dcb0ad23ba14c9bd288b9e9b455557eb8b9c80df008e5.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: #ca3d19;
    padding-left: 16px;
}
.p-custom {
	margin: unset !important;
}
.tags-list a i {
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
}
i.tag-36x28-14 {
    background-position: -432px -56px;
    height: 28px;
    width: 36px;
}
.tag-36x28-games {
    background-position: -180px -588px;
}
.tag-36x28 {
    background-image: url('https://img-hws.y8.com/assets/tags/spritesheet-tags-36x28-43c288fa5223317ab391c931a49c6a6a285d43565a097da776999d706a843b2e.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    width: 36px;
}
.menu-games ul {
    margin-bottom: 0;
    padding: 0;
}
.menu-games ul li {
    display: block;
    margin-bottom: 7px;
}
.menu-games ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}
.game-rating .active {
	color: #fd9727;
}
.idnet-comments {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    clear: both;
    margin-right: -10px;
    padding-top: 20px;
}
.idnet-activity {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    word-break: break-all;
    margin-right: 10px;
}
.comment-user-content {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
}
.comment-header {
    display: inline-block;
    font-size: 13px;
    margin-top: -1px;
    vertical-align: middle;
}
.comment-header p {
    margin: 0;
    padding: 0;
}
.comment-header .author {
    color: #d60000;
    font-size: 12px;
    font-weight: bold;
}
.comment-header abbr[title] {
    border: 0;
    color: #999;
    font-size: 11px;
}
.list_start .rating_active {
	color: #ff9705;
}
.list_start span:hover {
	cursor: pointer;
}
.block-title .number-with-dot::before {
    color: #bbb;
    content: '\2022';
    font-size: 11px;
    padding: 0 7px;
    position: relative;
    top: -1px;
}
.blog-game-button a:last-child {
    border: 0;
    margin-right: 0;
}
@media (max-width: 1023px) {
	.item-show .infos .sub-controls a {
		font-size: 14px;
	}
}
.blog-game-button a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0,0,0,0.06);
    border-radius: 8px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 7px 0;
    padding: 0 8px;
}
.blog-game-button a .report-bug-icon {
    background-position: -32px 0;
}
.game-button-icon {
    background: url('https://img-hws.y8.com/assets/icons/game-page-button-icon-sprite-68717d77c08f74ca6e756c090bd13691e8393404a9cb663305c12b4a27c3993c.png') no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    width: 16px;
}
.game-button-icon a span {
    margin: 0 4px;
}
.new-item-icon {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+MzZ4MzYgLyBCYWRnZSAvIE5ldyBnYW1lPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0xLDMuNTUyNzEzNjhlLTE1IEwyOCwzLjU1MjcxMzY4ZS0xNSBDMzIuNDE4Mjc4LDIuNzQxMDg5MThlLTE1IDM2LDMuNTgxNzIyIDM2LDggTDM2LDM1IEwzNiwzNSBMMSwzLjU1MjcxMzY4ZS0xNSBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPGZpbHRlciB4PSItOC42JSIgeT0iLTIuOSUiIHdpZHRoPSIxMTEuNCUiIGhlaWdodD0iMTExLjQlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iLTEiIGR5PSIxIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIj48L2ZlT2Zmc2V0PgogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIwLjUiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUdhdXNzaWFuQmx1cj4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgICAwIDAgMCAwIDAgICAwIDAgMCAwIDAgIDAgMCAwIDAuMTU0MTgzNjUgMCIgdHlwZT0ibWF0cml4IiBpbj0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUNvbG9yTWF0cml4PgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IjM2eDM2LS8tQmFkZ2UtLy1OZXctZ2FtZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUiPgogICAgICAgICAgICAgICAgPHVzZSBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIxIiBmaWx0ZXI9InVybCgjZmlsdGVyLTIpIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iI0U4OTAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMSAwIDAgMCAzNiAzNiAzNiAzNSI+PC9wb2x5Z29uPgogICAgICAgICAgICA8cGF0aCBkPSJNMTguODI1NzY3OSwxMS44OTE3OTY5IEwxNy44OTM1NDcxLDEwLjk1OTU3NiBMMTkuMDU1NzE1Nyw2LjE2Nzk2MDgyIEwxNi4wNzg4MjM4LDkuMTQ0ODUyNzQgTDE1LjE0NjYwMyw4LjIxMjYzMTg5IEwxOS42NzA5ODE1LDMuNjg4MjUzMzQgTDIwLjYwMzIwMjQsNC42MjA0NzQyIEwxOS40Mzc5MjYzLDkuNDIxNDExNiBMMjIuNDIxMDMzLDYuNDM4MzA0ODYgTDIzLjM1MDE0NjUsNy4zNjc0MTgzMSBMMTguODI1NzY3OSwxMS44OTE3OTY5IFogTTI0LjYwNTYwNjMsMTMuNzUwMDkyOCBMMjIuODE1NzQyMiwxMS45NjAyMjg4IEwyMS42MDM4NTUxLDEzLjE3MjExNTkgTDIzLjcwNDQ1OTUsMTUuMjcyNzIwMiBMMjIuOTU1NTc1NCwxNi4wMjE2MDQzIEwxOS45MjI3NTAyLDEyLjk4ODc3OTEgTDI0LjQ0NzEyODcsOC40NjQ0MDA1OCBMMjcuNDczNzM5MSwxMS40OTEwMTA5IEwyNi43MTg2NDAyLDEyLjI0NjEwOTggTDI0LjYyNDI1MDcsMTAuMTUxNzIwMyBMMjMuNTQ1OTgxOSwxMS4yMjk5ODkxIEwyNS4zMzU4NDYsMTMuMDE5ODUzMiBMMjQuNjA1NjA2MywxMy43NTAwOTI4IFogTTI4LjYxNDIyNSwxOS4wNzAwMzU2IEwzMi40NDI1NDUzLDE2LjQ1OTgxNzIgTDMzLjM3MTY1ODgsMTcuMzg4OTMwNiBMMjcuODQzNTg5MSwyMC45MDk2MTggTDI2LjkwNTE1MzQsMTkuOTcxMTgyNCBMMjkuMTk1MzA5MywxNi4yMDgxMTc1IEwyNS40MzIyNDQ1LDE4LjQ5ODI3MzQgTDI0LjQ5MzgwODgsMTcuNTU5ODM3OCBMMjguMDE0NDk2MywxMi4wMzE3NjgxIEwyOC45NDM2MDk3LDEyLjk2MDg4MTYgTDI2LjM0MjcxMzUsMTYuNzg2MDk0NSBMMzAuMzAxNTQ0OCwxNC4zMTg4MTY2IEwzMS4wOTA4MjUxLDE1LjEwODA5NjkgTDI4LjYxNDIyNSwxOS4wNzAwMzU2IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    color: #fff;
    font-size: 0;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    z-index: 101;
}
.item {
	/* margin-left: 20px; */
	width: 100%;
}
.item {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
	position: relative;
}
.item a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item .thumb {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 100%;
	/* height: 141px; */
	position: relative;
	width: 100%;
	padding-bottom: 75.2%;
}
.item img {
	color: #fff;
}
.item .infos {
	background: rgba(255,255,255,0.85);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 10px;
}
.item .infos p.title {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item .infos p {
	margin: 0;
	font-size: 11px;
}
.item .infos p.plays-count {
	color: #666;
	display: inline-block;
	font-size: 11px;
}
@media (max-width: 799px) {
	.col-game {
		width: 25%;
	}
}
@media (max-width: 1199px) {
	.mini-menu-custom {
		display: none;
	}
}
@media (max-width: 599px) {
	.col-game {
		width: 33.3333%;
	}
}
@media (max-width: 414px) {
	.col-game {
		width: 50%;
	}
	.mini-menu-custom {
		display: none;
	}
}
.col-game {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.item .microthumb {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    overflow: hidden;
    padding-bottom: 75.2%;
    position: absolute;
    right: 0;
    top: 0;
}
.item .thumbarea {
    height: 0;
    overflow: hidden;
    padding-bottom: 75.2%;
    position: relative;
}