/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
:root{
	scroll-behavior:auto;
}
/* END OF RESET CSS */

/* THEMES */
.black {
	--body-cl: #d9d9d9;
	--body-bg: #0d0d0d;
	--body-login-bg: #1f1f1f;
	--hd-top-bg: #1f1f1f;
	--body-a-cl: #d9d9d9;
	--alert-error-cl: #9b2b35;
	--alert-error-bg: #edbdc1;
	--alert-error-bd: #d3999e;
	--alert-success-cl: #cbe1c8;
	--alert-success-bg: #1d561e;
	--alert-success-bd: #2d662e;
	--alert-warning-cl: #664d03;
	--a-colored-link: #ed2553;
	--hd-top-logo-hv: #383838;
	--hd-nav-active-bg: #ed2553;
	--hd-nav-active-cl: #fff;
	--hd-nav-active-hv-bg: #f15478;
	--search-input-cl: #d9d9d9;
	--search-input-bg: #4d4d4d;
	--search-input-plc: #8b8b8b;
	--search-input-bg-hv: #666;
	--search-btn-bg: #ed2553;
	--search-btn-cl: #fff;
	--search-btn-hv-bg: #f15478;
	--box-bg: #1f1f1f;
	--box-h2-icon-cl: #ed2553;
	--lazyload-bg: #262626;
	--caption-bg: #404040;
	--caption-cl: #d9d9d9;
	--tags-az-a-bg: #1a1a1a;
	--tags-az-a-cl: #d9d9d9;
	--tags-az-a-active-bg: #2e2e2e;
	--tags-az-a-hv-bg: #2e2e2e;
	--tags-az-nav-a-cl: #d9d9d9;
	--tags-az-nav-a-bg: #2e2e2e;
	--tags-column-rule-cl: #e2e8e9;
	--webkit-column-rule-cl: #2e2e2e;
	--tags-list-a-cl: #d9d9d9;
	--tags-list-tagname-bg: #4d4d4d;
	--tags-list-tagcount-bg: #333;
	--tags-list-bs-bg: #2b2b2b;
	--tags-list-tagname-hv-bg: #595959;
	--tags-list-tagcount-hv-bg: #404040;
	--pagi-bg: #262626;
	--gallery-info-hash-cl: #666;
	--gallery-info-tags-a-cl: #d9d9d9;
	--gallery-info-tag-name-bg: #4d4d4d;
	--gallery-info-tag-count-bg: #333;
	--gallery-info-tag-count-cl: grey;
	--gallery-info-tag-added-bg: #3d643f;
	--gallery-info-tag-removed-bg: #643d3d;
	--gallery-info-tag-name-hv-bg: #595959;
	--gallery-info-tag-count-hv-bg: #404040;
	--mbtn-bg: #ed2553;
	--mbtn-cl: #fff;
	--mbtn-hv-bg: #f15478;
	--mbtn-hv-cl: #fff;
	--mbtn-grey-bg: #4d4d4d;
	--mbtn-grey-hv-bg: #595959;
	--post-comment-txt-bg: #4d4d4d;
    --post-comment-txt-cl: #d9d9d9;
	--post-comment-txt-hv-bg: #666;
	--flag-cl: #fff;
	--comment-a-cl: #fff;
	--nav-a-grey-bg: #383838;
	--nav-a-grey-hv-bg: #454545;
	--nav-a-colored-bg: #ed2553;
	--nav-a-colored-cl: #fff;
	--nav-a-colored-hv-bg: #f15478;
	--nav-a-colored-hv-cl: #fff;
	--reader-nav-bg: #383838;
	--footer-bg: #1f1f1f;
}

/* END OF THEMES */
html{
	position:relative;
	min-height:100%;
}
body{
	color: var(--body-cl);
	background-color: var(--body-bg);
	font-family:'Noto Sans',sans-serif;
	font-size:14px;
	line-height: 1.42857143;
}
.modal-open {
	overflow:hidden !important;
}
.login body {
	background-color: var(--body-login-bg);
	min-height: 100vh;
}
.clear{
	clear:both;
}
.tracker {
    display: none;
}
.tracker {
    visibility: hidden!important;
}
.tooltip {
    min-width: 150px;
    top: -20px;
    left: 50%;
    transform: translate(-10%, -40%);
    padding: 8px;
    color: #444;
    background-color: #eee;
    font-weight: 400;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
    line-height: 17px;
    opacity: 1;
}
.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eee;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.blacklisted {
	opacity: .1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    will-change: filter;
}
.blacklisted:hover {
	opacity: .2;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.filtered{
    z-index: 99999;
    opacity: .1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none; /* Allows clicks to pass through */
}
.filtered:hover {
	-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
}
.filtered::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100000;
    pointer-events: auto; /* Blocks interaction with the image */
}
.filtered_reader {
    z-index: 99999;
    opacity: .1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    pointer-events: none; /* Allows clicks to pass through */
	user-select:none;
}
.filtered_reader::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100000;
    pointer-events: auto; /* Blocks interaction with the image */
}
.a_filtered{
	font-size:0;
	user-select:none;
}
#response {
	width:100%;
}
.alert strong {
	margin-bottom: 10px;
    display: inline-block;
	font-weight:700;
	color:#fff;
}
.alert-error {
	color: var(--alert-error-cl);
    background-color: var(--alert-error-bg);
    border-color: var(--alert-error-bd);
}
.alert-success {
    color: var(--alert-success-cl);
    background-color: var(--alert-success-bg);
    border-color: var(--alert-success-bd);
}
.alert-success a {
	text-decoration:none;
	color: var(--alert-success-cl);
}
.alert-warning a {
	text-decoration:none;
	color: var(--alert-warning-cl);
	font-weight:bold;
}
.alert-warning a:hover {
	text-decoration:underline;
}
.alert p {
	color:#a3a3a3 !important
}
#notification {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	background-color:#dff0d8;
	color: #3c763d;
	border-color:#d6e9c6
	font-weight:bold;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 80%;
	text-align: left;
	z-index:9999;
}
#msg_r {
	display:flex;
}
#msg_r div {
	width:100%;
}
#alert_close {
	float: right;
    cursor: pointer;
    font-size: 16px;
}
#errors {
	color: #ef808a;
    list-style-type: none;
    padding-left: 0;
	margin:0 0 1em 0;
}
#successes {
	color: #509f14;
    list-style-type: none;
    padding-left: 0;
	margin:0 0 1em 0;
}
.ribbon {
	text-align:center;
	position:absolute;
	width:75px;
	font-size:10px;
	padding:3px;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	color:#ffe;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top:8px;
	z-index:1;
	cursor:pointer;
}
.ribbon.ribbon-left {
	left:-20px;
}
.ribbon-color {
	background:#ed2553;
}
.pagination{
	display: flex;
    font-size: 1.3em;
    margin-bottom: 2em;
    margin-top: 2em;
    justify-content: center;
    align-items: center;
}
.pagination>li>a,.pagination>li>span{
	background-color: var(--pagi-bg);
	border:1px solid var(--pagi-bg);
	border-radius: 100%;
	transition: none;
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	background-color:#101010;
	border:1px solid #272727;
	color:#9d9d9d
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	background-color: var(--a-colored-link);
	border-color: var(--a-colored-link);
	z-index:0
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	color:#101010
}
.pagination .page-item {
	padding:0;
	margin:0;
}
.pagination .page-item .page-link {
	min-width: 37px;
    background: none;
	color: var(--body-cl);
    border-radius: 100%;
    display: flex;
    justify-content: center;
	border:none;
	margin:0;
	padding:5px;
}
.pagination .page-item.active .page-link {
    min-width: 37px;
    background-color: var(--pagi-bg);
    font-weight: 700;
    border-radius: 100%;
    border: 1px solid var(--pagi-bg);
    display: flex;
    justify-content: center;
}
.pagination .page-item .page-link:hover {
	background-color: var(--pagi-bg);
}
.pagination .page-item .page-link:focus {
	box-shadow:none;
	outline:none;
}
.pg_prv {
	position: absolute;
    width: 15%;
    height: 100%;
    cursor: pointer;
}
.mbtn {
	background: var(--mbtn-bg);
	color: var(--mbtn-cl);
	display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    cursor: pointer;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    outline: 0;
    font-size: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
	min-width: 120px;
    text-align: center;
	text-decoration:none;
}
.mbtn:hover {
	background: var(--mbtn-hv-bg);
	color: var(--mbtn-hv-cl);
}
.mbtn.disabled {
	opacity: .5;
}
.mbtn.grey {
	background: var(--mbtn-grey-bg);
}
.mbtn.grey:hover {
	background: var(--mbtn-grey-hv-bg);
}
/* HEADER */
.hd_mb {
	display:none;
}
.hd_top {
	width: 100%;
	height:50px;
	background-color: var(--hd-top-bg);
	display:flex;
}
.hd_top .hd_wrap {
	width: 100%;
}
.hd_top .hd_top {
	display:flex;
}
.hd_top .hd_top .logo {
	height: 50px;
    padding: 10px;
	margin-right:10px;
}
.hd_top .hd_top .logo:hover {
	background-color: var(--hd-top-logo-hv);
}
.hd_top .hd_top .search {
	display: flex;
    flex-direction: row;
    width: 33.6%;
    margin-right: 10px;
}
.hd_top .hd_top .search form {
	display: flex;
    width: 100%;
}
.hd_top .hd_top .search input[type=text] {
	color: var(--search-input-cl);
	background-color: var(--search-input-bg);
	-webkit-appearance: none;
    display: inline-block;
    border-radius: 3px;
    padding: 0 1em 0 1em;
    font-size: 1em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 40px;
    border: 0;
    vertical-align: top;
    margin-top: 5px;
	cursor: text;
}
.hd_top .hd_top .search input[type=text]:hover, .hm_top .hm_top .search input[type=text]:hover {
	background-color: var(--search-input-bg-hv);
}
.hd_top .hd_top .search input[type=text]::-webkit-input-placeholder, .hm_top .hm_top .search input[type=text]::-webkit-input-placeholder {
	color: var(--search-input-plc);
}
.hd_top .hd_top .search button {
	background: var(--search-btn-bg);
	color: var(--search-btn-cl);
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top:5px;
	width: 40px;
    height: 40px;
    vertical-align: middle;
	display: inline-block;
    font-weight: 700;
    cursor: pointer;
    padding: 0 12px;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
}
.hd_top .hd_top .search button:hover {
	background-color: var(--search-btn-hv-bg);
}

.hd_top .hd_top .hd_nav {
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.hd_top .hd_top .hd_nav .drop_dt {
	min-width:auto;
	margin:5px 0 0 0;
	display:none;
}
.hd_top .hd_top .hd_nav ul {
	display:flex;
	flex-direction: row;
}
.hd_top .hd_top .hd_nav ul li {
	
}
.hd_top .hd_top .hd_nav ul li a {
	display:block;
	text-decoration:none;
	color: var(--body-a-cl);
	padding-left: 10px;
    padding-right: 10px;
	line-height: 50px;
	height: 50px;
}
.hd_top .hd_top .hd_nav ul li a.active {
	background-color: var(--hd-nav-active-bg);
	color: var(--hd-nav-active-cl);
}
.hd_top .hd_top .hd_nav ul li a.active:hover {
	background-color: var(--hd-nav-active-hv-bg);
}
.hd_top .hd_top .hd_nav ul li a:hover {
	background-color: var(--hd-top-logo-hv);
}
.hd_top .hd_top .hd_nav ul li .grey {
	background: var(--nav-a-grey-bg);
}
.hd_top .hd_top .hd_nav ul li .grey:hover {
	background: var(--nav-a-grey-hv-bg);
}
.hd_top .hd_top .hd_nav ul li .colored {
	background: var(--nav-a-colored-bg);
	color: var(--nav-a-colored-cl);
}
.hd_top .hd_top .hd_nav ul li .colored:hover {
	background: var(--nav-a-colored-hv-bg);
	color: var(--nav-a-colored-hv-cl);
}
.hd_top .hd_top .hd_nav ul li .icon {
    color: var(--box-h2-icon-cl);
}


.hm_top {
	width: 100%;
	height:50px;
	background-color: var(--hd-top-bg);
	display:flex;
}
.hm_top .hm_wrap {
	width: 100%;
}
.hm_top .hm_top {
	display:flex;
}
.hm_top .hm_top .logo {
	height: 50px;
    padding: 10px;
	margin-right:10px;
}
.hm_top .hm_top .logo:hover {
	background-color: var(--hd-top-logo-hv);
}
.hm_top .hm_top .search {
	display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: 5px;
}
.hm_top .hm_top .search form {
	display: flex;
    width: 100%;
}
.hm_top .hm_top .search input[type=text] {
	color: var(--search-input-cl);
	background-color: var(--search-input-bg);
	-webkit-appearance: none;
    display: inline-block;
    border-radius: 3px;
    padding: 0 1em 0 1em;
    font-size: 1em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 40px;
    border: 0;
    vertical-align: top;
    margin-top: 5px;
}
.hm_top .hm_top .search input[type=text]:hover {
	background-color: var(--search-input-bg-hv);
}
.hm_top .hm_top .search button {
	background: var(--search-btn-bg);
	color: var(--search-btn-cl);
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top:5px;
	width: 40px;
    height: 40px;
    vertical-align: middle;
	display: inline-block;
    font-weight: 700;
    cursor: pointer;
    padding: 0 12px;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
}
.hm_top .hm_top .search button:hover {
	background-color: var(--search-btn-hv-bg);
}

.hm_top .hm_top .hm_nav {
	width: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
}
.hm_top .hm_top .hm_nav .header_nav_mob {
	display:none;
}
.hm_top .hm_top .hm_nav .header_nav_mob.shown {
	display:block;
}
.hm_top .hm_top .hm_nav button {
	min-width:auto;
}
.hm_top .hm_top .hm_nav button .line {
	display: block;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
	width:16px;
}
.hm_top .hm_top .hm_nav .header_nav_mob .mb_drop {
	display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 50px;
    flex-wrap: nowrap;
    width: 100%;
    background: var(--hd-top-bg);
    z-index: 2;
    border-bottom: 1px solid #303030;
    box-shadow: 1px 1px 1px #121212;
}
.hm_top .hm_top .hm_nav .header_nav_mob li {
	
}
.hm_top .hm_top .hm_nav .header_nav_mob li a {
	display:block;
	text-decoration:none;
	color: var(--body-a-cl);
	padding-left: 10px;
    padding-right: 10px;
	line-height: 35px;
	height: 35px;
}
.hm_top .hm_top .hm_nav .header_nav_mob li a.active {
	background-color: var(--hd-nav-active-bg);
	color: var(--hd-nav-active-cl);
}
.hm_top .hm_top .hm_nav .header_nav_mob li a.active:hover {
	background-color: var(--hd-nav-active-hv-bg);
}
.hm_top .hm_top .hm_nav .header_nav_mob li a:hover {
	background-color: var(--hd-top-logo-hv);
}
.hm_top .hm_top .hm_nav .header_nav_mob li .icon {
    color: var(--box-h2-icon-cl);
}

/* END OF HEADER */

/* CONTENT */
.main_cnt {
	
}
.main_login {
	display: flex;
    min-height: 100vh;
    align-items: center;
}
.main_cnt .main_wrap {
	max-width: 1200px;
    margin: 0 auto;
}
.main_cnt .reader_outer {
	max-width: 100%;
    margin: 0 auto;
}
.main_cnt .reader_wrap {
	max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.main_cnt .main_wrap h1 {
	display: block;
    font-size: 2em;
    font-weight: 700;
    margin: 0.83em 0;
}
.main_cnt .main_wrap h1.tag_heading {
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	margin: .50em 0;
}
.main_cnt .main_wrap h1 a {
	color: var(--html-cl);
    text-decoration: none;
    display: flex;
    margin: 3px;
    justify-content: center;
    position: relative;
}
.main_cnt .main_wrap h1 a:hover .tag_name {
	background: var(--tags-list-tagname-hv-bg);
}
.main_cnt .main_wrap h1 a:hover .tag_count {
	background: var(--tags-list-tagcount-hv-bg);
}
.main_cnt .main_wrap h1 a:hover .tag_name .split_tag {
	display:inline-block;
}
.main_cnt .main_wrap h1 a:hover .split_border {
	display:none;
}
.main_cnt .main_wrap h1 a .tag_name {
	background: var(--tags-list-tagname-bg);
    padding: .30em 0.30em;
	border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}
.main_cnt .main_wrap h1 a .tag_name .split_tag {
	display:none;
}
.main_cnt .main_wrap h1 a .tag_count {
	color: var(--gallery-info-tag-count-cl);
    background: var(--tags-list-tagcount-bg);
    box-shadow: inset 0 0 .4em var(--tags-list-bs-bg);
    font-size: .9em;
    font-weight: 400;
    padding: .40em .40em;
    border-top-right-radius: .3em;
    border-bottom-right-radius: .3em;
    display: flex;
    align-items: center;
}
.main_cnt .main_wrap h1 a .tag_count.long {
	padding: .40em .70em .40em .40em;
}
.main_cnt .main_wrap h1 a .split_border {
	position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    background: var(--a-colored-link);
    height: 100%;
	border-top-right-radius: .3em;
    border-bottom-right-radius: .3em;
}
.main_cnt .main_wrap h1 .tag_type {
	margin-right:7px;
}
.main_cnt .main_wrap h2 {
	display: block;
    font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.main_cnt .main_wrap .icon {
	color: var(--box-h2-icon-cl);
}
.main_cnt .main_wrap .content_box {
    display: block;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
}
.main_cnt .main_wrap .content_box h1 {
	text-align: center;
}
.main_cnt .main_wrap .content_box h1 .icon {
	color: var(--box-h2-icon-cl);
}
.main_cnt .main_wrap .content_box h2 {
	display: block;
    font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.main_cnt .main_wrap .content_box h2 .icon {
	color: var(--box-h2-icon-cl);
}
.main_cnt .main_wrap .content_box .galleries_box {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width:100%;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item {
	position: relative;
	width: 19%;
    margin: 3px;
    margin-bottom: 0.5em;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item .inner_gallery {
	position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item a {
	display:block;
	text-decoration:none;
	position: relative;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item .lazyload {
	background: var(--lazyload-bg);
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item img {
	display: block;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    max-width: 100%;
    height: auto;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item .caption {
	background: var(--caption-bg);
    color: var(--caption-cl);
	line-height: 15px;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    max-height: 34px;
    padding: 3px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item:hover .caption {
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
	max-height: 100%;
	position: absolute;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item .caption:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    float: left;
    z-index: 2;
    background-size: contain;
    width: 18px;
    height: 12px;
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item[data-languages="1"] .caption:before {
    background-image: url("data:image/gif;base64,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");
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item[data-languages="2"] .caption:before {
    background-image: url("data:image/gif;base64,R0lGODlhSAAwAOZhAO1UZPn6/PX+//X8//z9/vX4+/X//////+1TY+1PX/X7/vX7/fb///X9/+1SYvf4++1QYOxMXPn7/P7+//Xw9PXx9fGjre5pd/X8/vb4+/GnsPPN1O1OX/CQm+95hvTd4vXy9vGXovTb4PCVoO1TZPPS1+1OXu1QYfPT2fTm6/Ggqu1dbfX5/O5icPCSnfCTne1RYvTq7u5hcfGkrvTv8+5jce1UZfTr7/To7fKqsvPJz+1WZvPO0/CTnvXt8fPP1e93g/K0vPLEy/LEzO1PYO1YaO+Aje5od+1ZaPLDy+5gb/LFzO5ice+Klu1XZ++Cju1YZ+5hcPXs8PGirOxKW++JlexLXO+CjfK2v/K2vfXs8e+BjPG0u+5hb+1VZfb4+vX3+v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAGEALAAAAABIADAAAAf/gGFhBwQBD1+IiYqLjI2Oj5CLDwEEB4JhEwFfYJydnp+goaKjpKNfARODEqWsra6vnRKEm7C1trBfhbe7vKQBGb3BwmCHw8a3iMfKr8nLzqTNz9Kf0dPW1dbS2NnO28MFCw0CBgINCwXdtMcFAz5LFi9NLxZCWgMsyt68GCBYTxdIIFhJAOWCkSAVBhzTdwsDjhBMIiRwAMALAAcJInQZkULhMIa1GtzoAYCIl5MoUUIg0SGGgI/qeimokGMHgpQ4T97UQEGBMJCvBJSoASOnUQcteAhA1wtoqwUUZnCwYdSoCRU0fDaNucvABw83q+ZEAESEgWBOWRlAIaOiWJwA0Fb8YICW6y0GGyy+zXlCB92twvDq3Zuy719eaUutbUsYZdy5dYV5BdtYZ9mzgINBlUq18dWskYUJJdoYqVKmiO3emlkzrNidPX+qviWSJASxK1u+lH3MYYgoEilaxBhBCUePvI8NAJHlyoUiCagkcHJkC5eEC2fzYudjiAUXVVxMSSLlXj7tvcCJI2cOdXZu19DDDz0/Xf1nie/jkq/fVv7+rXwBDIDGZBAAgcZQwh+CpeRywCoM8iILJppEWMspqQhCiCGRdOjhh5BMUokggQAAOw==");
}
.main_cnt .main_wrap .content_box .galleries_box .gallery_item[data-languages="3"] .caption:before {
    background-image: url("data:image/gif;base64,R0lGODlhSAAwAPfGAPbBQO5kX+9lX+5mX+5nX+9nX+5rXe9oXu5oX+9qXu9rXu9sXe9tXe9uXO9uXfBvXO9zWvF7V/B9V/F+VvF+V/BxW/BzWvByW/BzW/B2WfB3WfB0WvB2WvB3WvF5WPB4WfB5WfB6WPF6WPB7WPF7WPB6WfB8WOxPZ+1PZ+xLaOxNaO1OaO1TZexQZu1QZuxRZu1RZuxQZ+1QZ+1RZ+xSZu1SZuxTZu1TZu1VZO1UZe1VZe1WZO1XZO1WZe1XZe5XZO1UZu1aY+1bY+5aY+5bY+5fYe1cYu1dYu5dYu5cY+1eYu5eYu5fYu1YZO1ZZO5YZO5ZZO1aZO5gYe5hYe5jYO5iYe5kYO9kYO5lYO9lYO9mYPfBP/bCP/fDP/fEP/fFP/OTT/KVTvOUT/OWTvKWT/OWT/OfS/SfS/OYTfOaTfObTfOZTvKaTvSbTfOcTPOdTPOcTfOeTPSdTPScTfKHU/GCVfCAVvGBVvCCVvGCVvGFVPGEVfGFVfGHVPGGVfGJU/KIU/GKU/KNUfKPUfGMUvKMUvOMUvKIVPOQUPKRUPORUPKQUfORUfKSUPOSUPKTUPOTUPOUUPSqR/WqR/WrR/WtR/WvRvOgS/ShSvSgS/ShS/SiS/SnSPSlSvSmSvSoSPSpSPSoSfWoSfSpSfSqSPWqSPSrSPW2Q/W3Q/WwRfaxRfWyRfWzRfWwRvWxRvW0Rfa0RPa0RfW2RPW3RPW4Q/a4Q/a6Qva7Qva6Q/a8Qfa9Qfe9Qfa/QPa+Qfe+Qfa/Qfa8Qva9QvbAQPfAQPfCQPfBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUAAMYALAAAAABIADAAAAj/AI0JNKajoMGDCBMqXMiwIcOBAx1KnEixosGIFh3myMgxocCOIEM2JCjyYI0hDwTk2FiyJccaVSLpcUnz4EqGNab8kVNL1Ro/PljWFHlz4Y0mdlD1EiaJgQ6hQzvC4ECCyI2FM7B4+mWrUQ+oUTnGQDSJgYyFMg5kKpSozA6WYMNKBLIkjpc7J4wiWTBESYEeT3lYSSK3Yg0MlL6QOXLVaI3HBWfw2FPCB4zCElf0ufWrUgUUDIXmcHJhAiVQdzoEaYz56Y3XN2YwOVPsli9GTVA8fgxE4dE9qYLpcnWnCWvMSQokWODggxpawW71koWGgoYP2A/0RpgDSAFRvXpd/6JyXO5KQ6RAgSrVKpeuW/B76YplydIqS3VqKIQxZNOoUGokcVlrT3FQSRcACPMLMPA1CEx4xOwyRgDbIXSDEHkokIAIVhFYUA0GXOJegyTC94ssgSAxoEI9CAEFDTsA5uFTLVjRhi0MlijdKns4cRZDMwDhQQMs6DdjQTJo8YkwOgLjiyI4rKgQD1MYgAkcDmTRRFyYuSBGLzk2qAssEajQ0A1R8NGJLbhwgkcU5bWGAiS6hAmfLq9IAFpoOkBgCS+/kNLAU0fqsMMbtemyRRdcgPkLITEolENjMDyhySmzsDGElATmMEAoAAzTChiHROKKMF64gcRxOUSBwBQF3cOQxCISmEDHqoXeMMIrAGiSQRMrQNHBHLusssGKN6RgRCN5xHBCDk1c8cIJS/DAZWE1CJKKI1e4UMOkKEgBCBwaDFgDExIMwoopf4AQlJFxEgjEBiFEEelBMABBhRQs1bDEI+7xIkseXxWq0AsyVGhTDcehQAUpXwwThg0KGwySDASYkQYcgxRssUgwefBDERZ4/HFIQMyQQ5Ent+zyyzDHLPPMNNds880456zzzjz3LDNJPiv0UdBCD030RRAB7TNEAQEAOw==");
}
.main_cnt .main_wrap .az_nav {
	
}
.main_cnt .main_wrap .az_nav .az_top {
	display: flex;
    justify-content: center;
}
.main_cnt .main_wrap .az_nav .az_top a {
	background: var(--tags-az-a-bg);
	color: var(--tags-az-a-cl);
	padding: 0.5em;
	font-size: 20px;
	text-decoration:none;
	border-radius: 5px;
	margin:10px;
}
.main_cnt .main_wrap .az_nav .az_top a:hover {
	background: var(--tags-az-a-hv-bg);
}
.main_cnt .main_wrap .az_nav .az_top a.active {
	font-weight: 700;
	background: var(--tags-az-a-active-bg);
}
.main_cnt .main_wrap .az_nav .az_btm {
	margin-top: 1em;
}
.main_cnt .main_wrap .az_nav .az_btm .az_tags {
	display: flex;
    justify-content: center;
}
.main_cnt .main_wrap .az_nav .az_btm .az_tags a {
	color: var(--tags-az-nav-a-cl);
	border-radius: 100%;
	display: inline-block;
    font-size: 1em;
    line-height: 2.4em;
    height: 2.4em;
    min-width: 2.4em;
    margin-right: .3em;
    text-align: center;
	text-decoration:none;
	outline:none;
}
.main_cnt .main_wrap .az_nav .az_btm .az_tags a.active {
	background: var(--tags-az-nav-a-bg);
	font-weight: 700;
}
.main_cnt .main_wrap .az_nav .az_btm .az_tags a:hover {
	background: var(--tags-az-nav-a-bg);
}
.main_cnt .main_wrap .tags_box {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
}
.main_cnt .main_wrap .tags_box .tags_items {
	width: 100%;
	padding-bottom: 5px;
    -webkit-columns: 170px;
    -moz-columns: 170px;
    -ms-columns: 170px;
    -o-columns: 170px;
    columns: 170px;
    -webkit-column-rule-color: var(--tags-column-rule-cl);
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-style: solid;
    -moz-column-rule-color: var(--tags-column-rule-cl);
    -moz-column-rule-width: 1px;
    -moz-column-rule-style: solid;
    -ms-column-rule-color: var(--tags-column-rule-cl);
    -ms-column-rule-width: 1px;
    -ms-column-rule-style: solid;
    -o-column-rule-color: var(--tags-column-rule-cl);
    -o-column-rule-width: 1px;
    -o-column-rule-style: solid;
    column-rule-color: var(--tags-column-rule-cl);
    column-rule-width: 1px;
    column-rule-style: solid;
	-webkit-column-rule-color: var(--webkit-column-rule-cl);
    -moz-column-rule-color: var(--webkit-column-rule-cl);
    -ms-column-rule-color: var(--webkit-column-rule-cl);
    -o-column-rule-color: var(--webkit-column-rule-cl);
    column-rule-color: var(--webkit-column-rule-cl);
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn {
	color: var(--tags-list-a-cl);
    font-size: 1em;
    vertical-align: middle;
    display: inline-flex;
    margin: .13em;
    flex-direction: row;
    justify-content: center;
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    display: flex;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: .2em;
	text-decoration: none;
	position:relative;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn>:first-child {
    border-top-left-radius: .3em;
    border-bottom-left-radius: .3em;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn>:last-child {
    border-top-right-radius: .3em;
    border-bottom-right-radius: .3em;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn .tag_name {
	flex: 1;
	display: flex;
    padding: .13em .39em;
    align-items: center;
	background: var(--tags-list-tagname-bg);
	flex-wrap: wrap;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn .tag_name .split_name {
	display:none;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn .split_border {
	position: absolute;
    top: 0;
    right: -6px;
    width: 6px;
    background: var(--a-colored-link);
    height: 100%;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn:hover .split_name {
	display:inline-block;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn:hover .split_border {
    display: none !important;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn .tag_count {
	display: flex;
	min-width: 2.5em;
    justify-content: flex-end;
	color: grey;
    background: var(--tags-list-tagcount-bg);
    box-shadow: inset 0 0 .4em var(--tags-list-bs-bg);
	font-size: .9em;
    font-weight: 400;
    padding: .13em .26em;
	align-items: center;
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn:hover .tag_name {
	background: var(--tags-list-tagname-hv-bg);
}
.main_cnt .main_wrap .tags_box .tags_items .tag_btn:hover .tag_count {
	background: var(--tags-list-tagcount-hv-bg);
}

.main_cnt .main_wrap .tags_box .tags_thumbs {
	width: 100%;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb {
	position: relative;
    width: 19%;
    margin: 3px;
    margin-bottom: 0.5em;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb a {
	display:block;
	text-decoration:none;
	position: relative;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .tags_sort {
	width: 100%;
    background: var(--caption-bg);
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
	border-top-left-radius: .3em;
    border-top-right-radius: .3em;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .tags_sort h3 {
	margin: 0;
    padding: 0;
    line-height: 30px;
	width: 50%;
	display:flex;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .tags_sort h3 a {
	color: var(--caption-cl);
	font-weight:700;
}

.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .tags_sort .ts_lat {
	padding-left:5px;
}	
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .tags_sort .ts_pop {
	justify-content: flex-end;
	padding-right:5px;
}

    

.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .lazyload {
	background: var(--lazyload-bg);
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb img {
	display: block;
    max-width: 100%;
    height: auto;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .caption {
	background: var(--caption-bg);
    color: var(--caption-cl);
	line-height: 15px;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    max-height: 34px;
    padding: 3px 6px 3px 3px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
	position:relative;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .caption .split_border {
	position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    background: var(--a-colored-link);
    height: 100%;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb:hover .caption {
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
	max-height: 100%;
	position: absolute;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .split_tag {
	display:none;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb:hover .split_tag {
	display:inline-block;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb:hover .split_border {
	display:none;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .t_cnt {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0,0,0,.4);
    cursor: pointer;
	z-index: 1;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .t_cnt:hover {
    transition: all .5s ease;
    opacity: 1;
}
.main_cnt .main_wrap .tags_box .tags_thumbs .thumb .t_cnt .c_num {
    color: #fff;
    font-size: 26px;
    opacity: 1;
    font-weight: 800;
    cursor: pointer;
}


.main_cnt .main_wrap .sort_links {
	display: flex;
    justify-content: center;
    min-height: 50px;
    flex-direction: row;
    align-items: center;
	margin-bottom: 1.1em;
}
.main_cnt .main_wrap .sort_links a {
	background: var(--tags-az-a-bg);
	color: var(--tags-az-a-cl);
	padding: 0.5em;
	font-size: 20px;
	text-decoration:none;
	border-radius: 5px;
	margin:10px;
}
.main_cnt .main_wrap .sort_links a:hover {
	background: var(--tags-az-a-hv-bg);
}
.main_cnt .main_wrap .sort_links a.active {
	font-weight: 700;
	background: var(--tags-az-a-active-bg);
}
.main_cnt .main_wrap .sort_links .sort_heading {
	margin: 0;
	padding: 0;
}


.main_cnt .main_wrap .tags_box {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
}

.main_cnt .main_wrap .gallery_top {
	display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
	padding: 30px 20px;
}
.main_cnt .main_wrap .gallery_top .cover {
    width: 48%;
    display: inline-block;
    text-align: center;
}
.main_cnt .main_wrap .gallery_top .cover img {
	border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
	max-height:630px;
}
.main_cnt .main_wrap .gallery_top .info {
	width:48%;
}
.main_cnt .main_wrap .gallery_top .info h1 {
	font-size: 20px;
	font-weight: 700;
	margin: 0.67em 0;
	line-height: 1.42857143;
}
.main_cnt .main_wrap .gallery_top .info h2 {
	font-size: 17px;
    margin-top: 10px;
    margin-bottom: 20px;
	text-align:left;
	line-height: 1.42857143;
}
.main_cnt .main_wrap .gallery_top .info h3 {
	line-height: 1.42857143;
	font-size: 15px;
    cursor: pointer;
	font-weight: 700;
	margin:1em 0;
}
.main_cnt .main_wrap .gallery_top .info .hash {
	color: var(--gallery-info-hash-cl);
}
.main_cnt .main_wrap .gallery_top .info .text {
	font-weight: 700;
    line-height: 1.42857143;
    margin-right: 3px;
    margin-top: 4px;
}
.main_cnt .main_wrap .gallery_top .info ul li {
	display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_cnt .main_wrap .gallery_top .info .tags {
	font-weight:700;
	line-height: 1.42857143;	
}
.main_cnt .main_wrap .gallery_top .info .tags a {
	color: var(--gallery-info-tags-a-cl);
    font-size: 1em;
    vertical-align: middle;
    display: inline-flex;
    margin: .13em;
    flex-direction: row;
    justify-content: center;
	text-decoration: none;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn {
	position:relative;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn.long {
	margin-right: 0.55em;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn .tag_name {
	background: var(--gallery-info-tag-name-bg);
	display: flex;
    padding: .13em .39em;
    align-items: center;
	border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn .tag_count {
	display: flex;
	align-items: center;
	color: var(--gallery-info-tag-count-cl);
	font-size: .9em;
    font-weight: 400;
    padding: .13em .26em;
    background: #516a83;
    background: var(--gallery-info-tag-count-bg);
    box-shadow: inset 0 0 .4em var(--tags-list-bs-bg);
	border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn .tag_count.long {
	padding: 0.13em 0.36em 0.13em 0.26em;
}
.main_cnt .main_wrap .gallery_top .info .tags a:hover .tag_name {
	background: var(--gallery-info-tag-name-hv-bg);
}
.main_cnt .main_wrap .gallery_top .info .tags a:hover .tag_count {
	background: var(--gallery-info-tag-count-hv-bg);
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn .split_border {
	position: absolute;
    top: 0;
    right: -6px;
    width: 6px;
    background: var(--a-colored-link);
    height: 100%;
	border-top-right-radius: .3em;
    border-bottom-right-radius: .3em;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn .tag_name .split_tag {
	display:none;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn:hover .split_tag {
	display:inline-block;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn:hover .split_border {
	display:none;
}
.main_cnt .main_wrap .gallery_top .info .tags .tag_btn .pages {
	border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}
.main_cnt .main_wrap .gallery_top .info .tags.uploaded {
	font-weight:400;
	margin-top: 4px;
	
}
.main_cnt .main_wrap .gallery_top .info .g_buttons {
	margin-top: 30px;
	font-size: 0;
	position:relative;
}
.main_cnt .main_wrap .gallery_top .info .g_buttons .fv_cnt {
	font-weight:400;
}
.main_cnt .main_wrap .gallery_top .info .g_buttons a, .main_cnt .main_wrap .gallery_top .info .g_buttons button {
	font-size: 14px;
}
.main_cnt .main_wrap .gallery_top .info .g_buttons a:first-child, .main_cnt .main_wrap .gallery_top .info .g_buttons button:first-child {
	margin-right: 5px;
}
.main_cnt .main_wrap .gallery_top .info .g_buttons .mbtn.disabled:hover {
	opacity:1;
}
.main_cnt .main_wrap .outer_thumbs {
	display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}
.main_cnt .main_wrap .outer_thumbs .gallery_thumbs {
	display: flex;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_cnt .main_wrap .outer_thumbs .gallery_thumbs .gt_th {
	width: 19.48%;
    margin: 3px;
    text-align: center;
}
.main_cnt .main_wrap .outer_thumbs .gallery_thumbs .gt_th a {
	font-size: 0;
}
.main_cnt .main_wrap .outer_thumbs .gallery_thumbs .gt_th img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
	margin-bottom: 3px;
}
.main_cnt .main_wrap .outer_thumbs .gallery_thumbs .gt_th .lazy {
	background: var(--lazyload-bg);
}
.main_cnt .main_wrap .gallery_thumbs .gt_th:hover img {
	-webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
}
.main_cnt .main_wrap .gallery_thumbs .gt_th:hover .a_filtered img {
	-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
}
.main_cnt .main_wrap .outer_thumbs .more_buttons {
	font-size:14px;
	display:flex;
	margin-top: 20px;
}
.main_cnt .main_wrap .outer_thumbs .more_buttons button {
	margin: 0 3px;
	min-width: auto;
}
.main_cnt .main_wrap .outer_thumbs .more_buttons i {
	margin-right:5px;
}
.main_cnt .main_wrap .outer_thumbs .more_buttons #csm, .main_cnt .main_wrap .outer_thumbs .more_buttons #csa {
	display:none;
}
.main_cnt .main_wrap .related {
	display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_cnt .main_wrap .related h2 {
	width: 100%;
	margin-top: 0;
}
.main_cnt .main_wrap .post_comment {
	display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
    padding: 10px 20px 30px 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.main_cnt .main_wrap .post_comment h3 {
	display: inline-block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 700;
	line-height: 1.4285714
}
.main_cnt .main_wrap .post_comment h3 i {
	color: var(--box-h2-icon-cl);
}
.main_cnt .main_wrap .post_comment .com_link {
	color: var(--body-cl);
}
.main_cnt .main_wrap .post_comment .com_link:hover {
	text-decoration:none;
}
.main_cnt .main_wrap .post_comment textarea {
	background: var(--post-comment-txt-bg);
    color: var(--post-comment-txt-cl);
	width: 85%;
    height: 90px;
    margin-bottom: 15px;
    padding: 10px;
    border: 0;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
}
.main_cnt .main_wrap .post_comment textarea:hover {
	background: var(--post-comment-txt-hv-bg);
}
.main_cnt .main_wrap .comments {
	display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}	
.main_cnt .main_wrap .comments .comment {
	width: 100%;
	display: flex;
    text-align: left;
    margin-bottom: 10px;
    padding: 8px;
}
.main_cnt .main_wrap .comments .comment .avatar {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
}
.main_cnt .main_wrap .comments .comment .avatar img {
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.main_cnt .main_wrap .comments .comment .cm_wrp {
	flex: 1;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top {
	display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .left {
	
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .left a {
	text-decoration: none;
	color: var(--comment-a-cl);
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .left time {
	color: var(--body-cl);
	margin-left: .5em;
    opacity: .6;
	font-variant-numeric: tabular-nums;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .right {
	margin-left: auto;
    text-align: right;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .right .cm_flag, .main_cnt .main_wrap .comments .comment .cm_wrp .top .right .cm_del {
	background: none;
	border:0;
	outline:none;
	color: var(--flag-cl);
	margin-left: 1em;
    opacity: .6;
	font-weight: 400;
    line-height: 1;
    height: auto;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .right .cm_flag:hover, .main_cnt .main_wrap .comments .comment .cm_wrp .top .right .cm_del:hover {
	opacity: 1;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .top .right .hidden {
	display: none;
}
.main_cnt .main_wrap .comments .comment .cm_wrp .bottom {
	word-break: break-word;
}
.main_cnt .main_wrap .post_comment {
	
}
.main_cnt .main_wrap .post_comment #comment_body {
	
}
.main_cnt .main_wrap .post_comment #post_comment #csc {
	display:none;
}
.main_cnt .main_wrap .post_comment #response {
	width:85%;
}
.main_cnt .main_wrap .comments .preload {
	text-align:center;
	margin:0 auto;
	font-weight:bold;
}
.main_cnt .main_wrap .comments .preload #cm_spin {
	margin:0 auto;
}
.main_cnt .main_wrap .login_box {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.main_cnt .main_wrap .login_box .login_top {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.main_cnt .main_wrap .login_box .login_top .logo {
	
}
.main_cnt .main_wrap .login_box .login_top .logo img {
	filter: brightness(1);
    transition: .3s;
}
.main_cnt .main_wrap .login_box .login_top .slogan {
	text-align:center;
	color: #fff;
    font-size: 15px;
    margin: 1em 0;
    font-style: italic;
}
.main_cnt .main_wrap .login_box .login_btm {
	display: flex;
    flex-direction: column;
    align-items: center;
	color: #fff;
}
.main_cnt .main_wrap .login_box .login_btm .inputs {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.main_cnt .main_wrap .login_box .login_btm .inputs input:first-of-type {
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.main_cnt .main_wrap .login_box .login_btm .inputs input:not(:first-of-type) {
	border-top: 1px solid #3b3b3b;
}
.main_cnt .main_wrap .login_box .login_btm .inputs input[type="text"], .main_cnt .main_wrap .login_box .login_btm .inputs input[type="password"], .main_cnt .main_wrap .login_box .login_btm .inputs input[type="email"], .main_cnt .main_wrap .login_box .login_btm .inputs textarea {
	background: #4d4d4d;
    color: #d9d9d9;
    width: 300px;
    height: 55px;
    padding: 10px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    -webkit-appearance: none;
    border-radius: 0;
}
.main_cnt .main_wrap .login_box .login_btm .inputs textarea {
	border-top: 1px solid #3b3b3b;
	height: 200px;
}
.main_cnt .main_wrap .login_box .login_btm .inputs input:hover, .main_cnt .main_wrap .login_box .login_btm .inputs textarea:hover {
	background: #666;
}
.main_cnt .main_wrap .login_box .login_btm .inputs .login_btn {
	margin-top: 15px;
    margin-bottom: 5px;
    height: 50px;
    width: 300px;
    border: 0;
    border-radius: 3px;
    outline: none;
    background: #ed2553;
    color: #fff;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    cursor: pointer;
}
.main_cnt .main_wrap .login_box .login_btm .inputs .login_btn:hover {
	background: #ef3862;
}
.main_cnt .main_wrap .login_box .login_btm a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.main_cnt .main_wrap .login_box .login_btm a:hover {
	color:#ee4972;
}
.main_cnt .main_wrap .user_box {
    display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
}
.main_cnt .main_wrap .user_box .user_avatar {
	margin: 2em;
    width: 200px;
    height: 200px;
}
.main_cnt .main_wrap .user_box .user_info {
	
}
.main_cnt .main_wrap .user_box .user_info h1 {
	margin-top:1em;
}
.main_cnt .main_wrap .user_box .user_info ul li {
	margin:1em 0;
}
.main_cnt .main_wrap .user_box .user_info ul li span {
	font-weight: bolder;
}
.main_cnt .main_wrap .user_box .user_info .buttons {
	margin-top:15px;
}
.main_cnt .main_wrap .user_box .user_info .buttons .mbtn {
	min-width:auto;
	margin-right:2px;
}
.main_cnt .main_wrap .recent_comments {
	display: flex;
    clear: both;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: var(--box-bg);
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    flex-wrap: wrap;
}	
.main_cnt .main_wrap .recent_comments .comment {
	width: 100%;
	display: flex;
    text-align: left;
    margin-bottom: 10px;
    padding: 8px;
}
.main_cnt .main_wrap .recent_comments .comment .avatar {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
}
.main_cnt .main_wrap .recent_comments .comment .avatar img {
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp {
	flex: 1;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top {
	display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .left {
	
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .left a {
	text-decoration: none;
	color: var(--comment-a-cl);
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .left time {
	color: var(--body-cl);
	margin-left: .5em;
    opacity: .6;
	font-variant-numeric: tabular-nums;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .right {
	margin-left: auto;
    text-align: right;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .right .cm_flag, .main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .right .cm_del {
	background: none;
	border:0;
	outline:none;
	color: var(--flag-cl);
	margin-left: 1em;
    opacity: .6;
	font-weight: 400;
    line-height: 1;
    height: auto;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .right .cm_flag:hover, .main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .right .cm_del:hover {
	opacity: 1;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .top .right .hidden {
	display: none;
}
.main_cnt .main_wrap .recent_comments .comment .cm_wrp .bottom {
	word-break: break-word;
}
.main_cnt .main_wrap .recent_comments .preload {
	text-align:center;
	margin:0 auto;
	font-weight:bold;
}
.main_cnt .main_wrap .recent_comments .preload #cm_spin {
	margin:0 auto;
}
.main_cnt .reader_nav {
	background: var(--reader-nav-bg);
    display: flex;
    height: 40px;
    align-items: center;
}
.main_cnt .reader_nav .rd_pg {
	margin: 0 auto;
}
.main_cnt .reader_nav .back_btn {
	color: #fff;
    line-height: 20px;
    padding: 10px 10px 10px 13px;
    min-width: 40px;
    min-height: 100%;
    border-radius: 0;
}
.main_cnt .reader_nav .back_btn:hover {
	background-color: #525252;
}
.main_cnt .reader_nav .pages_btn {
	color: #fff;
	font-weight: 800;
    line-height: 20px;
    padding: 10px;
    min-width: 40px;
    min-height: 100%;
    border-radius: 0;
	background:none;
	border:none;
}
.main_cnt .reader_nav .pages_btn:hover {
	background-color: #525252;
}
.main_cnt .reader_nav .pages_btn .sp {
	font-weight: 400;
}
.main_cnt .reader_nav .rd_pg a {
	color: #fff;
	font-weight: 800;
    line-height: 20px;
    padding: 10px;
    min-width: 40px;
    min-height: 100%;
    border-radius: 0;
	background:none;
	border:none;
	text-decoration: none;
	cursor:pointer;
}
.main_cnt .reader_nav .rd_pg a:hover {
	background-color: #525252;
}
.main_cnt .fw_img {
	cursor:pointer;
}
.main_cnt #fimg {
	background-color: #1a1a1a;
}
.main_cnt .settings_form {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 760px;
    margin: 0 auto;
}
.main_cnt .settings_form form {
	width: 100%;
    margin:0;
}
.main_cnt .settings_form .form_block {
	display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    width: 100%;
}
.main_cnt .settings_form .form_block label {
    display: block;
    font-weight: 700;
    text-align: justify;
    white-space: nowrap;
}
.main_cnt .settings_form .form_avatar {
	display: flex;
    flex-direction: column;
}
.main_cnt .settings_form .form_avatar .avt_image {
	margin:0 0 5px 0;
}
.main_cnt .settings_form .form_block input[type="text"], .main_cnt .settings_form .form_block input[type="email"], .main_cnt .settings_form .form_block input[type="password"] {
	width: 100%;
    height: 30px;
    padding-left: 10px;
    border-radius: 3px;
	background: #4d4d4d;
    color: #d9d9d9;
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.main_cnt .settings_form select {
	max-width:60px;
}
.main_cnt .settings_form .buttons {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.main_cnt .settings_form .buttons button {
	min-width:70px;
}
.main_cnt .settings_form .buttons a {
	font-size: 14px;
}
.main_cnt .settings_form p {
	margin:20px 0;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery {
	position: relative;
    width: 19%;
    margin: 3px;
    margin-bottom: 2.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery.removed {
	opacity: 0.5;
	z-index: 1;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery a {
	display:block;
	text-decoration:none;
	position: relative;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery .lazyload {
	background: var(--lazyload-bg);
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery img {
	display: block;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    max-width: 100%;
    height: auto;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery .caption {
	background: var(--caption-bg);
    color: var(--caption-cl);
	line-height: 15px;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    max-height: 34px;
    padding: 3px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery:hover .caption {
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
	max-height: 100%;
	position: absolute;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery .caption:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    float: left;
    z-index: 2;
    background-size: contain;
    width: 18px;
    height: 12px;
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery[data-languages="1"] .caption:before {
    background-image: url("data:image/gif;base64,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");
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery[data-languages="2"] .caption:before {
    background-image: url("data:image/gif;base64,R0lGODlhSAAwAOZhAO1UZPn6/PX+//X8//z9/vX4+/X//////+1TY+1PX/X7/vX7/fb///X9/+1SYvf4++1QYOxMXPn7/P7+//Xw9PXx9fGjre5pd/X8/vb4+/GnsPPN1O1OX/CQm+95hvTd4vXy9vGXovTb4PCVoO1TZPPS1+1OXu1QYfPT2fTm6/Ggqu1dbfX5/O5icPCSnfCTne1RYvTq7u5hcfGkrvTv8+5jce1UZfTr7/To7fKqsvPJz+1WZvPO0/CTnvXt8fPP1e93g/K0vPLEy/LEzO1PYO1YaO+Aje5od+1ZaPLDy+5gb/LFzO5ice+Klu1XZ++Cju1YZ+5hcPXs8PGirOxKW++JlexLXO+CjfK2v/K2vfXs8e+BjPG0u+5hb+1VZfb4+vX3+v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAGEALAAAAABIADAAAAf/gGFhBwQBD1+IiYqLjI2Oj5CLDwEEB4JhEwFfYJydnp+goaKjpKNfARODEqWsra6vnRKEm7C1trBfhbe7vKQBGb3BwmCHw8a3iMfKr8nLzqTNz9Kf0dPW1dbS2NnO28MFCw0CBgINCwXdtMcFAz5LFi9NLxZCWgMsyt68GCBYTxdIIFhJAOWCkSAVBhzTdwsDjhBMIiRwAMALAAcJInQZkULhMIa1GtzoAYCIl5MoUUIg0SGGgI/qeimokGMHgpQ4T97UQEGBMJCvBJSoASOnUQcteAhA1wtoqwUUZnCwYdSoCRU0fDaNucvABw83q+ZEAESEgWBOWRlAIaOiWJwA0Fb8YICW6y0GGyy+zXlCB92twvDq3Zuy719eaUutbUsYZdy5dYV5BdtYZ9mzgINBlUq18dWskYUJJdoYqVKmiO3emlkzrNidPX+qviWSJASxK1u+lH3MYYgoEilaxBhBCUePvI8NAJHlyoUiCagkcHJkC5eEC2fzYudjiAUXVVxMSSLlXj7tvcCJI2cOdXZu19DDDz0/Xf1nie/jkq/fVv7+rXwBDIDGZBAAgcZQwh+CpeRywCoM8iILJppEWMspqQhCiCGRdOjhh5BMUokggQAAOw==");
}
.main_cnt .main_wrap .content_box .galleries_box .fav_gallery[data-languages="3"] .caption:before {
    background-image: url("data:image/gif;base64,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");
}
.main_cnt .main_wrap .content_box .galleries_box .remove_btn {
	min-width: auto;
    width: auto;
    height: auto;
    line-height: 25px;
    font-weight: 300;
    padding: 0 5px;
	margin-bottom:15px;
}
.main_cnt .main_wrap .blacklist_box {
	padding: 10px 40px
}
.main_cnt .main_wrap .blacklist_box ul li {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.main_cnt .main_wrap .blacklist_box ul li p {
	font-weight:700;
	margin-right: 3px;
}
.main_cnt .main_wrap .blacklist_box .save_btn {
	min-width:auto;
}
.main_cnt .main_wrap .blacklist_box #auto_tags, .main_cnt .main_wrap .blacklist_box #auto_artists, .main_cnt .main_wrap .blacklist_box #auto_parodies, .main_cnt .main_wrap .blacklist_box #auto_characters, .main_cnt .main_wrap .blacklist_box #auto_groups, .main_cnt .main_wrap .blacklist_box #auto_languages, .main_cnt .main_wrap .blacklist_box #auto_categories {
	display:none;
}
.main_cnt .main_wrap .blacklist_box .new_btn {
	font-size: 8px;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 3px 6px;
    margin: 0;
    border-radius: 5px;
}
.main_cnt .main_wrap .blacklist_box .buttons {
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-left:3px;
}
.main_cnt .main_wrap .blacklist_box .new_tag, .main_cnt .main_wrap .blacklist_box .new_artist, .main_cnt .main_wrap .blacklist_box .new_parody, .main_cnt .main_wrap .blacklist_box .new_character, .main_cnt .main_wrap .blacklist_box .new_group, .main_cnt .main_wrap .blacklist_box .new_language, .main_cnt .main_wrap .blacklist_box .new_category {
	color: #d9d9d9;
    background: #4d4d4d;
    border: none;
    outline: none;
    height: 26px;
    line-height: 26px;
    margin: 0 5px 0 0;
}
.main_cnt .main_wrap .blacklist_box .new_tag:hover, .main_cnt .main_wrap .blacklist_box .new_artist:hover, .main_cnt .main_wrap .blacklist_box .new_parody:hover, .main_cnt .main_wrap .blacklist_box .new_character:hover, .main_cnt .main_wrap .blacklist_box .new_group:hover, .main_cnt .main_wrap .blacklist_box .new_language:hover, .main_cnt .main_wrap .blacklist_box .new_category:hover {
	background: #666;
}
.main_cnt .main_wrap .blacklist_box .new_btn i {
	font-size:1em;
}
.main_cnt .main_wrap .blacklist_box .tags_wrapper, .main_cnt .main_wrap .blacklist_box .artists_wrapper, .main_cnt .main_wrap .blacklist_box .parodies_wrapper, .main_cnt .main_wrap .blacklist_box .characters_wrapper, .main_cnt .main_wrap .blacklist_box .groups_wrapper, .main_cnt .main_wrap .blacklist_box .languages_wrapper, .main_cnt .main_wrap .blacklist_box .categories_wrapper {
	
}
.main_cnt .main_wrap .blacklist_box .tags_wrapper button, .main_cnt .main_wrap .blacklist_box .artists_wrapper button, .main_cnt .main_wrap .blacklist_box .parodies_wrapper button, .main_cnt .main_wrap .blacklist_box .characters_wrapper button, .main_cnt .main_wrap .blacklist_box .groups_wrapper button, .main_cnt .main_wrap .blacklist_box .languages_wrapper button, .main_cnt .main_wrap .blacklist_box .categories_wrapper button {
	background:none;
	color: var(--gallery-info-tags-a-cl);
    font-size: 1em;
    vertical-align: middle;
    display: inline-flex;
    margin: .13em;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
	border: 0;
    outline: 0;
	padding:0;
}
.main_cnt .main_wrap .blacklist_box .tags_wrapper button .tag_name, .main_cnt .main_wrap .blacklist_box .artists_wrapper button .tag_name, .main_cnt .main_wrap .blacklist_box .parodies_wrapper button .tag_name, .main_cnt .main_wrap .blacklist_box .characters_wrapper button .tag_name, .main_cnt .main_wrap .blacklist_box .groups_wrapper button .tag_name, .main_cnt .main_wrap .blacklist_box .languages_wrapper button .tag_name, .main_cnt .main_wrap .blacklist_box .categories_wrapper button .tag_name {
	background: var(--gallery-info-tag-name-bg);
    display: flex;
    padding: .13em .39em;
    align-items: center;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
	font-weight: 700;
}
.main_cnt .main_wrap .blacklist_box .tags_wrapper button.added .tag_name, .main_cnt .main_wrap .blacklist_box .artists_wrapper button.added .tag_name, .main_cnt .main_wrap .blacklist_box .parodies_wrapper button.added .tag_name, .main_cnt .main_wrap .blacklist_box .characters_wrapper button.added .tag_name, .main_cnt .main_wrap .blacklist_box .groups_wrapper button.added .tag_name, .main_cnt .main_wrap .blacklist_box .languages_wrapper button.added .tag_name, .main_cnt .main_wrap .blacklist_box .categories_wrapper button.added .tag_name {
	background: var(--gallery-info-tag-added-bg);
}
.main_cnt .main_wrap .blacklist_box .tags_wrapper button.removed .tag_name, .main_cnt .main_wrap .blacklist_box .artists_wrapper button.removed .tag_name, .main_cnt .main_wrap .blacklist_box .parodies_wrapper button.removed .tag_name, .main_cnt .main_wrap .blacklist_box .characters_wrapper button.removed .tag_name, .main_cnt .main_wrap .blacklist_box .groups_wrapper button.removed .tag_name, .main_cnt .main_wrap .blacklist_box .languages_wrapper button.removed .tag_name, .main_cnt .main_wrap .blacklist_box .categories_wrapper button.removed .tag_name {
    background-color: var(--gallery-info-tag-removed-bg);
    text-decoration: line-through;
}

.main_cnt .main_wrap .blacklist_box .tags_wrapper button .tag_count, .main_cnt .main_wrap .blacklist_box .artists_wrapper button .tag_count, .main_cnt .main_wrap .blacklist_box .parodies_wrapper button .tag_count, .main_cnt .main_wrap .blacklist_box .characters_wrapper button .tag_count, .main_cnt .main_wrap .blacklist_box .groups_wrapper button .tag_count, .main_cnt .main_wrap .blacklist_box .languages_wrapper button .tag_count, .main_cnt .main_wrap .blacklist_box .categories_wrapper button .tag_count {
	display: flex;
    align-items: center;
    color: var(--gallery-info-tag-count-cl);
    font-size: .9em;
    font-weight: 400;
    padding: .23em .26em;
    background: #516a83;
    background: var(--gallery-info-tag-count-bg);
    box-shadow: inset 0 0 .4em var(--tags-list-bs-bg);
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}
.custom_drop {
	background: #383838;
	max-width:170px;
	z-index: 999999;
    margin-top: 0;
    list-style-type: none;
    padding:2px;
	border:none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
}
.custom_drop button {
	background:none;
	color: var(--gallery-info-tags-a-cl);
    font-size: 1em;
    vertical-align: middle;
    display: flex;
    margin: 0 0 3px 0;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
	border: 0;
    outline: 0;
	padding:0;
	font-family: Noto Sans,sans-serif;
	font-size:14px;
}	
.custom_drop button .tag_name {
	background: var(--gallery-info-tag-name-bg);
    display: flex;
    padding: .13em .39em;
    align-items: center;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
	font-weight: 700;
}
.custom_drop button .tag_count {
	display: flex;
    align-items: center;
    color: var(--gallery-info-tag-count-cl);
    font-size: .9em;
    font-weight: 400;
    padding: .23em .26em;
    background: #516a83;
    background: var(--gallery-info-tag-count-bg);
    box-shadow: inset 0 0 .4em var(--tags-list-bs-bg);
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}
.custom_drop .ui-state-active {
	border:none;
	background:none;
	font-weight:700;
	color: var(--gallery-info-tags-a-cl);
}
.custom_drop .ui-state-active > .tag_name {
	background: var(--gallery-info-tag-name-hv-bg);
}
.custom_drop .ui-state-active > .tag_count {
	background: var(--gallery-info-tag-count-hv-bg);
}
/* END OF CONTENT */
/* FOOTER */
.footer {
	background: var(--footer-bg);
}
.footer .footer_wrap {
	max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.footer .footer_wrap ul {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
}
.footer .footer_wrap ul li {
	margin:5px 10px;
}
.footer .footer_wrap ul li a {
	color: var(--body-cl);
	text-decoration:none;
}
.footer .footer_wrap ul li a:hover {
	font-weight: 700;
}
/* END OF FOOTER */