img {
	font-size: 0;
	max-width: 100%;
}

.hidden {
	display: none;
}

.ad_container {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	background-color:#F9F9F9;
}

header .mid_container {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 16px 30px;
	border-top: 1px solid #000;
}

header .fun_logo {
	position: absolute;
	left: 30px;
	top: 4px;
	width: 20%;
}

header .fun_logo img {
	width: 100%;
	vertical-align: text-top;
}

header .logo_text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 68px;
	color: #000000;
	text-align: center;
}

header .bottom_cat {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 40px;
	background-color: #D5F5F3;
}

header .bottom_cat li {
	display: inline-block;
	width: 16%;
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	text-align: center;
}

header .bottom_cat li.active {
	font-weight: bold;
}

#header .bottom_cat li:hover a {
	color: #fbaa18;
}

body > header.mobile {
	height: 68px;
	border-bottom: none;
}

header.mobile .container {
	height: 68px;
	background-color: #D5F5F3;
}

header.mobile .container>div {
	height: 68px;
	line-height: 68px;
}

header.mobile .container #login_wrapper {
	line-height: 40px;
	height: 40px;
	padding-top: 10px;
}

header.mobile .container .hamburger a:before {
	color: #C4C4C4;
}

header.mobile .container .logo {
	top: unset;
	left: unset;
	text-align: left;
}

header.mobile .container .fun_logo img {
	max-height: 36px;
	width: auto;
}

header.mobile #navbox {
	background-color: #EFEFEF;
	top: 68px;
	bottom: unset;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	max-height: calc(100vh - 68px);
	padding: 24px 16px 12px;
}

.app_promo + header.mobile #navbox {
	top: 124px;
}

header.mobile #navbox a {
	max-width: unset;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
	padding-bottom: 20px;
}

main {
	max-width: 1260px;
	margin: 0 auto;
	padding: 16px 30px 0;
}

main .top_row > div {
	display: inline-block;
}

.slide_container {
	width: 810px;
	float: left;
}

.one_slide {
	max-height: 300px;
	overflow: hidden;
}

.one_slide .feature_tag {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	background-color: #D7DF23;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.one_slide img {
	width: 100%;
}

.slide_container .slick-dots {
	width: 100%;
	padding: 0;
	margin: -50px auto 0;
	list-style: none;
	text-align: center;
}

.slide_container .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	padding: 0;
	background-color: #999;
	color: #999;
	border: 1px solid;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.slide_container .slick-dots li.slick-active {
	background: #fff;
	color: #fff;
	opacity: .9;
}

.slide_container .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
}

.sticker {
	width: calc(100% - 834px);
	height: 300px;
	margin-left: 24px;
	padding: 28px 36px 12px;
	background: #D5F5F3;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.sticker .title {
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Roboto', sans-serif;
}

.sticker .text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 21px;
	line-height: 30px;
	padding-top: 10px;
}

.content_container {
	padding: 48px 0;
}

.one_cat_block {
	display: inline-block;
	width: 100%;
	padding-bottom: 56px;
}

.cat_name {
	margin-bottom: 24px;
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
}

.cat_name h1 {
	display: inline-block;
}

.cat_name a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #000;
}

.cat_name .cat_text {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding-left: 24px;
}

.cat_name .see_more {
	padding-top: 8px;
	float: right;
}

.cat_name .see_more a {
	color: #3E8FF7;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

.cat_name .see_more a:after {
	content: ' ';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 20px;
	border-top: 2px solid #3E8FF7;
	border-right: 2px solid #3E8FF7;
	transform: rotate(45deg);
	vertical-align: middle;
}

.one_cat_block .post_list .slick-list {
	padding: 0 8% 0 0;
}

.post_list .slick-arrow {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	z-index: 3;
}

.post_list .slick-arrow:before {
	position: relative;
	display: inline-block;
	top: 44%;
	left: 24px;
	width: 25px;
	height: 25px;
	content: '';
	padding: 3px;
	border: solid #0085E7;
	border-width: 0 3px 3px 0;
}

.post_list .slick-disabled.slick-prev:before, .post_list .slick-disabled.slick-next:before {
	opacity: 0;
}

.post_list .slick-prev {
	width: 110px;
	left: -40px;
}

.post_list .slick-prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.post_list .slick-next {
	width: 92px;
	right: -28px;
}

.post_list .slick-next:hover {
	background: linear-gradient(90deg, rgba(17, 25, 44, 0) 0%, #D5F5F3 100%);
}

.post_list .slick-next.slick-disabled:hover {
	background: unset;
}

.post_list .slick-next:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.post_list {
	display: inline-block;
	width: 100%;
	position: relative;
}

.post_list .one_post {
	display: inline-block;
	width: 23.5%;
	margin-right: 12px;
	-webkit-transition: -webkit-transform .15s cubic-bezier(.25,0,.72,1);
	transition: -webkit-transform .15s cubic-bezier(.25,0,.72,1);
	transition: transform .15s cubic-bezier(.25,0,.72,1);
	transition: transform .15s cubic-bezier(.25,0,.72,1),-webkit-transform .15s cubic-bezier(.25,0,.72,1);
	will-change: transform;
}

.page .one_post.last,
.category-137957 .one_post.last {
	position: absolute;
	background-color: #EFEFEF;
	border-radius: 6px;
}

.page .one_post.last a,
.category-137957 .one_post.last a {
	position: absolute;
	width: 100%;
	top: 44%;
	text-align: center;
	color: #3E8FF7;
}

.epochfun-template .post_list .one_post,
.single .post_list .one_post {
	margin: 0 1% 20px;
	float: left;
}

.epochfun-template .post_list.slide .one_post {
	margin: 0 12px 0 0 !important;
}

.epochfun-template .post_list .one_post:nth-child(4n+1),
.single .post_list .one_post:nth-child(4n+1) {
	margin-left: 0;
}

.epochfun-template .post_list .one_post:nth-child(4n),
.single .post_list .one_post:nth-child(4n) {
	margin-right: 0;
}

.post_list .one_post:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.one_post .image img {
	display: block;
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.one_post .title {
	height: 78px;
	width: 100%;
	background-color: #EFEFEF;
	padding: 16px 4px;
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.one_post .title a {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 56px 0 94px;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}


/* start single css */
.single header .mid_container {
	max-width: 1370px;
}

.single header .bottom_cat {
	max-width: 1325px;
}

.single main {
	max-width: 1355px;
	padding-left: 15px;
	padding-right: 15px;
}

.grid_left {
	max-width: 1120px;
	width: 100%;
	margin: auto;
}

.grid_row {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 30px;
	width: 100%;
	overflow: hidden;
}

.grid_row .post_content {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.referContainer {
	margin-top: 20px;
}

.single .main_content {
	display: block;
	width: 100%;
	border-top: unset;
	margin-top: 0;
	padding-top: 0px;
}

.recm_games, .top_part {
	text-align: center;
}

.single .main_content .post_title {
	padding: 10px 0 25px;
}

.single .btn_row {
	display: flex;
	align-items: center;
}

.single .share, .single .service {
	display: inline-flex;
	align-items: center;
	margin: 16px auto;
}

.single .share #share_now {
	padding-bottom: 0;
	margin-left: 0;
}

.single .btn_row .text {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #515151;
	margin-right: 12px;
}

main .top_part .social span, .top_part .social .major_social span {
	vertical-align: top;
	margin-right: 5px;
	padding-top: 3px;
}

.single .share .email, .single .share .copy_url, .single .share .fb, .single .share .twitter,
.single .btn_row .help, .single .service .contact {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	text-align: center;
	background-color: unset;
	border-radius: 2px;
	cursor: pointer;
}

.share span a {
	font-size: 0;
}

.share .email a {
	display: block;
}

.single .share .email, .single .btn_row .help, .single .service .contact {
	position: relative;
	width: 94px;
}

.single .share .top-share-widget-mobile .email {
	width: 30px;
	background-color: unset;
}

.single .share .top-share-widget-mobile .fb {
	width: 30px;
	font-size: 0;
	border: unset;
}

.social .major_social .email>a:before {
	content: unset;
}

.social .major_social .fb > a:before, .social .major_social .twitter > a:before {
	color: #0085E7;
	font-size: 21px;
}

.share .email:after {
	content: "Email";
	position: absolute;
	left: 30px;
	top: 0;
	color: #fff;
}

.games .share .copy_url a:before {
	content: "\f13f";
	font-size: 20px;
	line-height: 30px;
}

.single .share .email, .single .share .copy_url, .single .service .help {
	background-color: #0085E7;
}

.single .share .fb, .single .share .twitter, .single .service .contact {
	border: 1px solid #0085E7;
}

.single .share .copy_url a, .single .service .contact a {
	color: #0085E7;
}

.single .btn_row .service .help {
	margin-right: 8px;
}

.single .btn_row .help a {
	color: #fff;
}

.single .the_game {
	text-align: left;
}

.single .the_game .marketjs {
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.single .marketjs iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single .mobile.full_screen .the_game iframe {
	height: 100% !important;
}

.layout_4app .full_screen .the_game iframe {
	height: 100% !important;
}

.recm_games .section_title {
	width: 100%;
	margin-bottom: 32px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 68px;
	letter-spacing: -0.4px;
}

#remark-side-panel {
	padding: 0 10px;
	z-index: 10;
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: auto;
	background: transparent;
	position: relative;
	display: block;
}

#remark {
	height: 300px;
}

#bottom_comments #remark-side-panel {
	visibility: visible;
	transform: unset;
}

#bottom_comments #remark-side-panel #remark {
	height: auto;
}

.single #game_top_left {
	position: absolute;
	top: 228px;
	left: 0;
}

.single #game_top_right {
	position: absolute;
	top: 228px;
	right: 0;
}

.single #game_top_left.fixed, .single #game_top_right.fixed {
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 1;
}

.single #game_bottom_left {
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single #game_bottom_right {
	display: inline-block;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single .share .top-share-widget-mobile a {
	padding: 0;
}

.single .share .top-share-widget-mobile .email {
	font-size: 0;
	line-height: 0;
}

.mobile #copy_current_url {
	display: contents;
	margin: 0;
	padding: 0;
	border-radius: unset;
	background-color: unset;
	font-family: 'Roboto', sans-serif;
	font-size: 0;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: unset;
	color: #0085E7;
}

@media only screen and (max-width: 1234px) {
	.puzzle_home {
		margin-top: 20px;
	}

	.recm_games, .top_part {
		max-width: 100%;
	}

	.one_game .right_info {
		padding-left: 0;
	}

	#remark-side-panel {
		padding: 0;
		width: 100%;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-right: none;
	}
}

@media screen and (max-width: 1325px) {
	.grid_row {
		grid-template-columns: 1fr !important;
	}
	.grid_right {
		display: none;
	}
	header .logo_text {
		font-size: 23px;
	}

	header .bottom_cat {
		margin: 0 30px;
	}

	header .bottom_cat li {
		font-size: 21px;
	}

	.sticker {
		padding: 24px 24px 12px;
	}

	.sticker .title {
		font-size: 24px;
	}

	.sticker .text {
		font-size: 18px;
	}
}

@media screen and (max-width: 1100px) {
	header .fun_logo {
		top: 10%;
	}

	header .logo_text {
		font-size: 18px;
	}

	header .mid_container {
		padding-bottom: 4px;
	}

	header .bottom_cat {
		padding: 12px;
	}

	header .bottom_cat li {
		font-size: 16px;
	}

	.slide_container {
		width: 67.5%;
	}

	.sticker {
		width: calc(32.5% - 24px);
		height: 241px;
	}

	.single .btn_row .service .help {
		margin-right: 12px;
	}
}

@media only screen and (max-width: 996px) {
	.crosswords_cat {
		margin-top: 20px;
	}

	body.no-scroll {
		overflow: hidden;
	}

	.main_content .post_content {
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	header .fun_logo {
		width: 25%;
	}

	header .logo_text {
		text-align: right;
	}

	.one_slide .feature_tag {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 16px;
	}

	.sticker {
		width: calc(32.5% - 12px);
		margin-left: 12px;
		padding: 16px 20px;
		height: 176px;
		overflow-y: hidden;
	}

	.sticker .title {
		font-size: 18px;
	}

	.sticker .text {
		font-size: 14px;
		line-height: 18px;
		padding-top: 0;
	}

	.content_container {
		padding: 24px 0;
	}

	.cat_name {
		margin-bottom: 16px;
		padding-bottom: 2px;
	}

	.cat_name a {
		font-size: 22px;
		line-height: 22px;
	}

	.cat_name .cat_text {
		font-size: 18px;
		line-height: 22px;
		padding-left: 16px;
	}

	.cat_name .see_more {
		padding-top: 0;
	}

	.cat_name .see_more a:after {
		margin-left: 12px;
	}

	.one_post .title a {
		font-size: 14px;
	}

	.single .btn_row {
		flex-flow: column;
	}

	.single .share, .single .service {
		margin: 8px auto;
	}
}

@media screen and (max-width: 680px) {
	.single .share {
		flex-flow: column;
	}

	.single .share > div:first-child {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 620px) {
	main {
		padding: 12px 16px;
	}

	.single .main_content {
		padding: 0;
	}

	main .top_row > div {
		display: grid;
		width: 100%;
		float: unset;
	}

	.one_slide {
		max-height: 150px;
	}

	.slide_container .slick-dots {
		margin: -36px auto 0;
	}

	.sticker {
		margin-top: 12px;
		margin-left: 0;
		padding-bottom: 24px;
		height: unset;
	}

	.content_container {
		padding-top: 24px;
	}

	.one_cat_block {
		padding-bottom: 20px;
	}

	.one_cat_block h1 {
		display: inline;
	}

	.cat_name {
		margin-bottom: 12px;
	}

	.cat_name a {
		font-size: 22px;
		line-height: 24px;
	}

	.cat_name .see_more {
		padding-top: 0;
	}

	.cat_name .see_more a {
		font-size: 14px;
	}

	.cat_name .see_more a:after {
		margin-left: 8px;
	}

	.page .post_list,
	.category-137957 .post_list {
		overflow-x: scroll;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.page .post_list::-webkit-scrollbar,
	.category-137957 .post_list::-webkit-scrollbar {
		 display: none;
	}

	.page .post_list .one_post,
	.category-137957 .post_list .one_post {
		width: 44%;
		height: 100%;
		margin-right: 4px;
	}

	.category .post_list .one_post, .single .post_list .one_post {
		width: 48%;
		margin: 0 2% 12px;
	}

	.category .post_list.slide {
		overflow-x: scroll;
		white-space: nowrap;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.category .post_list.slide::-webkit-scrollbar {
		display: none;
	}

	.category .post_list.slide .one_post {
		width: 57%;
		float: unset;
	}

	.category .post_list .one_post:nth-child(2n+1), .single .post_list .one_post:nth-child(2n+1) {
		margin-left: 0;
	}

	.category .post_list .one_post:nth-child(2n), .single .post_list .one_post:nth-child(2n) {
		margin-right: 0;
	}

	.one_post .title {
		height: 56px;
		padding: 8px 4px;
	}

	.one_post .title a {
		line-height: 20px;
	}

	.recm_games, .top_part {
		max-width: 100%;
	}

	.single .btn_row .text {
		display: none;
	}

	.top-share-widget-mobile a.option-item {
		width: 44px !important;
		height: 44px !important;
		border-radius: 2px;
	}

	.top-share-widget-mobile a.option-item img {
		width: 100%;
		border-radius: 2px;
	}

	.top-share-widget-mobile a.option-item.share-copy {
		padding-top: 8px;
	}

	.main_content .post_content {
		line-height: 25px;
		font-size: 17px;
		border-top: 1px dotted #acacac;
	}

	.full_screen .main_content .post_content {
		border-top: none;
	}

	.recm_games .section_title {
		font-size: 18px;
		line-height: 44px;
	}

	#remark-side-panel .remark-wrapper {
		display: block !important;
		padding: 0;
	}
}

@media (min-width: 320px) and (max-width: 1024px) and (max-height: 1024px) {
	.mobile.full_screen .the_game {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 999;
		padding: 0;
		display: flex;
	}
}

.layout_4app .full_screen .the_game {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	padding: 0;
	display: flex;
}

.layout_4app .full_screen .main_content .post_content {
	border-top: none;
}

