/* 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: "" "";
}
/* END OF RESET CSS */

html{
	position:relative;
	min-height:100%;
}
body{
	color:#fff;
	background-color:#1a1a1c;
	font-family:'Noto Sans',sans-serif
}
.clear{
	clear:both;
}
.tracker {
    display: none;
}
.tracker {
    visibility: hidden!important;
}
.modal-open {
	overflow:hidden !important;
}
.pagination{
	margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-item {
	min-width: 35px;
    margin: 0 2px;
}
.page-link {
	display: block;
    padding: 8px;
    transition: none;
    background-color: #2e2f35;
    color: #8b8f96;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.35px;
    border: none;
	text-align: center;
}
.page-link:hover, .page-link:focus {
	color: #ffffff;
    background-color: #52555f;
	box-shadow:none;
}
.page-item.active .page-link {
	pointer-events: none;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
    background-color: #585b64;
    color: #ffffff;
}
.page-item:not(:first-child) .page-link {
	margin:0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 0;
}
.fav_pagi {
    margin: 50px auto 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-item.disabled .page-link {
	background-color: #2e2f35;
}
@font-face {
	font-family: 'icomoon';
	src:  url('/css/fonts/icomoon.eot?sglley');
	src:  url('/css/fonts/icomoon.eot?sglley#iefix') format('embedded-opentype'),
	url('/css/fonts/icomoon.ttf?sglley') format('truetype'),
	url('/css/fonts/icomoon.woff?sglley') format('woff'),
	url('/css/fonts/icomoon.svg?sglley#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
/*
.disabled {
	display:none;
}
*/
.alert {
	font-size: 14px;
    line-height: 20px;
	margin:0;
	max-width:1000px;
	border-radius:0;
}
.alert strong {
	margin-bottom: 10px;
    display: inline-block;
	font-weight:700;
	color:#ebebeb;
}
.alert-danger {
	color: #ebebeb;
    background-color: #4e0000;
    border-color: #760013;
}
.alert-success {
	color: #ebebeb;
    background-color: #113212;
    border-color: #3c763d;
}
.alert-comments {
	color: #bdbdbd;
    background-color: #151516;
    border-color: #343434;
}
.alert-comments a {
	color:#337ab7 !important;
}
.alert p {
	color:#a3a3a3 !important
}
.alert a {
	color:#ebebeb;
}
.alert-warning a{
	color:#664d03
}
.alert-warning {
	width:auto;
	max-width:none;
}
.alert a:hover {
	text-decoration:none;
}
.alert_sp {
	margin-bottom: 10px;
}
#alert_close {
	float:right;
}
.ui-autocomplete { width:320px; max-height: 200px; overflow-y: scroll; overflow-x: hidden; margin:0; padding:0; }
.ui-autocomplete li { 
	list-style-type: none;
    margin: 0;
    cursor: default;
    position: relative;
    border-bottom: 1px solid #2a2a2a;
}
.ui-autocomplete li:hover { 
	background:#121212 !important;
}
.ui-autocomplete span { margin:0; cursor:pointer; }
.ui-autocomplete .ui-state-active { 
	background:none;
	border:0;
	color:#fff;
	font-weight:normal;
}

.ui-widget-content {
	border:none !important;
	background: linear-gradient(#212126, #0d0d10);
}
.minus,.minus:hover, .ui-autocomplete li:hover .minus {
	position: absolute;
    top: 0;
    left: 0;
    background: #154a5b;
    color: #fff;
    font-size: 11px;
    text-align: center;
    min-width: 24px;
    min-height: 26px;
    padding: 10px 0 0 0;
	border-right: 1px solid #2a2a2a;
}
.plus,.plus:hover,.ui-autocomplete li:hover .plus {
	position: absolute;
    top: 0;
    right: 0;
    background: #154a5b;
    color: #fff;
    font-size: 11px;
    text-align: center;
    min-width: 24px;
    min-height: 26px;
    padding: 10px 0 0 0;
	border-left: 1px solid #2a2a2a;
}
.minus:hover {
	background: #970000 !important;
}
.plus:hover {
	background: #024401 !important;
}
.ui-menu-item {
	padding: 0 25px !important;
}
.label_full {
	display: block;
    font-size: 14px;
    padding: 6px;
    color: #9b9b9b;
}
.tooltip {
    position: absolute;
    display: inline-block;
    opacity: 1;
    right: 6px;
    top: 14px;
    font-size: 14px;
    color: #a5a5a5;
    cursor: pointer;
}
.tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #000;
    color: #bbb;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    right: 23px;
    top: 18px;
    font-size: 13px;
    line-height: 20px;
    max-width: 350px;
    min-width: 200px;
}
.tooltip:hover + .tooltiptext {
    visibility: visible;
}
#comments { 
	margin-bottom:45px;
}
#comments ul{
	margin:0;
	padding:0
}
#comments ul li{
	list-style-type:none;
	padding:0;
	margin:0;
	border-bottom:none
}
#comments ul .master_c{
	padding:0;
	margin-bottom:5px;
	border-bottom:1px solid #2f2e2e
}
#comments ul .reply_c{
	margin-left:20px
}
#comments .comment{
	padding:5px;
	margin:0 0 10px 0
}
#comments .comment .left{
	float:left;
	margin-right: 15px;
}
#comments .comment .head {
	margin-bottom:5px;
	font-size:14px;
}
#comments .comment .head .normal {
	font-size:16px;
}
#comments .comment .left_ch{
	float:left;
	margin-right: 15px;
}
#comments .posted{
	margin:0 0 0 5px;
	color:#a0a0a0
}
#comments .posted a {
	text-decoration:underline;
	cursor:pointer;
	color:#337ab7
}
#comments .posted a:hover {
	text-decoration:none;
}
#comments .custom_ttl{
	color:#b0b0b0;
	font-size:13px;
	font-style:italic
}
#comments .text{
	overflow-wrap:break-word;
	font-size:14px;
}
#comments ul .replied{
	padding:10px 0 10px 10px
}
#comments .reply_link{
	cursor:pointer
}
#comments .reply_avatar_comment{
	width:50px;
	height:50px
}
/* HEADER */
.header_nav {
	height: 60px;
	background: #0f0f10;
	box-shadow: 0 5px 38px rgb(0 0 0 / 3%);
}
.header_nav .nav_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_nav .nav_wrap .nav_left {
	display: flex;
}
.header_nav .nav_wrap .nav_left .left_logo {
	margin: 3px 0 0 25px;
}
.header_nav .nav_wrap .nav_left .left_logo .logo_image {
	background: url('/images/logo.png') no-repeat;
    width: 55px;
    height: 55px;
}
.header_nav .nav_wrap .nav_left .left_links {
	height: 60px;
	margin: 0 0 0 20px;
}
.header_nav .nav_wrap .nav_left .left_links ul {
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.header_nav .nav_wrap .nav_left .left_links ul li a {
	height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    white-space: nowrap;
    -webkit-box-flex: 1;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
}
.header_nav .nav_wrap .nav_left .left_links ul li a:hover {
	background: #1a1a1c;
}
.header_nav .nav_wrap .nav_left .left_links ul .selected a {
	background: #1a1a1c;
}
.header_nav .nav_wrap .nav_right .right_links {
	position:relative;
}
.header_nav .nav_wrap .nav_right .right_links .logout_drop {
	display:none;
	position:absolute;
	right:0;
	top:73px;
	z-index: 1;
}
.header_nav .nav_wrap .nav_right .right_links .logout_drop a {
	padding: 10px 20px;
	background: #0f0f10;
	color:#a5a5a5;
	text-decoration:none;
}
.header_nav .nav_wrap .nav_right .right_links .logout_drop a:hover {
	color:#fff;
}
.header_nav .nav_wrap .nav_right .right_links ul {
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.header_nav .nav_wrap .nav_right .right_links ul li a {
	height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    white-space: nowrap;
    -webkit-box-flex: 1;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
}
.header_nav .nav_wrap .nav_right .right_links ul li a:hover {
	background: #1a1a1c;
}
.header_nav .nav_wrap .nav_right .right_links i {
	font-size:22px;
}
.header_nav .nav_wrap .nav_right .right_links #logout_drop {
	cursor:pointer;
}
.header_nav .nav_wrap .nav_left .left_links .drop_last {
	display:none;
}
.header_nav .nav_wrap .nav_left .left_links ul .last_hidden {
	display:none;
}
.header_nav .nav_wrap .nav_right .right_links .resp_show {
	display:none;
}
.header_nav .nav_wrap .nav_right .right_links .resp_drop {
	display: none;
    position: absolute;
    right: 40px;
	z-index: 1;
}
.header_nav .nav_wrap .nav_right .right_links .resp_drop a {
	padding: 15px 20px;
    background: #0f0f10;
    color: #a5a5a5;
    text-decoration: none;
    width: auto;
    height: auto;
}
.header_nav .nav_wrap .nav_right .right_links .resp_drop a:hover {
	background:#0f0f10;
	color:#fff;
}
.header_nav .nav_wrap .nav_right .right_links .resp_drop ul {
	display: flex;
    flex-direction: column;
}
.header_nav .nav_wrap .nav_right .right_links .resp_drop ul li {
	width: 100%;
    height: 45px;
	border-bottom:1px solid #1a1a1c;
}

.header_nav .nav_wrap .nav_right .right_links .resp_drop a:hover {
	color:#fff;
}
#header_mob {
	display:none;
	justify-content: space-between;
}
.header_mob {
	height:50px;
	min-height:50px;
	max-height:50px;
	width:100%;
	background:#0f0f10;
}
.header_mob .left {
	width:480px;
	display:flex;
	justify-content: space-between;
}
.header_mob .left .logo {
	margin-left: 5px;
    margin-top: 3px;
}
.header_mob .left .logo img {
	width:45px;
}
.header_mob .left .search {
	position:relative;
}
.header_mob .left .search button {
	position: absolute;
	right: 13px;
	top: 11px;
	background: none;
	border: none;
	font-size: 22px;
	color: #aaa;
}
.header_mob .left .search input[type="text"] {
	background: #0e0e0e;
	border: none;
	border-radius: 20px;
	padding: 10px 50px 10px 15px;
	width: 380px;
	color:#fff;
	font-size:14px;
	margin-top: 6px;
}
.header_mob .left .search input[type="text"]:focus, .header_mob .left .search input[type="text"]:active {
	outline:none;
}
.header_mob .right {
	display: flex;
	justify-content: flex-end;
}
.header_mob .right .nav {
	display: none;
	position: absolute;
	width: 100%;
	padding-top:10px;
	left: 0;
	top: 50px;
	background: #1c1c1c;
	z-index: 1;
	border-top:1px solid #101010;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	z-index: 3;
}
.header_mob .right .nav ul {
	display:flex;
	flex-direction: column;
	margin:0;
	padding:0;
}
.header_mob .right .nav ul li {
	list-style-type:none;
	margin-bottom:10px;
	line-height: 24px;
}
.header_mob .right .nav ul li a {
	text-decoration:none;
	color:#ccc;
	font-weight:300;
	font-size:14px;
	padding:0 20px;
}
.header_mob .right .nav ul li a:hover {
	color:#fff;
}
.header_mob .right .nav ul .selected a {
	color: #fff;
}
.header_mob .right button {
	position: relative;
	padding: 7px 10px;
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom: 7px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #333;
	border-radius: 4px;
}
.header_mob .right .icon-bar {
	background-color: #aaa;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom:6px;
}


/* CONTENT */
.main_content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
.main_content .sidebar {
	font-family:verdana, sans-serif, helvetica;
	font-size:14px;
	background: #151516;
	border-right: 1px solid #2a2a2a;
	padding:0 20px 20px 20px;
	min-width: 320px;
	max-width: 320px;
	min-height: 960px;
}
.main_content .sidebar .sdb_header {
	position: relative;
    display: flex;
	justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #2a2a2a;
    align-items: center;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}
.main_content .sidebar .sdb_header.prf {
	justify-content: center;
}



.main_content .sidebar .sdb_header h2 {
	
}
.main_content .sidebar .sdb_header input[type="text"] {
	width: 135px;
    background: none;
    border-radius: 0;
    padding: 7px;
    margin: 0;
    color: #a5a5a5;
    border: 1px solid #3e3e3e;
    height: 30px;
    font-size: 12px;
    line-height: 31px;
}
.main_content .sidebar li {
	font-size: 12px;
	line-height: 20px;
}
.main_content .sidebar li a {
	text-decoration: none;
    color: #a5a5a5;
}
.main_content .sidebar li a:hover {
	color:#fff;
}
.main_content .sidebar .tags_list a {
	color:#337ab7;
}
.main_content .sidebar .characters_list a {
	color:#0a0;
}
.main_content .sidebar .parodies_list a {
	color:#a0a;
}
.main_content .sidebar .artists_list a {
	color:#f80;
}
.main_content .sidebar .metadatas_list a {
	color:#f00;
}
.main_content .sidebar .count {
	color:#a0a0a0;
	font-size:12px;
	float:right;
	margin-left:10px;
}
.main_content .sidebar li button {
	background:none;
	border:none;
	color:#a0a0a0;
}
.main_content .sidebar li button:hover {
	color:#fff;
}
.main_content .sidebar_account {
	
}
.main_content .sidebar_account h2 {
	font-size: 24px;
}
.main_content .sidebar_account a {
	background: #0f0f10;
    padding: 10px 7px;
    font-size: 13px;
    display: flex;
    border: 1px solid #222;
    text-align: center;
    justify-content: center;
	max-width: 300px;
    margin: 0 auto;
}
.main_content .sidebar_account a:hover {
	background:#000;
}
.main_content .sidebar_account a i {
	display: flex;
    align-items: center;
}
.main_content .sidebar_account a span {
	width: 130px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.main_content .sidebar_account .ul_account li {
	margin-bottom:10px;
	text-align:center;
}
.main_content .sidebar h3 {
	border-bottom: 1px solid #2a2a2a;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}
.main_content .sidebar h3 span {
	font-weight:bold;
}
.main_content .about {
    padding: 20px 20px 10px 20px;
    border: 1px solid #2a2a2a;
    margin: 0 20px 20px 20px;
	line-height: 20px;
}
.main_content .about h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}
.main_content .about p {
	color: #a0a0a0;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.main_content .about p strong {
    font-weight: 800;
}
.main_content .about hr {
	color:#2a2a2a;
	opacity:1;
}
.main_content .about h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    padding: 0 0 10px 0;
}
.main_content .about h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    padding: 10px 0 0 0;
}
.main_content .about ol, .main_content .about ul {
    margin: 10px 0 10px 30px;
}
.main_content .about li {
	color: #a0a0a0;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.main_content .about li strong {
	font-weight:800;
}
.main_content .about a {
    cursor: pointer;
}
.main_content .about a:hover {
    color: #fff;
}
.main_content .about button i {
	margin-left:5px;
}
.main_content .about .view_more_info, .main_content .about #less_info {
	display:none;
}
.main_content .about button {
	display: flex;
    margin: 20px auto 0 auto;
    flex-direction: row;
    background: none;
    border: none;
    color: #a0a0a0;
    align-items: center;
	font-size:14px;
}
.main_content .about button:hover, .main_content .about a:hover {
	color:#fff;
}


.main_content .overview_thumbs {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_content .overview_thumbs .sort_tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 20px 0;
}
.main_content .overview_thumbs .sort_tags a {
	font-size: 20px;
    line-height: 20px;
    padding: 0 20px;
    text-decoration: none;
}
.main_content .overview_thumbs .sort_tags a:hover {
	text-decoration: underline;
}
.main_content .overview_thumbs .sort_tags .active {
	font-weight: 700;
}
.main_content .overview_thumbs .sort_tags.sort_tag a {
	color: #337ab7;
}
.main_content .overview_thumbs .sort_tags.sort_parody a {
	color: #a0a;
}
.main_content .overview_thumbs .sort_tags.sort_artist a {
	color: #f80;
}
.main_content .overview_thumbs .sort_tags.sort_character a {
	color: #0a0;
}
.main_content .overview_thumbs .sort_tags.sort_metadata a {
	color: #f00;
}
.main_content .quick_search {
	display:block;
}
.main_content .quick_search input[type="submit"] {
	font-weight: 300;
    background: #202020;
    padding: 12px 17px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #3a3a3a;
    color: #a5a5a5;
    margin:0 5px 0 0;
}
.main_content .quick_search input[type="submit"]:hover {
	background: #161616;
}
.main_content .quick_search .reset_dt {
	margin:0 !important;
}
.main_content .quick_search input[type="submit"].filter_mb{
	display:none;
}
.main_content .quick_search input[type="submit"].reset_mb{
	display:none;
}

.main_content .quick_search button {
	font-weight: 300;
    background: #202020;
    padding: 8px 13px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #3a3a3a;
    color: #a5a5a5;
    margin: 15px 0 0 0;
}
.main_content .quick_search button:hover {
	background: #161616;
}
.main_content .qt_outer {
	text-align:center;
	width:100%;
	padding:1px 0 20px 0;
}
.main_content .qt_outer .qt_sb {
	margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.main_content .qt_outer .qt_sb input[type="text"] {
    width: 30%;
    background: none;
    border-radius: 0;
    padding: 7px;
    margin: 0 5px 0 0;
    color: #a5a5a5;
    border: 1px solid #3e3e3e;
    height: 40px;
    font-size: 16px;
}
.main_content .qt_outer .qt_sb .change_ms {
	display:none;
}
.main_content .qt_outer .qt_sb #ms_tags {
	display:block;
}
.main_content .qt_outer .qt_sb .sb_dd {
	display: flex;
    flex-direction: column;
    width: 125px;
	position:relative;
}
.main_content .qt_outer .qt_sb .sb_dd .sb_tags {
	background: #151516;
    height: 40px;
    line-height: 37px;
    cursor: pointer;
    width: 120px;
    display: block;
}
.main_content .qt_outer .qt_sb .sb_dd .sb_tags i {
	font-size:14px;
	margin-left:5px;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index {
	display:block;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index:hover .sb_tags {
	background: #161616;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index .btn_tags {
	background: #202020;
    border: 1px solid #3e3e3e;
	color:#337ab7;
}
.main_content .qt_outer .qt_sb .sb_dd .t_drop:hover {
	background: #337ab7;
	border:none;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index .btn_parodies {
	background: #202020;
    border: 1px solid #3e3e3e;
	color:#a0a;
}
.main_content .qt_outer .qt_sb .sb_dd .p_drop:hover {
	background: #a0a;
	border:none;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index .btn_artists {
	background: #202020;
    border: 1px solid #3e3e3e;
	color:#f80;
}
.main_content .qt_outer .qt_sb .sb_dd .a_drop:hover {
	background: #f80;
	border:none;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index .btn_characters {
	background: #202020;
    border: 1px solid #3e3e3e;
	color:#0a0;
}
.main_content .qt_outer .qt_sb .sb_dd .c_drop:hover {
	background: #0a0;
	border:none;
}
.main_content .qt_outer .qt_sb .sb_dd #drop_index .btn_metadatas {
	background: #202020;
    border: 1px solid #3e3e3e;
	color:#f00;
}
.main_content .qt_outer .qt_sb .sb_dd .m_drop:hover {
	background: #f00;
	border:none;
}
.main_content .qt_outer .qt_sb .sb_dd .sb_dd_drop {
	position: absolute;
    background: #151516;
    top: 40px;
    font-size: 14px;
	display:none;
	z-index: 1;
}
.main_content .qt_outer .qt_sb .sb_dd .sb_dd_drop .sb_drop {
	border-bottom:1px solid #2a2a2a;
}

.main_content .quick_tags {
	display:block;
}
.main_content .quick_tags button {
    border: block;
    font-weight: 300;
    background: 0 0;
    padding: 4px 20px 4px 7px;
    vertical-align: top;
    overflow: hidden;
    max-width: 345px;
    text-overflow: ellipsis;
    position: relative;
    margin: 5px;
    font-size: 14px;
	line-height: 14px;
}
.main_content .quick_tags button.qadd {
	background: #2a2a2a;
    border: 1px solid #2e6c00;
}
.main_content .quick_tags button.qadd i {
	color: #3f9500;
}
.main_content .quick_tags button.qrmv {
	background: #2a2a2a;
    border: 1px solid #810000;
}
.main_content .quick_tags button.qrmv i {
	color: #cf1b1b;
}
.main_content .quick_tags button.add_t {
	color:#3f9500;
}
.main_content .quick_tags button.rmv_t {
	color:#cf1b1b;
}
.main_content .quick_tags button.add_p {
	color:#3f9500;
}
.main_content .quick_tags button.rmv_p {
	color:#cf1b1b;
}
.main_content .quick_tags button.add_a {
	color:#3f9500;
}
.main_content .quick_tags button.rmv_a {
	color:#cf1b1b;
}
.main_content .quick_tags button.add_c {
	color:#3f9500;
}
.main_content .quick_tags button.rmv_c {
	color:#cf1b1b;
}
.main_content .quick_tags button.add_m {
	color:#3f9500;
}
.main_content .quick_tags button.rmv_m {
	color:#cf1b1b;
}
.main_content .quick_tags button .close {
    position: absolute;
    right: 4px;
    color: #fff;
    opacity: .4;
    font-size: 21px!important;
}
.main_content .quick_tags button .close:hover {
	opacity:1;
}
.main_content .search_title {
    margin: 20px 0 0 0;
    padding: 20px 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.main_content .box_thumbs {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 50px;
}
.main_content .box_thumbs .box_thumb {
	display: flex;
    width: 195px;
    height: 185px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	position:relative;
}
.main_content .box_thumbs .blacklisted {
	opacity: .1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    will-change: filter;
}
.main_content .box_preview {
	position:absolute;
	width:100%;
	height:100%;
}
.main_content .box_preview.gif {
	width: 48px;
    height: 64px;
	background-image: url("../images/gif_preview.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity:0.5;
}
.main_content .box_thumbs .box_thumb:hover .gif {
	opacity:0;
}
.main_content .box_preview.mp4 {
	width: 48px;
    height: 48px;
	background-image: url("../images/mp4_preview.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity:0.7;
}
.main_content .box_thumbs .box_thumb:hover .mp4 {
	opacity:0;
}
.main_content .box_thumbs .sensitive {
	position:relative;
}
.main_content .box_thumb .over_sens {
	position: absolute;
    width: 175px;
    height: 175px;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(10px);
}

.main_content .box_thumb .db:before {
	content: "";
    display: block;
    width: 190px;
    height: 190px;
    -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
    margin: -10px;
}

.main_content .box_thumb .db {
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main_content .box_thumb .ds:before {
	content: "";
    display: block;
    width: 175px;
    height: 175px;
}

.main_content .box_thumb .ds {
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main_content .box_thumbs .sensitive .sens_ovr {
	max-width: 175px;
    max-height: 175px;
    width: 175px;
    height: 175px;
}
.main_content .box_thumbs .box_thumb a {
	position: relative;
    display: contents;
}
.main_content .box_thumbs .box_thumb img {
	max-width:175px;
	max-height:175px;
	text-indent: -9999px;
	background: url(../images/loader.gif) center center no-repeat #312e2e;
}
.main_content .tag_title {
	margin:20px 0 0 0;
    padding: 20px 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
.main_content .post_video {
	padding-top: 20px;
	padding-right: 20px;
}
.main_content .post_video video {
	max-width:100%;
	max-height:100%;
}
.main_content .post_image {
	padding-top: 20px;
	padding-right: 20px;
}
.main_content .post_image .expand {
	min-width: 320px;
}
.main_content .post_image .expand button {
	border: none;
    padding: 10px 0 10px 0;
    margin: 0;
    color: #b7b7b7;
    width: 100%;
    background: #0f0f10;
    font-size: 12px;
}
.main_content .post_image .expand button:hover {
	background:#040404;
}
.main_content .post_image .sensitive {
	
}
.main_content .post_image .sensitive .sens_ovr {
	background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(20px);
    height: 100%;
    width: 100%;
    position: absolute;
}
.main_content .post_image .preview_image {
	position:relative;
    min-width: 150px;
    min-height: 150px;
}
.main_content .post_image .preview_image .overlay_preview {
	position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
	display: none;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.main_content .post_image .preview_image .preloader {
	text-indent: -9999px;
	background: url(../images/loader.gif) center center no-repeat;
}
.main_content .post_image .preview_image .overlay_preview .loading_preview {
	background: url('../images/loading_preview.gif');
    width: 100px;
    height: 100px;
}
.main_post {
	width:100%;
	padding-left:20px;
}
.main_post .post_divider {
	border-bottom: 1px solid #343434;
	padding-top:20px;
	margin-bottom:20px;
}
.main_content img.filter, .main_content .post_video.filter {
	opacity:.1;
	-webkit-filter:blur(20px);
	filter:blur(20px)
}
.main_content .post_image .filter_overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main_content .filter_text {
    position: absolute;
    top: 50%;
    left: 50%;
}
.main_content .filter_text a {
	color:#858585;
}
.outer_post {
	
}
.related_post .overview_thumbs {
	align-items: flex-start;
}
.related_post .box_thumb {
	margin: 20px 0 0 0;
}
.related_post .box_thumb:first-child {
	margin-left:-10px;
}
.outer_post .post_btns {
	display: flex;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    flex-direction: column;
}
.outer_post .post_btns button {
	color: #dfdfdf;
    background: #323232;
    border: 1px solid #424242;
    font-weight: 300;
    padding: 8px;
    vertical-align: top;
    overflow: hidden;
    max-width: 345px;
    text-overflow: ellipsis;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 14px;
}
.outer_post .post_btns button:hover {
	background:#2c2c2c;
}
.main_content .overlay_loading {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: .8;
    background: #000;
    display: flex;
    filter: alpha(opacity=80);
    justify-content: center;
    align-items: center;
    align-content: center;
}
.main_content #favorites_list {
	width:100%;
}
.main_content #favorites_list .rm_fav_btn {
	background:#ed2553;
	display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    font-size: 14px;
    height: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	margin-top: 20px;
	margin-bottom: 10px;
    padding: 5px 6px;
}
.main_content #favorites_list .rm_fav_btn:hover {
	background:#f15478;
}
.main_content .overview_thumbs .box_thumbs .box_thumb_fav {
	height: 205px;
}
.main_content .outer_account {
	margin:0 auto;
	width: 100%;
}
.main_content .outer_account .change_pw {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #343434;
    padding-bottom: 25px;
}
.main_content .outer_account .change_pw h3 {
	font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #dcdcdc;
    margin: 20px 0;
}
.main_content .outer_account .change_pw form {
	margin:0 auto;
	display:block
}
.main_content .outer_account .change_pw .form_group {
	margin-bottom:10px;
}
.main_content .outer_account .change_pw input[type=text],.main_content .outer_account .change_pw input[type=password] {
	width: 380px;
    max-width: 100%;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
	color:#fff;
}
.main_content .outer_account .change_pw input:focus, .main_content .outer_account .change_pw input:active {
	outline:none;
	box-shadow:none;
	border-color:#337ab7;
}
.main_content .outer_account .change_pw button,.main_content .outer_account .change_pw button:active {
	color: #dfdfdf;
    background: #323232;
    border: 1px solid #424242;
    font-weight: 300;
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
    max-width: 345px;
    text-overflow: ellipsis;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 14px;
}
.main_content .outer_account .change_pw button:hover {
	background: #2c2c2c;
}
.main_content .outer_account .change_pw button::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.main_content .outer_account .change_emad {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #343434;
    padding-bottom: 25px;
}
.main_content .outer_account .change_emad h3 {
	font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #dcdcdc;
    margin: 20px 0;
}
.main_content .outer_account .change_emad form {
	margin:0 auto;
	display:block
}
.main_content .outer_account .change_emad .form_group {
	margin-bottom:10px;
}
.main_content .outer_account .change_emad input[type=text],.main_content .outer_account .change_emad input[type=email] {
	width: 380px;
    max-width: 100%;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
	color:#fff;
}
.main_content .outer_account .change_emad input:focus, .main_content .outer_account .change_emad input:active {
	outline:none;
	box-shadow:none;
	border-color:#337ab7;
}
.main_content .outer_account .change_emad button,.main_content .outer_account .change_emad button:active {
	color: #dfdfdf;
    background: #323232;
    border: 1px solid #424242;
    font-weight: 300;
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
    max-width: 345px;
    text-overflow: ellipsis;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 14px;
}
.main_content .outer_account .change_emad button:hover {
	background: #2c2c2c;
}
.main_content .outer_account .change_emad button::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.main_content .infos_outer {
	border-bottom:1px solid #343434;
}

.main_content .outer_account .infos_profile {
	idth: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.main_content .outer_account .up_class {
	font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #dcdcdc;
    margin: 20px 0;
}
.main_content .outer_account .infos_profile form {
	margin:0 auto;
	display:block
}
.main_content .outer_account .infos_profile .form_group {
	margin-bottom:10px;
}
.main_content .outer_account .infos_profile input[type=text],.main_content .outer_account .infos_profile input[type=email] {
	width: 380px;
    max-width: 100%;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
	color:#fff;
}
.main_content .outer_account .infos_profile input:focus, .main_content .outer_account .infos_profile input:active {
	outline:none;
	box-shadow:none;
	border-color:#337ab7;
}
.main_content .outer_account .infos_profile button {
	color: #dfdfdf;
    background: #323232;
    border: 1px solid #424242;
    font-weight: 300;
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    position: relative;
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 14px;
	border-radius:0;
	transition:none;
}
.main_content .outer_account .infos_profile button:hover {
	background: #2c2c2c;
}
.main_content .outer_account .infos_profile button::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.main_content .outer_account .infos_profile .avt_rmv {
	position: absolute;
    left: 0;
    top: 0px;
    max-width: 100%;
    width: 265px;
    margin: 2px;
    opacity: 0.8;
    background: #323232;
    border: none;
    display: flex;
    justify-content: center;
}
.main_content .outer_account .infos_profile .avt_rmv:hover {
	background:red;
	opacity:1;
}
.main_content .outer_account .infos_profile .avt_rmv::before {
	content: "\f1f8";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.infos_profile .avatar {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	position: relative;
}
.infos_profile .avatar .ed_avt {
	
}
.infos_profile .ed_avt .browse_btn {
	background: #1a1a1c;
    padding: 7px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 0;
}
.infos_profile .ed_avt .browse_btn:before {
	font-family: "FontAwesome" !important;
    content: "\f15b";
    font-size: 14px;
	margin-right:5px;
}
.infos_profile .ed_avt .browse_btn:hover {
	background:#2c2c2c;
}
.infos_profile .ed_avt .file_text {
	margin: 0!important;
    width: 169px !important;
    cursor: default !important;
    background: #1a1a1c !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    border-left: none;
    border-top: none;
    padding: 7px !important;
    margin-left: -4px !important;
    color: #fff !important;
}
.infos_profile .ed_avt .avt_save {
	margin: 10px 0 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #34363c;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
}
.infos_profile .ed_avt .avt_save::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.infos_profile .ed_avt .avt_save:hover {
	background:#ea1853;
}
.infos_profile .ed_avt .avt_rmv {
	margin: 10px 0 0 0;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    transition: all 0.3s;
    background-color: #34363c;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 36px;
}
.infos_profile .ed_avt .avt_rmv::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.infos_profile .ed_avt .avt_rmv:hover {
	background:#ea1853;
}

.infos_profile .infos {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.infos_profile .infos .infos_l {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	margin-right: 10px;
}
.infos_profile .infos .infos_l li {
	margin-bottom:10px;
}
.infos_profile .infos .infos_l p {
	margin: 0 0 3px 1px;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    cursor: default;
}
.infos_profile .infos .infos_l input[type=password], .infos_profile .infos .infos_l input[type=text], .infos_profile .blink input[type=text] {
    width: 455px;
    max-width: 100%;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
    color: #fff;
	border:1px solid #fff;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.infos_profile .infos .infos_l input[type=text]:focus, .infos_profile .infos .infos_l input[type=text]:active, .infos_profile .infos .infos_r textarea:focus, .infos_profile .infos .infos_r textarea:active, .infos_profile .infos .infos_l select:focus, .infos_profile .infos .infos_l select:active {
	outline:none;
	box-shadow:none;
	border-color:#337ab7;
}

.infos_profile .infos .infos_l .ag {
	display:flex;
}
.infos_profile .infos .infos_l .ag div {
	display:inline-block;
}
.infos_profile .infos .infos_l .ag div:first-child {
	margin-right:10px;
}
.infos_profile .infos .infos_l select {
	width: 222px;
    max-width: 100%;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
    color: #fff;
	border:1px solid #fff;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.infos_profile .infos .infos_l option {
	background:#1a1a1c;
}
.infos_profile .infos .infos_r {
	display:flex;
}
.infos_profile .infos .infos_r p {
	margin: 0 0 3px 1px;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    cursor: default;
}
.infos_profile .infos .infos_r textarea {
	width: 455px;
    height: 144px;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
    color: #fff;
	border:1px solid #fff;
	resize: none;
	font-size: 14px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.infos_profile .infos #save_inf {
	color: #dfdfdf;
    background: #323232;
    border: 1px solid #424242;
    font-weight: 300;
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    position: relative;
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 14px;
}
.infos_profile .infos #save_inf::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.infos_profile .infos #save_inf:hover {
	background:#2c2c2c;
}









.main_content .outer_account .change_sc {
	display: flex;
    flex-direction: column;
    align-items: center;
	border-bottom: 1px solid #343434;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.main_content .outer_account .change_sc h3 {
	font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #dcdcdc;
    margin: 20px 0;
}
.main_content .outer_account .change_sc .sc_div {
	display: flex;
    justify-content: center;
}
.main_content .outer_account .change_sc .form_group {
	margin-bottom:10px;
	width:290px;
}
.main_content .outer_account .change_sc button,.main_content .outer_account .change_sc button:active {
    outline: 0;
    margin: 0 auto;
    padding: 18px 0;
    border-radius: 0;
    width: 100%;
}
.main_content .outer_account .change_sc button:hover {
	outline:0
}

.main_content .outer_account .change_sc .sc_off {
	background: #6c0000;
    color: #fff;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-left: none;
}

.main_content .outer_account .change_sc .sc_on {
	background: #006015;
    color: #fff;
	border-top: 1px solid #ced4da;
	border-left: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-right: none;
}

.main_content .outer_account .change_sc .sc_on_disabled {
	background: #323232 !important;
    color: #fff;
	border: 1px solid #ced4da;
}
.main_content .outer_account .change_sc .sc_on_disabled:hover {
	background:#006015 !important;
}

.main_content .outer_account .change_sc .sc_off_disabled {
	background: #323232 !important;
    color: #fff;
	border: 1px solid #ced4da;
}

.main_content .outer_account .change_sc .sc_off_disabled:hover {
	background:#7c0000 !important;
}


.main_content .outer_account .change_bl {
	width:100%;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-bottom: 1px solid #343434;
    padding-bottom: 25px;
}
.main_content .outer_account .change_bl h3 {
	font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #dcdcdc;
    margin: 20px 0;
}

.main_content .outer_account .change_bl .fstControls {
	display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #1A1A1C;
    padding: 2px 5px 2px 5px;
}
.main_content .outer_account .change_bl p {
	margin: 0;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    cursor: default;
    background: #D7D7D7;
    color: #000;
}
.main_content .outer_account .change_bl li {
	margin:0 10px 10px 0;
}
.main_content .outer_account .change_bl li.csp {
	margin-right:0;
}
.main_content .outer_account .change_bl ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
    justify-content: center;
    align-items: flex-start;
}
.main_content .outer_account .change_bl .save_bl {
	color: #dfdfdf;
    background: #323232;
    border: 1px solid #424242;
    font-weight: 300;
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
    max-width: 345px;
    text-overflow: ellipsis;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 14px;
}
.main_content .outer_account .change_bl .save_bl:hover {
	background: #2c2c2c;
}
.main_content .outer_account .change_bl .save_bl::before {
	content: "\f0c7";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


.main_content .related_posts h2 {
    font-size: 22px;
    line-height: 22px;
}
.main_content .comments {
	min-height: 150px;
}
.main_content .comments h2 {
	font-size: 22px;
    line-height: 22px;
	margin-bottom:20px;
}
.main_content .comments input[type="button"] {
	color: #c7c7c7;
    background: #004b5c;
    border: 1px solid #707070;
    font-weight: 300;
    padding: 8px;
    vertical-align: top;
    overflow: hidden;
    max-width: 345px;
    text-overflow: ellipsis;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 14px;
}
.main_content .comments input[type="button"]:hover {
	background:#003642;
}
.main_content .comments textarea {
	background: #1a1a1c;
    border: 1px solid #343434;
    width: 600px;
    height: 150px;
    margin: 0 0 15px 0;
	color: #a5a5a5;
	font-size: 14px;
	padding: 10px;
}
	
/* TAGS LIST */
.tags_outer {
	max-width: 1570px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tags_outer .tags_inner {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 2rem;
}
.tags_outer .tags_inner .headln {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    padding: 30px 0 0;
    width: 100%;
}
.tags_outer .tags_inner .headln h1 {
	-webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
	text-align:center;
}
.tags_outer .tags_inner .tags_content .sort_links {
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 20px 0;
}
.tags_outer .tags_inner .tags_content .sort_links .active {
	font-weight: 700;
}
.tags_outer .tags_inner .tags_content .sort_links a {
	font-size: 20px;
    line-height: 20px;
    padding: 0 20px;
	text-decoration: none;
}
.tags_outer .tags_inner .tags_content .sort_links a:hover {
	text-decoration:underline;
}
.tags_outer .tags_inner .tags_color .a_z ul li .active {
	background-color:#337ab7 !important;
}
.tags_outer .tags_inner .tags_color h2 a {
	color:#337ab7 !important;
}
.tags_outer .tags_inner .tags_color .badge_tg {
	background-color:#337ab7 !important;
	color:#fff;
}
.tags_outer .tags_inner .tags_color .active .page-link {
	background-color:#337ab7 !important;
}
.tags_outer .tags_inner .parodies_color .a_z ul li .active {
	background-color:#a0a !important;
}
.tags_outer .tags_inner .parodies_color h2 a {
	color:#a0a !important;
}
.tags_outer .tags_inner .parodies_color .badge_tg {
	background-color:#a0a !important;
	color:#fff;
}
.tags_outer .tags_inner .parodies_color .active .page-link {
	background-color:#a0a !important;
}
.tags_outer .tags_inner .artists_color .a_z ul li .active {
	background-color:#f80 !important;
}
.tags_outer .tags_inner .artists_color h2 a {
	color:#f80 !important;
}
.tags_outer .tags_inner .artists_color .badge_tg {
	background-color:#f80 !important;
	color:#fff;
}
.tags_outer .tags_inner .artists_color .active .page-link {
	background-color:#f80 !important;
}
.tags_outer .tags_inner .characters_color .a_z ul li .active {
	background-color:#0a0 !important;
}
.tags_outer .tags_inner .characters_color h2 a {
	color:#0a0 !important;
}
.tags_outer .tags_inner .characters_color .badge_tg {
	background-color:#0a0 !important;
	color:#fff;
}
.tags_outer .tags_inner .characters_color .active .page-link {
	background-color:#0a0 !important;
}
.tags_outer .tags_inner .metadatas_color .a_z ul li .active {
	background-color:#f00 !important;
}
.tags_outer .tags_inner .metadatas_color h2 a {
	color:#f00 !important;
}
.tags_outer .tags_inner .metadatas_color .badge_tg {
	background-color:#f00 !important;
	color:#fff;
}
.tags_outer .tags_inner .metadatas_color .active .page-link {
	background-color:#f00 !important;
}

.tags_outer .tags_inner .tags_content {
	margin: 0 0 20px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.tags_outer .tags_inner .tags_content .tags_box {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 2rem;
}
.tags_outer .tags_inner .tags_content .tags_items {
	width:100%;
	margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;
}
.tags_outer .tags_inner .tags_content .tags_items li {
	width: 33.33333333%;
    text-align: center;
    margin-bottom: 10px;
}
.tags_outer .tags_inner .tags_content .tags_items li .rborder {
	position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    background: #337ab7;
    height: 100%;
}
.tags_outer .tags_inner .tags_content .tags_items .tag_title {
	margin-right:5px;
}
.tags_outer .tags_inner .tags_content .tags_items li a {
	padding: 8px 0 8px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.33px;
    display: inline-block;
	margin:0;
    background-color: #2e2f35;
    color: #8b8f96;
    text-decoration: none;
	position:relative;
}
.tags_outer .tags_inner .tags_content .tags_items li a:hover {
	color:#fff;
}
.tags_outer .tags_inner .tags_content .tags_items li .badge_tg {
	background: #004b5c;
    padding: 6px;
    margin-left: 6px;
}
.tags_outer .tags_inner .tags_content .tags_items li .split_tag{
	display:none;
}
.tags_outer .tags_inner .tags_content .tags_items li .tgl_btn:hover .split_tag  {
	display:inline-block;
}
.tags_outer .tags_inner .tags_content .tags_items li .tgl_btn:hover .rborder {
	display:none;
}
.tags_outer .tags_inner .tags_content .tags_items li .long_btn {
	padding-right: 7px;
}
.tags_outer .tags_inner .tags_content .tags_items li .long_btn:hover {
	padding-right: 0;
}

.tags_outer .tags_inner .tags_content .a_z {
	font-size:14px;
	margin:0 0 25px 0;
}
.tags_outer .tags_inner .tags_content .a_z ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin:0;
	padding:0;
}
.tags_outer .tags_inner .tags_content .a_z ul li {
	list-style-type: none;
    display: inline-block;
	margin:0 2px;
}
.tags_outer .tags_inner .tags_content .a_z ul li a {
	display: block;
    background-color: #2e2f35;
    color: #8b8f96;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.35px;
    border: none;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
}
.tags_outer .tags_inner .tags_content .a_z ul li a:hover {
	background:#52555f;
	color:#fff;
	text-decoration:none;
	box-shadow:none;	
}
.tags_outer .tags_inner .tags_content .a_z ul li .active {
	display: block;
    background-color: #004b5c;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.35px;
    border: none;
    text-align: center;
	text-decoration:none;
	box-shadow:none;
	width: 35px;
    height: 35px;
}
.tags_outer .tags_inner .tags_content .a_z ul li .active:hover {
	cursor:default
}
.tags_outer .tags_inner .tags_content .a_z ul li button {
	display: block;
    background-color: #2e2f35;
    color: #8b8f96;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.35px;
    border: none;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
}
.tags_outer .tags_inner .tags_content .a_z ul li button:hover {
	background:#52555f;
	color:#fff;
	text-decoration:none;
	box-shadow:none;	
}

.tags_content .outer_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}
.tags_content .outer_grid .thumb_box_outer {
	border: 1px solid #2c2c2c;
    margin: 15px;
	max-width: 222px;
	background: #202020;
}
.tags_content .outer_grid .thumb_box_outer:hover {
	background: #181818;
}
.tags_content .outer_grid .thumb_box_outer:hover > a h2 {
	height:70%;
}
.tags_content .outer_grid .thumb_box_outer .tb_top {
	display: flex;
    min-height: 30px;
    background: #202020;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square {
	width: 20px;
    height: 20px;
    display: block;
	margin-right:5px;
	transition: .50s ease all;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square:hover {
	width: auto;
	padding:0 10px;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square:hover .text {
	display:block;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square .text {
	display:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:800;
	cursor:default;
	color:#E5E4E2;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square.top_tag {
	background: #337ab7;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square.top_parody {
	background: #a0a;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square.top_artist {
	background: #f80;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square.top_artist .text {
	color:#000;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square.top_character {
	background: #0a0;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .cat_square.top_metadata {
	background: #f00;
}
.tags_content .outer_grid .thumb_box_outer .tb_p {
	font-size: 15px;
    font-weight: 800;
    line-height: 30px;
    padding: 0px 0 0 10px;
    color: #e6f5fc;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .tb_i {
	font-family: icomoon!important;
    color: #e6f5fc;
    position: relative;
    top: 1px;
    left: 7px;
}
.tags_content .outer_grid .thumb_box_outer .tb_top .tb_i:before {
	content: "\e93e";
	font-size: 16px;
}
.tags_content .outer_grid .thumb_box_5 {
	width: 220px;
	height: 280px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0;
	background: #1a1a1c;
	overflow:hidden;
}
.tags_content .outer_grid .thumb_box_5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tags_content .outer_grid .thumb_box_5 div:nth-child(5) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68%;
	height: auto;
}
.tags_content .outer_grid .thumb_box_5 div:nth-child(5) img {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
}
.tags_content .outer_grid .thumb_box_outer .tb_btm {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 5px 10px;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm a {
	text-decoration:none;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm a h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm .btm_tag {
	color: #337ab7;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm .btm_parody {
	color: #a0a;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm .btm_artist {
	color: #f80;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm .btm_character {
	color: #0a0;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm .btm_metadata {
	color: #f00;
}
.tags_content .outer_grid .thumb_box_outer .tb_btm a h3:hover {
	color:#fff;
}
.tags_content .outer_grid .thumb_box_outer a {
	text-decoration:none;
}
.tags_content .outer_grid .thumb_box_outer a h2 {
	color: #ccc;
    text-decoration: none;
    font-weight: 700;
    display: block;
    line-height: 21px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px 0px 10px;
    margin-bottom: 5px;
	font-size: 14px;
}
.tags_content .outer_grid .thumb_box_outer a h2:hover {
	color: #fff;
}
.tags_content .outer_grid .thumb_box_4 {
	width: 220px;
	height: 280px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0;
	background: #1a1a1c;
}
.tags_content .outer_grid .thumb_box_4 div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tags_content .outer_grid .thumb_box_4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.tags_content .outer_grid .thumb_box_3 {
	width: 220px;
	height: 280px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0;
	background: #1a1a1c;
	overflow: hidden;
}
.tags_content .outer_grid .thumb_box_3 div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #e0e0e0;
}
.tags_content .outer_grid .thumb_box_3 div:nth-child(n+3) {
	grid-column: span 2;
}
.tags_content .outer_grid .thumb_box_3 div:nth-child(n+3) img {
	display:block;
	margin:0 auto;
}
.tags_content .outer_grid .thumb_box_3 img {
	object-fit: cover;
	object-position: top;
}
.tags_content .outer_grid .thumb_box_2 {
	width: 220px;
	height: 280px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 40% 60%;
	gap: 0;
	background: #1a1a1c;
	overflow: hidden;
}
.tags_content .outer_grid .thumb_box_2 div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tags_content .outer_grid .thumb_box_2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.tags_content .outer_grid .thumb_box_1 {
	width: 220px;
	height: 280px;
	background: #1a1a1c;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.tags_content .outer_grid .thumb_box_1 div {
	display: flex;
	align-items: center;
}
/* LOGIN & REGISTER */
.account_form{
	max-width: 302px;
    background: none;
    border-radius: 0;
    margin: 150px auto 0 auto;
    color: #9d9d9d;
    min-height: 615px;
}
.account_form h2{
	font-size:22px;
	text-align:center;
	font-weight:700;
	color:#dcdcdc;
	margin-bottom:30px;
}
.account_form .acc_form_body form {
	margin:0 auto;
	display:block
}
.account_form .form_group {
	margin-bottom:10px;
}
.account_form button,.account_form input[type=text],.account_form input[type=password],.account_form input[type=email],.account_form textarea {
	width: 100%;
    max-width: 100%;
    background: none;
    border-radius: 0;
    padding: 12px;
    margin: 0;
	color:#fff;
}
.account_form input:focus, .account_form input:active, .account_form textarea:focus, .account_form textarea:active {
	outline:none;
	box-shadow:none;
	border-color:#337ab7;
	background:none;
	color:#fff;
}
.account_form input[type=submit],.account_form input[type=submit]:active {
	background: #131313;
    border: 1px solid #131313;
    outline: 0;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 0;
    width: 100%;
    color: #a5a5a5;
}
.account_form input[type=submit]:hover {
	background:#0c0c0c;
	border:1px solid #131313;
	outline:0
}
.account_form a {
	color:#337ab7;
}
.account_form a:hover {
	color:#dcdcdc;
}
.account_form p {
	line-height:20px;
	font-size:12px;
	text-align:center;
}
.not_found_content {
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
}
.not_found_content h1 {
	font-size: 50px;
    margin: 20px 0;
    color: #a7a7a7;
}
.tos_content {
	width: 100%;
    max-width: 1200px;
    line-height: normal;
    margin: 0 auto 30px auto;
}
.tos_content h1 {
	font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #a7a7a7;
}
.tos_content p {
	margin: 0 0 10px;
	font-size: 14px;
}
.tos_content .title, tos_content strong {
	font-weight:bold;
}
.tos_content ul, .tos_content ol {
	margin-top: 0;
    margin-bottom: 10px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    font-size: 14px;
}
.tos_content hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}



.footer {
	background:#0f0f10;
	display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}
.footer .top_links {
	display: flex;
    justify-content: center;
	margin:20px 0;
	padding:20px 0 0 0;
}
.footer .top_links ul {
	display: flex;
}
.footer .top_links ul li {
	margin:0 10px;
}
.footer .top_links ul li a {
	font-family: verdana, sans-serif, helvetica;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
}
.footer .bottom_links {
	display: flex;
    justify-content: center;
	padding:0 0 20px 0;
}
.footer .bottom_links ul {
	display: flex;
}
.footer .bottom_links ul li {
	margin:0 10px;
}
.footer .bottom_links ul li a {
	font-family: verdana, sans-serif, helvetica;
    font-size: 14px;
    color: #337ab7;
    text-decoration: none;
}
.footer .bottom_links ul li a.selected {
	color:#fff;
}