html{
	position:relative;
	min-height:100%
}
body{
	color:#fff;
	background-color:#222222;
	font-family:Open Sans,sans-serif;
}
.col-1 {
	flex: 0 0 8.33333333;
	max-width:8.33333333%;
}
.col-2 {
	flex: 0 0 16.66666667%;
	max-width:16.66666667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width:25%;
}
.col-4 {
	flex: 0 0 33.33333333%;
	max-width:33.33333333%;
}
.col-5 {
	flex: 0 0 41.66666667%;
	max-width:41.66666667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}
.col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}
.col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.clear{
	clear:both
}
.tracker {
    display: none;
}
.tracker {
    visibility: hidden!important;
}
.mobile_hidden{
	display:none
}
.bix {
	margin:0 auto 30px 0;
	display:block;
}
.bix iframe{
	display:block;
	margin:0 auto;
}
.bcx {
	margin:20px auto 20px 0;
	display:block;
}
.bcx iframe{
	display:block;
	margin:0 auto;
}
.btx {
	margin:20px auto 10px auto;
	display:block;
}
.btx iframe{
	display:block;
	margin:0 auto;
}
.navbar{
	border-radius:0;
	border:none;
	margin-bottom:0;
	background:#333333;
	box-shadow: 5px 0 20px 2px rgb(0 0 0 / 30%);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background: #0e0e0e;
}
.navbar-inverse .navbar-nav>li {
	transition: all ease 0.3s;
}
.navbar-inverse .navbar-nav>li:hover {
	background: #0e0e0e;
}
.navbar-inverse .navbar-nav>li>a {
	color:#dcdcdc;
	height:54px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#fff;
}
.navbar .active{
	color:#fff!important
}
.navbar-brand{
	transform:translateX(-50%);
	top:0;
	left:50%;
	position:absolute
}
.navbar-brand{
	padding:0
}
.navbar .li_coin{
	position:relative
}
.navbar .coins{
	margin:10px 0 0 0;
	width:32px;
	height:32px;
	display:inline-block;
	position:absolute;
	right:0;
	top:0
}
.navbar .coin_text{
	font-size:16px;
	display:inline-block;
	padding:15px 0 0 5px;
	position:absolute;
	right:35px;
	top:0
}
.navbar-form .input-group>.form-control {
	background:#363636;
	border: 1px solid #444444;
	color:#dcdcdc;
	height:38px;
}
.navbar-form .input-group>.form-control:focus, .navbar-form .input-group>.form-control:active {
	outline:none;
	box-shadow:none;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index:3;
}
.navbar-form .input-group .input-group-btn button {
	border: 1px solid #e2497b;
	background:#e2497b;
	color:#fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar-form .input-group .input-group-btn button:hover {
	color: #fff;
	background-color: #dd2863;
	border-color: #d6225d;
}
.navbar-form .input-group .input-group-btn button:focus {
	outline:none;
	box-shadow:none;
}
.btn {
	padding:8px 14px;
}
.btn_colored {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
    line-height: 1.5;
	color: #fff;
    background-color: #e2497b;
    border-color: #e2497b;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
	text-align: left;
	cursor: pointer;
	padding: 6px 15px;
    border: none;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline:none;
}
.btn_colored.active.focus, .btn_colored.active:focus, .btn_colored.focus, .btn_colored:active.focus, .btn_colored:active:focus, .btn_colored:focus {
	outline:none;
	color: #fff;
}
.btn_colored:hover {
	color: #fff;
    background-color: #dd2863;
    border-color: #d6225d;
}
.more_pgs {
	margin-top:10px;
}
#load_more {
	display:inline-block;
	margin:0 auto;
}
.container{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:75px;
	padding:10px;
	width:100%;
	max-width:1200px
}
.container .latest_h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #e2497b;
    padding: 10px 5px 16px 5px;
    margin-bottom: 16px;
    margin-top: 0;
}
.container .latest_h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
	border-bottom: 3px solid #e2497b;
	padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
}
.container .latest_link {
    position: relative;
	padding: 0;
    font-size: 24px;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    line-height: 34px;
	color:#dcdcdc;
	margin-top: 10px;
}
.container .latest_link:hover, .container .latest_link:active, .container .latest_link:focus {
	text-decoration: none;
	color:#fff;
}
.container .more_latest {
	margin:20px 0;
	text-align:center;
	z-index:99999
}
.container .more_latest a {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
    line-height: 1.5;
	color: #fff;
    background-color: #e2497b;
    border-color: #e2497b;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
	text-align: left;
	cursor: pointer;
	padding: 6px 15px;
    border: none;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.container .more_latest a:hover {
	color: #fff;
    background-color: #dd2863;
    border-color: #d6225d;
}
.container .more_comic, .container .more_manga, .container .more_doujinshi {
	margin-right:10px;
}
.blacklisted{
	opacity:.1;
	-webkit-filter:blur(5px);
	filter:blur(5px)
}
.filtered{
    z-index: 99999;
    opacity: .1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.filtered::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100000;
}
.filtered_thumbs {
	pointer-events: none !important; /* Allows clicks to pass through */
	user-select: none !important;
}
.filtered_thumbs img::after {
	pointer-events: none !important;
}
.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;
}
.a_filtered {
    font-size: 0;
    user-select: none;
    position: relative;
	display:block;
}
.a_filtered::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100000;
}
.btn_block {
	pointer-events: none;
	user-select: none;
}
.inner_thumb{
	position:relative;
	overflow:hidden;
	background-color: rgba(255, 255, 255, 1);
}
.inner_thumb img {
	opacity:1;
    transition: opacity .3s ease-in-out;
}
.inner_thumb img:hover {
	opacity:0.8;
}
.inner_thumb .tags_count {
	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;
}
.inner_thumb .tags_count:hover {
	transition:all .5s ease;
	opacity:1;
}
.inner_thumb .c_num {
	color: #fff;
    font-size: 26px;
    opacity: 1;
    font-weight: 800;
	cursor:pointer;
}
.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
}
.alert a{
	font-weight:700;
	text-decoration:none
}
.alert a:hover{
	font-weight:700;
	text-decoration:underline
}
.alert-danger a{
	color:#a94442
}
.alert-success a{
	color:#3c763d
}
.alert-warning a{
	color:#e2497b !important;
}
.navbar-toggle{
	margin-right: 5px;
    padding: 10px 10px 12px 11px;
	border: 1px solid #444 !important;
}
.ribbon.ribbon-left{
	left:-20px
}
.ribbon-green{
	background:#c52c5f
}
.browse_btn{
	background:#131313;
	border:1px solid #35373ab0;
	margin:0 !important;
	border-radius:0;
	outline:0;
	top:-2px;
}
.browse_btn:hover{
	background:#1f1f1f00;
	border:1px solid #35373ab0;
	outline:0;
}
.browse_btn:active:focus {
	background:#1f1f1f00;
	border:1px solid #35373ab0;
	outline:0;
}
.browse_btn:focus{
	background:#1f1f1f00;
	border:1px solid #35373ab0;
	outline:0;
}
.browse_btn:active{
	background:#1f1f1f00 !important;
	border:1px solid #35373ab0 !important;
	outline:0;
}
.browse_btn:disabled{
	background:#1f1f1f00 !important;
	border:1px solid #35373ab0 !important;
	outline:0;
}
#a_drop{
	display:none
}
#dropdown_menu{
	display:none;
	position:absolute;
	background:#232323;
	left:68px;
	top:47px;
	box-shadow:0 0 30px rgba(0,0,0,1);
	border-radius:0 0 5px 5px
}
#dropdown_menu ul{
	margin:0;
	padding:0
}
#dropdown_menu ul li{
	list-style-type:none;
	padding:5px 35px 5px 10px;
	margin:0;
	border-bottom:1px solid #3a3a3a
}
#dropdown_menu ul li:hover{
	background:#191919
}
#dropdown_menu ul li:last-child{
	border-bottom:none
}
#dropdown_menu ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:600
}
.pagination{
	margin:25px auto 15px;
	display:table
}
.pagination>li>a,.pagination>li>span{
	color: #fff;
    background-color: #333;
    color: #ccc;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 5px;
	margin:0 6px 6px 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display:inline-block;
}
.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 #1b1b1b;
	color:#9d9d9d;
	outline:none;
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	color: #fff;
    background-color: #e2497b;
    border-color: #e2497b;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
}
#bar{
	background:#202020;
	padding:0;
	position:absolute;
	bottom:-60px;
	width:100%;
	height:50px;
	font-weight:700
}
#bar .wrap, #footer_bar .wrap{
	margin:0 auto;
	max-width:1200px;
	text-align:center
}
#bar .bar_align{
	margin:0 auto;
	width:44.4%
}
#bar .f_logo{
	background-image:url(../images/f_logo.png);
	width:50px;
	height:50px;
	float:left
}
#bar h1{
	margin:0;
	padding:16px 0 16px 10px;
	font-size:16px;
	line-height:16px;
	float:left;
	font-weight:700
}
#bar .f_message{
	margin:0;
	padding:16px 0 16px 10px;
	font-size:16px;
	line-height:16px;
	float:left;
	font-weight:700
}
#bar a {
	margin:0 10px;
	line-height:50px;
	color:#e2497b;
}
#bar a:hover {
	color:#fff;
}
#footer_bar {
	background: #191919;
    padding: 15px;
	margin-top: 10px;
}
#footer_bar h1 {
	text-align: left;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px 0;
	color:#e2497b;
}
#footer_bar h3 {
	text-align: left;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px 0;
	color:#e2497b;
}
#footer_bar p {
	text-align: left;
    margin: 0;
    color: #d1d1d1;
}
#footer{
	background:0 0;
	padding:0;
	position:absolute;
	bottom:-110px;
	width:100%;
	height:50px;
	font-weight:700
}
#footer .wrap{
	margin:0 auto;
	max-width:1200px;
	text-align:center
}
#footer .f_bottom{
	background:#101010;
	padding:30px 0 30px 0
}
#footer .f_bottom .f_row{
	float:left;
	width:235px;
	margin-right:40px
}
#footer .f_bottom .f_row.last{
	margin-right:0;
	width:69px
}
#footer .f_bottom .bottom_align{
	margin:0 auto;
	width:894px
}
#footer .f_bottom .line{
	width:69px;
	height:3px;
	background:#fb5e5e;
	margin:15px 0
}
#footer .f_bottom h3{
	margin:0;
	padding:0;
	text-align:left;
	font-size:18px;
	font-weight:700
}
#footer .f_bottom ul{
	margin:0;
	padding:0
}
#footer .f_bottom ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left
}
#footer a{
	color:#9d9d9d
}
.container .custom_search{
	text-align:center;
	padding:10px 0 15px 0
}
.container .custom_search.cres{
	text-align:center;
	padding:10px 0 3px 0
}
.container .custom_search .left{
	float:left;
	width:199px;
	margin-right:3px;
	border-radius:5px 0 0 5px;
	margin-left:5px
}
.container .custom_search .left .left_ul,.container .custom_search .right .right_ul{
	margin:0;
	padding:0;
	font-size:0
}
.container .custom_search .left .left_ul li,.container .custom_search .right .right_ul li{
	list-style-type:none;
	display:inline-block;
	font-size:14px;
	margin:0;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform:uppercase;
	font-weight:700;
	color:#e7cc26;
	background:#222;
	width:100%;
	height:54.5px;
	line-height:54.5px;
	margin:-right:3px
}
.container .custom_search .left .left_ul li span,.container .custom_search .right .right_ul li span{
	background:#0e0e0e;
	display:block
}
.container .custom_search .left .left_ul li.active,.container .custom_search .right .right_ul li.active{
	color:#fff
}
.container .custom_search .left .left_ul li:nth-child(1){
	border-radius:5px 0 0 0
}
.container .custom_search .right .right_ul li:nth-child(1){
	border-radius:0 5px 0 0
}
.container .custom_search .left .left_ul li:nth-child(1),.container .custom_search .right .right_ul li:nth-child(1){
	margin-bottom:3px
}
.container .custom_search .right .right_ul li:nth-child(2){
	border-radius:0 0 5px 0
}
.container .custom_search .left .left_ul li:nth-child(2){
	border-radius:0 0 0 5px
}
.container .cres .right .right_ul li:nth-child(2){
	border-radius:0
}
.container .cres .left .left_ul li:nth-child(2){
	border-radius:0
}
.container .custom_search .middle{
	float:left
}
.container .custom_search .right{
	float:right;
	width:200px;
	margin-left:2px;
	border-radius:0 5px 5px 0;
	margin-right:5px
}
.container .custom_search .left .left_ul,.container .custom_search .left .right_ul,.container .custom_search .middle .cats,.container .custom_search .middle .langs{
	margin:0;
	padding:0;
	font-size:0
}
.container .custom_search .middle .cats li{
	list-style-type:none;
	display:inline-block;
	font-size:14px;
	padding:8px 30px;
	margin:0;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform:uppercase;
	font-weight:700
}
.container .custom_search .middle .cats li:nth-child(1){
	background:#193154
}
.container .custom_search .middle .cats li:nth-child(2){
	background:#350303
}
.container .custom_search .middle .cats li:nth-child(3){
	background:#33315d
}
.container .custom_search .middle .cats li:nth-child(4){
	background:#2b3c00
}
.container .custom_search .middle .cats li:nth-child(5){
	background:#004748
}
.container .custom_search .middle .cats li:nth-child(6){
	background:#4a2100
}
.container .custom_search .middle .langs li{
	list-style-type:none;
	display:inline-block;
	font-size:14px;
	padding:8px 0;
	width:106.8px;
	height:36px;
	margin:0;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform:uppercase;
	font-weight:700;
	vertical-align:top
}
.container .custom_search .middle .langs li:nth-child(1){
	background-image:url(../images/en_lang.png);
	margin-right:3px
}
.container .custom_search .middle .langs li:nth-child(2){
	background-image:url(../images/jp_lang.png);
	margin-right:3px
}
.container .custom_search .middle .langs li:nth-child(3){
	background-image:url(../images/es_lang.png);
	margin-right:3px
}
.container .custom_search .middle .langs li:nth-child(4){
	background-image:url(../images/fr_lang.png);
	margin-right:3px
}
.container .custom_search .middle .langs li:nth-child(5){
	background-image:url(../images/kr_lang.png);
	margin-right:3px
}
.container .custom_search .middle .langs li:nth-child(6){
	background-image:url(../images/de_lang.png);
	margin-right:3px
}
.container .custom_search .middle .langs li:nth-child(7){
	background-image:url(../images/ru_lang.png)
}
.container .custom_search .middle ul .disabled{
	opacity:.4
}
.container .custom_search .middle input[type=text]{
	vertical-align:top;
	display:inline-block;
	width:592px;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-right:3px;
	outline:0
}
.container .custom_search .middle .inputs{
	margin:3px 0
}
.container .custom_search .middle .inputs .btn{
	background:#e7cc26;
	border:1px solid #e7cc26;
	margin-right:3px;
	outline:0;
	border-radius:0
}
.container .custom_search .middle .inputs .btn:hover{
	background:#2b4f7b;
	border:1px solid #e7cc26
}
.container .custom_search .middle .inputs .sec{
	margin-right:0
}
.container .cats_mt,.container .langs_mt,.container .sort_mt{
	display:none;
	margin:4px 0 0 0;
	padding:0
}
.container .sort_mt li{
	list-style-type:none;
	display:inline-block;
	font-size:13px;
	margin:0;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform:uppercase;
	font-weight:700;
	color:#e7cc26;
	background:#222;
	width:120px;
	height:36px;
	line-height:36px
}
.container .sort_mt li:nth-child(1){
	margin-bottom:4px
}
.container .sort_mt li.active{
	color:#fff
}
.container .cats_mt li{
	list-style-type:none;
	display:inline-block;
	font-size:14px;
	padding:8px 0;
	width:114px;
	margin:0;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform:uppercase;
	font-weight:700
}
.container .cats_mt li:nth-child(1){
	background:#193154;
	margin-bottom:4px
}
.container .cats_mt li:nth-child(2){
	background:#350303
}
.container .cats_mt li:nth-child(3){
	background:#33315d;
	margin-bottom:4px
}
.container .cats_mt li:nth-child(4){
	background:#2b3c00
}
.container .cats_mt li:nth-child(5){
	background:#004748
}
.container .cats_mt li:nth-child(6){
	background:#4a2100
}
.container .langs_mt li{
	list-style-type:none;
	display:inline-block;
	font-size:14px;
	padding:8px 0;
	margin:0;
	cursor:pointer;
	width:110px;
	height:36px;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-transform:uppercase;
	font-weight:700;
	vertical-align:top
}
.container .langs_mt li:nth-child(1){
	background-image:url(../images/en_lang.png);
	margin-bottom:4px
}
.container .langs_mt li:nth-child(2){
	background-image:url(../images/jp_lang.png)
}
.container .langs_mt li:nth-child(3){
	background-image:url(../images/es_lang.png);
	margin-bottom:4px
}
.container .langs_mt li:nth-child(4){
	background-image:url(../images/fr_lang.png)
}
.container .langs_mt li:nth-child(5){
	background-image:url(../images/kr_lang.png);
	margin-bottom:4px
}
.container .langs_mt li:nth-child(6){
	background-image:url(../images/de_lang.png)
}
.container .langs_mt li:nth-child(7){
	background-image:url(../images/ru_lang.png);
	margin-bottom:4px
}
.container .cats_mt .disabled,.container .langs_mt .disabled{
	opacity:.4
}
.container .g_buttons .likes{
	display:inline-block;
	margin-right:5px
}
.g_buttons {
	margin-bottom:20px;
}
.g_buttons .others {
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    margin-top: 20px;
}
.g_buttons .gbtn_pg {
	display:block;
	margin-top:15px;
	margin-bottom:20px;
}
.g_buttons .likes .btn {
	display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    padding: 8px 14px;
    border: none;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.g_buttons .btn_colored {
	background-color: #e2497b;
    border-color: #e2497b;
    min-width: 150px;
    text-align: right;
    font-size: 14px;
    margin-right: 5px;
}
.g_buttons svg, .g_buttons .fa {
	width: 16px;
    float: left;
    position: relative;
	font-size:20px;
	top:0;
}
.g_buttons svg {
	width: 16px;
    float: left;
    top: 3px;
    position: relative;
}
.g_buttons .btn_colored:hover {
	color: #fff;
    background-color: #dd2863;
    border-color: #d6225d;
}
.g_buttons .likes .btn_dark {
	background-color: #222;
    border-color: #ccc;
	min-width:150px;
	text-align:right;
	font-size: 14px;
}
.g_buttons .likes .btn_dark:focus {
	outline:none;
}
.g_buttons .likes .btn_dark:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #b3b3b3;
}
.thumb{
	position: relative;
    display: inline-block;
    vertical-align: top;
    box-shadow: 5px 0 20px 2px rgb(0 0 0 / 50%);
    border-radius: 6px;
    overflow: hidden;
}
.thumb .g_text h2{
	margin: 0;
    padding: 0;
    text-align: unset;
    border-radius: unset;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 3px;
}
.thumb .g_text{
	background:#222222;
	padding: 8px 12px;
}
.thumb .lang_pages{
	background:#222222;
	padding:0 12px 8px 12px;
}
.g_flag{
	background: url('/images/flags_sprite.png') no-repeat;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 11px;
	float:left;
	margin-top: 3px;
}
.flag_in_gallery {
	margin-top: 8px;
}
.thumb .lang_pages .g_pages {
	float:right;
}
.thumb .lang_pages .g_pages svg {
	width:15px;
	float:left;
}
.thumb .lang_pages .inside_p {
	float: right;
    line-height: 16px;
    padding-left: 10px;
	letter-spacing:.5px;
}
.thumb .g_text .rborder{
	position:absolute;
	top:0;
	right:0;
	width:6px;
	background:#e7cc26;
	height:100%
}
.thumb .g_text .split_tag{
	display:none
}
.thumb:hover .split_tag{
	display:inline-block
}
.thumb:hover .rborder{
	display:none
}
.thumb .g_text:hover{
	z-index:1;
	max-height:100%
}
.thumb .g_text a{
	color: #ccc;
    text-decoration: none;
    font-weight: 700;
    display: block;
    transition: color .3s;
    line-height: 20px;
	height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumb .g_text a:hover{
	color:#e2497b;
	height:auto;
}
.thumb_fav{
	margin:0 10px 39px 0;
	padding:0
}
.thumb_fav .g_text{
	background:#3f3f3f;
	padding:4px;
	color:#333;
	position:absolute;
	overflow:hidden;
	z-index:0;
	max-height:28px;
	width:100%;
	display:block;
	text-align:center;
	text-decoration:none;
	left:0;
	right:0;
	top:100%
}
.thumb_fav .g_text:hover{
	z-index:1;
	max-height:100%
}
.thumb_fav .g_text a{
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:700;
	display:block
}
.not_found_404 h1{
	text-align:center;
	font-weight:700
}
.not_found_404 p{
	text-align:center
}
.not_found_404 .last{
	margin-bottom:30px
}
.galleries{
	margin:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.gsort{
	display:block !important;
}
.galleries .thumb{
	text-align:left;
}
.galleries h1.tag_title{
	text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #e2497b;
    padding: 10px 5px 16px 5px;
    margin-bottom: 16px;
	margin-top:0;
}

.galleries .sub_links{
	padding:0 0 21px 0;
	text-align:center
}
.galleries .sub_links .latest_sub,.galleries .sub_links .popular_sub{
	margin:0;
	padding:0;
	display:inline-block;
	font-size:unset;
	background:0 0;
	line-height:unset;
	text-align:unset
}
.galleries .sub_links a{
	font-size:20px;
	line-height:20px;
	color:#cecece;
	padding:0 20px
}
.galleries .sub_links a:hover{
	color:#fff
}
.galleries .sub_links .active{
	font-weight:700
}
.galleries h1 .search_key{
	font-weight:700;
	color:#e2497b;
}
.galleries h2 .search_key{
	font-weight:700
}
.search_title {
	text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #e2497b;
    padding: 10px 5px 16px 5px;
    margin-bottom: 16px;
	margin-top:0;
	width: 100%;
}
.thumbs_container {
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.thumbnail{
	border-radius:0;
	padding:0;
	border:none;
	background:0 0;
	margin-bottom:0
}
.thumbnail:hover>.cat_text a .gallery_cat {
	color:#e2497b;
}
.thumbnail img{
	margin:0;
	padding:0
}
.thumbnail:hover .g_text a{
	height:auto;
	min-height:60px;
}
.thumbnail:hover .remove_fav_link{
	opacity:1;
	transition:all .5s ease
}
.thumbnail .remove_fav_link{
	cursor:pointer;
	position:absolute;
	background:rgba(178,16,16);
	width:100%;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	opacity:0;
	top: 31px;
    z-index: 1;
}
.thumbnail .cat_text{
	padding: 6px 12px;
    z-index: 2;
    position: relative;
	background:#222222;
	border-radius: 6px 6px 0 0;
	font-weight: 400;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
}
.thumbnail .tlist_option{
	width:100%;
	background:#131313;
	color:#e7cc26;
	height:30px;
	border-radius:5px 5px 0 0
}
.thumbnail .tlist_option .g_lat {
	float:left;
}
.thumbnail .tlist_option .g_pop {
	float:right;
}
.thumbnail .tlist_option h3 {
	margin:0;
	padding:0;
	line-height:30px;
}
.thumbnail .tlist_option a{
	float:right;
	margin:0!important;
	padding:0 5px!important;
	border:none;
	padding:0;
	margin:0;
	font-weight:600;
	font-size:14px;
	text-shadow:1px 0 1px #000;
	color:#e7cc26;
	text-decoration:none
}
.thumbnail .tlist_option a:hover{
	color:#fff;
}
.thumbnail:hover .cat_doujinshi{
	background:#500505;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .cat_manga{
	background:#193154;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .cat_western{
	background:#33295d;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .cat_artistcg{
	background:#00473e;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .cat_gamecg{
	background:#4a2100;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .cat_imageset{
	background:#2b3c00;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .g_text a{
	color:#e2497b
}
.galleries_info .tags_text{
	border-bottom: 3px solid #e2497b;
    padding-bottom: 3px;
    display: inline-block;
	font-size: 14px;
	letter-spacing: .5px;
	margin-bottom: 6px;
}
.galleries_info .btn{
	position:relative;
	margin-right: 6px;
    margin-bottom: 6px;
	cursor: pointer;
	font-size: 15px;
    padding: 0 7px;
	background-color: #222;
    border: none;
    color: #ccc;
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 50%);
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	text-align: center;
    vertical-align: middle;
	line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.galleries_info .btn.manga{
	background:#193154;
	border:1px solid #193154;
	color:#e7cc26
}
.galleries_info .btn.manga:hover{
	background:#11223c
}
.galleries_info .btn.doujinshi{
	background:#500505;
	border:1px solid #500505;
	color:#fff
}
.galleries_info .btn.doujinshi:hover{
	background:#350303
}
.galleries_info .btn.western{
	background:#33295d;
	border:1px solid #33295d;
	color:#fff
}
.galleries_info .btn.western:hover{
	background:#261e46
}
.galleries_info .btn.artistcg{
	background:#00473e;
	border:1px solid #00473e;
	color:#fff
}
.galleries_info .btn.artistcg:hover{
	background:#00342e
}
.galleries_info .btn.gamecg{
	background:#4a2100;
	border:1px solid #4a2100;
	color:#fff
}
.galleries_info .btn.gamecg:hover{
	background:#371800
}
.galleries_info .btn.imageset{
	background:#2b3c00;
	border:1px solid #2b3c00;
	color:#fff
}
.galleries_info .btn.imageset:hover{
	background:#212e00
}
.galleries_info .btn:active,.galleries_info .btn:focus{
	color: #fff;
    background-color: #0f0f0f;
    border-color: #b3b3b3;
}
.galleries_info .btn:hover,.galleries_info .btn:focus,.galleries_info .btn:active{
	color: #fff;
    background-color: #0f0f0f;
    border-color: #b3b3b3;
}
.galleries_info .btn_long{
	padding: 0 7px 0 0px;
}
.galleries_info .btn_long:hover{
	padding: 0;
}
.galleries_info .btn .split_tag{
	display:none
}
.galleries_info .btn .rborder{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 5px;
    background: #e2497b;
    height: 100%;
	border-radius: 0 .25rem .25rem 0;
}
.galleries_info .btn:hover .split_tag{
	display:inline-block
}
.galleries_info .btn:hover .rborder{
	display:none
}
.galleries_info .btn .text{
	font-weight:600;
	border-radius:5px 0 0 5px;
	background:#312e2e;
	padding:4px 7px;
	float:left;
	vertical-align:top;
	color:#e7cc26;
}
.galleries_info .btn .item_name {
	padding: 0 7px;
    line-height: 26px;
    vertical-align: top;
}
.galleries_info .btn .badge{
	font-family: Arial;
    font-weight: 300;
    background: #3a38325e;
    padding: 7px 7px;
    font-size: 12px;
    top: 0px;
    color: #fff;
    vertical-align: top;
    right: 0;
    border-radius: 0;
    line-height: 12px;
}
.thumbnail .sep{
	border-bottom:1px solid #464646;
	padding:0
}
.cat_text .gallery_cat{
	float: left;
    margin: 0;
    padding: 0;
    line-height: 19px;
    width: 100%;
    display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.cat_text a .gallery_cat{
	color: #ccc;
	transition: color .3s,background-color .3s;
}
.cat_text a .gallery_cat:hover {
	color:#e2497b;
}
.cat_text .latest_cat_g{
	float: left;
	text-align:left;
    margin: 0;
    padding: 0;
    line-height: 19px;
    width: 49%;
    display: inline-block;
	font-size: 16px;
	font-weight: 400;
}
.cat_text .latest_cat_g a{
	color: #ccc;
	transition: color .3s,background-color .3s;
	text-decoration: none;
}
.cat_text .latest_cat_g a:hover {
	color:#e2497b;
}
.cat_text .latest_pop_g{
	float: right;
	text-align:right;
    margin: 0;
    padding: 0;
    line-height: 19px;
    width: 49%;
    display: inline-block;
	font-size: 16px;
	font-weight: 400;
}
.cat_text .latest_pop_g a{
	color: #ccc;
	transition: color .3s,background-color .3s;
	text-decoration: none;
}
.cat_text .latest_pop_g a:hover {
	color:#e2497b;
}


.cat_text .thumb_cat{
	float: left;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
}
.cat_text .thumb_cat:hover{
	color:#fff
}
.cat_text .thumb_flag{
	float:right;
	width:38px;
	height:20px;
	padding:0;
	margin:0;
	border-radius:0 5px 0 0
}
.tag{
	margin:0 5px 5px 0
}
.gallery_divider{
	border-top:1px solid #000;
	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);
	height:2px
}
.overview_divider{
	border-top:1px solid #000;
	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);
	height:2px;
	margin-top:15px;
}
.galleries_info{
	margin:0;
	padding:0
}
.galleries_info li{
	list-style-type:none;
	margin:0 0 5px 0
}
.galleries_info .pages,.galleries_info .posted{
	margin:0 0 15px 0
}
.gallery_first{
	margin-top: 12px;
    background: #333;
    border-radius: 6px;
    position: relative;
	margin:20px 0 0 0;
}
.gallery_first h1{	
	color:#ccc;
	background:#333;
	font-size: 20px;
    padding: 5px 12px;
    margin: 0 0 12px;
    border-bottom: 3px solid #e2497b;
	border-radius: 6px 6px 0 0;
	letter-spacing: .5px;
	font-weight:bold;
    line-height: 1.5;
}
.gallery_first .subtitle{
	margin:0 0 15px 0;
	color:#cfcfcf;
}
.gallery_first .dl_btn,.gallery_first .fap_btn,.gallery_first .fav_btn{
	background:#131313;
	border:1px solid #35373ab0;
	margin-bottom:9px;
	color:#fff;
	border-radius:0;
	position:relative;
	transition:all .5s ease
}
.gallery_first .dl_btn:hover,.gallery_first .fap_btn:hover,.gallery_first .fav_btn:hover{
	background:#1f1f1f;
	border:1px solid #35373ab0;
}
.gallery_first .dl_btn:active,.gallery_first .dl_btn:focus,.gallery_first .fap_btn:active,.gallery_first .fap_btn:focus,.gallery_first .fav_btn:active,.gallery_first .fav_btn:focus{
	background: #131313;
    border: 1px solid #35373ab0;
    color: #fff;
    border-radius: 0;
	outline:none;
}
.gallery_first .left_cover {
	padding:0;
	width:31%;
}
.gallery_first .left_cover img {
	max-width: 350px;
	border-radius: 0 0 0 6px;
}
.gallery_first .left_cover .posted_views {
	padding: 0;
	color:#ccc;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.gallery_first .left_cover .posted {
	padding: 15px 0 15px 15px;
}
.gallery_first .left_cover .views {
	padding: 15px 35px 15px 0px;
    text-align: right;
	/* color:#e2497b; */
}
.gallery_first .right_details {
	padding:0;
}
.gallery_second{
	padding:15px 0 0 0;
	margin:0
}
.gallery_second h2 {
	color: #ccc;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    margin: 0 0 16px;
    border-bottom: 3px solid #e2497b;
    border-radius: 6px 6px 0 0;
    letter-spacing: .5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.gallery_second .thumbs_section {
	margin-top: -10px;
    margin-bottom: -10px;
	display: flex;
    flex-wrap: wrap;
}
.gallery_second .thumbs_section>[class*=col] {
	padding-top: 15px;
    padding-bottom: 15px;
}
.gallery_third{
	padding:35px 0 0 0;
	margin:0
}
.gallery_third h2 {
	color: #ccc;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    margin: 0 0 16px;
    border-bottom: 3px solid #e2497b;
    border-radius: 6px 6px 0 0;
    letter-spacing: .5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.gallery_fourth{
	padding:35px 0 0 0;
	margin:0
}
.gallery_fourth h2 {
	color: #ccc;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    margin: 0 0 16px;
    border-bottom: 3px solid #e2497b;
    border-radius: 6px 6px 0 0;
    letter-spacing: .5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.gallery_fourth .gallery_title {
	border:none;
}
.overview_pag {
	margin: 15px ​0 0 0;
}
.gallery_th{
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 7px 0;
	padding:0;
	width:19.26949%;
}
.gthumb{
	border-radius:0;
	padding:0;
	border:none;
	background:0 0;
	margin-bottom:3px;
}
.gthumb img{
	margin:0;
	border:3px solid #312e2e;
	width:100%;
}
.gallery_view{
	padding:0;
	margin:0 0 10px 0
}
.gallery_view a {
	color:#fff;
	text-decoration:none;
	transition: color .3s,background-color .3s;
}
.gallery_view a:hover {
	color:#e2497b;
}
.gallery_view h1 {
	text-align: center;
    font-size: 20px;
    line-height: 1;
    border-bottom: 3px solid #e2497b;
    padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
}
.gallery_view img{
	width:100%
}
.gallery_view .pre_img{
	position:relative;
	clear:both;
	margin:0 auto
}
.gallery_view .return_btn{
	margin:0 auto;
	display:table;
	outline:0
}
.comments{
	padding:15px 0;
	margin:0 0 10px 0
}
.related{
	padding:15px 0;
	margin:0 0 10px 0
}
.related_galleries{
	margin:0 0 15px 0;
	font-size:24px
}
.tg{
	text-align:center
}
.tag_btn{
	margin:0 10px 10px 0
}
.panel-body {
	padding:0;
}
.panel-footer {
	background: #1b1b1b;
    border-radius: 0 0 20px 20px;
	border:none;
    padding: 25px 0;
    text-align: center;
}
.panel-register{
	max-width:600px;
	background:#333333;
	border-radius:20px;
	margin:50px auto 50px auto;
	color:#9d9d9d;
	border: none;
	box-shadow: 0px 0 10px 2px rgb(0 0 0 / 10%);
}
.panel-register h2{
	padding: 22px;
    background: transparent linear-gradient(118deg,#bc0f89,#e2497b) 0 0 no-repeat padding-box;
    color: #fff;
    border-radius: 20px 20px 0 0;
	margin:0;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.panel-register .panel-body form{
	margin:0 auto;
	display:block
}
.panel-register .form-group {
	max-width:302px;
	margin:10px auto;
}
.panel-register p {
	margin:0;
}
.panel-register button,.panel-register input[type=text],.panel-register input[type=password],.panel-register input[type=email]{
	width: 302px;
    max-width: 302px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    font-size: 14px;
	border-radius: 5px;
    padding: 3px 10px;
    outline: none!important;
	display: block;
    height: 40px;
	font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.panel-register input:focus, .panel-register input:active{
	outline:none;
	box-shadow:none;
	border-color:#e2497b;
}
.panel-register #password {
	margin-bottom:20px;
}
.panel-register #go_signin {
	margin-bottom:10px;
}

.panel-register.reg #password {
	margin-bottom:10px;
}
.panel-register.reg #email {
	margin-bottom:20px;
}
.panel-register.reg #go_signup {
	margin-bottom:10px;
}
.panel-register #go_signin, .panel-register #go_signup, .panel-register #send_message {
	background-image:url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14 ' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'></path></svg>");
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:right 10px bottom 10px;
}
.panel-register input[type=submit]{
	width:100%;
	font-size:16px;
}
.panel-register .alert {
	border-radius:0;
}
.panel-login a,.panel-register a{
	color:#fff;
}
.panel-login a:hover,.panel-register a:hover{
	color:#e2497b;
}
.divider{
	text-align:center;
	margin-top:20px;
	margin-bottom:5px
}
.divider hr{
	margin:7px 0;
	width:35%
}
.separator {
	margin-bottom:50px;
}
.logo{
	float:left;
	margin:3px 5px 0 3px;
	transition: all .2s ease-in-out;
}
.logo img { transition: all .2s ease-in-out; }
.logo img:hover { transform: scale(0.95); }

.a_drop{
	float:left;
	background:#565656;
	padding:9px 12px;
	border-radius:3px;
	margin:8px 0 0 0;
	color:#fff
}
.a_drop:focus,.a_drop:hover{
	color:#fff
}
.left{
	float:left
}
.right{
	float:right
}
.profile_divider{
	border-top:1px solid #000;
	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);
	height:2px;
	margin:20px 0;
}
.profile_block{
	padding:0;
	margin:0;
}
.profile_top {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	border-bottom: 3px solid #e2497b;
	padding: 16px 5px 16px 5px;
	margin-bottom: 16px;
}
.profile_block .pb_left {
	float:left;
}
.profile_block .pb_left h2 {
	margin:10px 0 0 0;
}
.profile_block .pb_right {
	float:right;
}
.profile_block .user_profile_avatar {
	float: left;
	border: 1px solid #35373ab0;
}
.profile_block .user_profile_avatar img {
	width: 220px;
    height: 220px;
	margin: 0;
	border:none;
	display:block;
}
.profile_block .user_profile_avatar .acc_settings{
	background:#131313;
	border:none;
	margin:0;
	width:220px;
	border-radius:0;
	border-top:1px solid #35373ab0;
}
.profile_block .user_profile_avatar .acc_settings:hover{
	background: #1f1f1f00;
    color: #fff;
}
.profile_block .user_profile_avatar .acc_settings:focus{
	background: #1f1f1f00;
    color: #fff;
	outline:0
}
.profile_block .user_profile_info {
	float: left;
	padding:0 0 0 50px;
	width:81%;
}
.profile_block .user_profile_info h3 {
	margin:0 0 20px 0;
}
.profile_block .user_profile_info p {
	margin:0 0 30px 0;
}
.profile_block .user_profile_info h4 {
	margin:0 0 20px 0
}
.profile_block h2, .profile_block h4 {
	padding:0;
}
.profile_block .joined_h4 {
	text-align: right;
	margin:15px 0 0 0;
}
.profile_block .user_profile_info h3 {
	margin:0 0 20px 0;
}
.loading-div {
	background: url("../images/ajax-loader.png") center center no-repeat;
	width:100%;
	height:130px;
}
.favo_text {
    text-align: center;
    font-size: 30px;
    line-height: 1;
	border-bottom: 3px solid #e2497b;
	padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
}
.profile_edit_block{
	padding:0;
	margin:0;
}
.profile_edit{
	padding:0;
	margin:0;
}
.profile_edit h3{
	text-align: left;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #e2497b;
    padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
}
.profile_edit ul {
	margin:0;
	padding: 0;
}
.profile_edit ul li {
	margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    max-width: 383px;
    display: inline-block;
    vertical-align: top;
}
.profile_edit .btn {
	margin-top:10px;
    font-size: 14px;
    text-transform: uppercase;
}
.profile_edit .li_left {
	margin-right:0;
}
.profile_edit .file_text{
	margin:0!important;
	width:185px!important;
	cursor:default
}
.profile_edit .input-group{
	margin:0 0 10px 0
}
.profile_edit file{
	margin:0 0 10px 0
}
.profile_edit .p_email {
	float: none;
	margin-right: 10px;
}
.profile_edit .p_location {
	float: left;
	margin-right: 10px;
}
.profile_edit .p_gender {
	float: none;
}
.profile_edit input[type=password],.profile_edit input[type=text]{
	width:300px;
	padding:10px;
	color:#000;
	margin:0 0 10px 0
}
.profile_edit textarea{
	width: 500px;
    height: 120px;
    padding: 10px;
    margin: 0 0 8px 10px;
    color: #000;
    resize: none;
}
.profile_edit select{
	padding:10px;
	color:#000;
	margin:0 0 10px 0
}
.profile_edit p{
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:11px;
	font-weight:700;
	cursor:default
}
.profile_edit .bio_p {
	padding:0 0 0 10px;
}
.profile_edit .avt_div{
	position:relative;
	width:270px;
}
.profile_edit .avt_div img {
	margin: 0 0 10px 0; 
	border:2px solid #fff;
	width:270px;
	height:270px;
}
.profile_edit .remove_avatar{
	cursor:pointer;
	position:absolute;
	background:rgba(178,16,16,.3);
	width:100%;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	opacity:1
}
.profile_edit .remove_avatar:hover{
	background:rgba(178,16,16,.5);
	transition:all .5s ease
}
.profile_edit_block .btn{
	margin:0 5px 0 0
}
.profile_log_block{
	background:#1d1d1d;
	padding:12px;
	margin:0 0 10px 0
}
#alert_close{
	float:right;
	cursor:pointer;
	font-size:16px
}
#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
}
#comments .comment .left_ch{
	float:left;
	margin:0
}
#comments .posted{
	margin:0 0 0 10px;
	color:#a0a0a0
}
#comments .posted a{
	cursor:pointer;
	color:#e7cc26
}
#comments .custom_ttl{
	color:#b0b0b0;
	font-size:13px;
	font-style:italic
}
#comments .text{
	overflow-wrap:break-word
}
#comments ul .replied{
	padding:10px 0 10px 10px
}
#comment_text{
	width:100%;
	height:100px;
	padding:10px;
	margin:0;
	color:#000
}
#comments .reply_link{
	cursor:pointer
}
#comments .reply_avatar_comment{
	width:50px;
	height:50px
}
.noshow{
	display:none
}
.next_img{
	cursor:pointer
}
.next_nav,.prev_nav{
	width:20%;
	height:100%;
	background:#000;
	opacity:0;
	position:absolute;
	top:0;
	cursor:pointer
}
.prev_nav{
	left:0
}
.next_nav{
	right:0
}
.nav_pagination{
	margin:0 auto 10px auto;
	padding:0 10px 10px 10px;
	display:block;
	text-align:center;
	font-size:1.3em;
	float:none;
}
.nav_pagination.nav_pag_btm .reader_buttons {
	margin-bottom:20px;
}
.nav_pagination a{
	font-size:17px;
	text-decoration:none;
	color:#e7cc26;
	cursor:pointer
}
.nav_pagination a:hover{
	color:#fff
}
.nav_pagination .nav_first,.nav_pagination .nav_last{
	margin:20px
}
.nav_pagination .nav_next,.nav_pagination .nav_prev{
	margin:20px
}
.nav_pagination .btn_pages{
	font-weight:400;
	line-height:1;
	height:auto;
	color:#fff;
	padding:0;
	margin:0;
	background:0 0;
	cursor:pointer;
	border:none
}
.nav_pagination .btn_pages:hover{
	text-shadow:0 0 7px #e2497b
}
.nav_pagination .btn_pages:focus,.nav_pagination .btn_pages:hover{
	outline:0;
	border:none
}
.nav_pagination .current,.nav_pagination .total_pages{
	font-weight:600
}
.invisible i{
	display:none
}
.reader_buttons {
	margin-top:20px;
}
.reader_buttons svg {
	width: 12px;
    float: right;
    position: relative;
    top: 2px;
	margin-left: 10px
}
.reader_buttons .nav_first {

}
.reader_buttons .nav_first svg {
	float:left;
	margin:0;
}
.reader_buttons .btn {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ccc;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 14px;
    border: none;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #333;
    border-color: #fffdfd;
    min-width: 150px;
	width:100%;
    font-size: 14px;
	margin:0;
}
.reader_buttons .btn_colored {
    background-color: #e2497b;
    border-color: #e2497b;
    min-width: 150px;
    text-align: right;
    font-size: 14px;
}
.reader_buttons .btn.text-left {
	text-align: left;
}
.reader_buttons .btn.text-right {
	text-align: right;
}
.reader_buttons .btn:focus, .reader_buttons .btn:active {
	outline:none;
	color: #fff;
}
.reader_buttons .btn:hover {
	color: #fff;
    background-color: #dd2863;
    border-color: #d6225d;
}
#progressbar{
	width: 126px;
    max-width: 126px;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    height: 33px;
    vertical-align: top;
    margin: 2px 5px 5px 6px;
    position: relative;
}
#progressbar .ui-progressbar-value{
	background-color: #e2497b;
    border-color: #e2497b;
	margin:0
}
#percent_progress{
	position:absolute;
	top:6px;
	left:10px;
	font-size:12px;
	line-height:24px;
	text-align:center;
	font-weight:600;
	color:#000
}
.achievementsUl{
	margin:0;
	padding:0
}
.comment .head .colored{
	color:#fff;
	font-weight:700;
	text-shadow:0 0 7px #ff00bc
}
.a_z{
	margin:0 0 25px 0;
	text-align:center
}
.tags_section{
	margin-left:0;
	margin-right:0
}
.tags_section h1{
	text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #e2497b;
    padding: 10px 5px 16px 5px;
    margin-bottom: 16px;
	margin-top:0;
}
.tags_section .btn_az{
	width: 7.18%;
    margin: 3px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #333;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 5px;
    color: #ccc;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tags_section .btn_az.active {
	background-color: #e2497b;
    border-color: #e2497b;
	color:#fff;
}
.tags_section .btn_az:hover{
	background:#292828;
	color:#fff;
	text-decoration:none
}
.tags_section .btn_long{
	padding:4px 14px 4px 7px
}
.tags_section .btn_long:hover{
	padding:4px 7px 4px 7px
}
.tags_section .btn:hover{
	background:#292828;
	color:#fff;
	max-width:999%;
	z-index:1;
	position:relative
}
.tags_section .btn .text{
	font-weight:600;
	border-radius:5px 0 0 5px;
	background:#312e2e;
	padding:4px 7px;
	float:left;
	vertical-align:top;
	color:#e7cc26
}
.tags_section .btn .badge{
	font-family:Arial;
	font-weight:300;
	background:#565656;
	padding:2px 7px;
	font-size:12px;
	top:2px;
	color:#fff;
	vertical-align:top;
	right:0;
	border-radius:15px;
	line-height:12px
}
.tags_section .btn .split_tag{
	display:none
}
.tags_section .btn .rborder{
	position:absolute;
	top:0;
	right:0;
	width:6px;
	background:#cecece;
	height:100%
}
.tags_section .btn:hover .split_tag{
	display:inline-block
}
.tags_section .btn:hover .rborder{
	display:none
}
.tags_section .sub_links{
	padding:0 0 25px 0;
	text-align:center
}
.tags_section .sub_links h2{
	margin:0;
	padding:0;
	display:inline-block;
	font-size:unset
}
.tags_section .list_tag{
	margin:0;
	padding:0;
	display:inline-block;
	font-size:unset;
	line-height:unset;
	font-weight:700
}
.tags_section .sub_links a{
	font-size:20px;
	line-height:20px;
	color:#cecece;
	padding:0 20px
}
.tags_section .sub_links a:hover{
	color:#fff
}
.tags_section .sub_links .active{
	font-weight:700
}
.tags_section .thumb .lang_pages .g_pages svg {
	width: 12px;
    float: left;
    position: relative;
    top: 1px;
}
.tags_sorting {
	margin-bottom: 10px;
	
}
.tags_sorting.tag_page {
	margin-top:20px;
	margin-bottom:20px;
}
.tags_sorting svg {
	width: 16px;
	float:left;
}
.tags_sorting .svg_first {
	position:relative;
	top:-5px;
	height:24px;
}
.tags_sorting .col-sm-3 {
	flex: 0 0 25%;
    max-width: 25%;
}
.tags_sorting .btn_dark {
	width: 100%;
    font-size: 16px;
	text-align: right;
    background-color: #333;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 5px;
    color: #ccc;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tags_sorting .btn_dark.active, .tags_sorting .btn_dark:active {
	color: #fff;
    background-color: #1a1a1a;
    border-color: #131313;
}
.tags_sorting .btn_dark:hover {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #b3b3b3;
}

.preloader {
	text-indent:-9999px;
	background: url("../images/loader.png") center center no-repeat #312e2e;
}


.save_check {
	position:relative;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #6bde11;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	display:none;
	position: absolute;
    top: 0;
    left: 65px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	stroke-width: 5px;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 0;
	box-shadow: inset 0px 0px 0px #6bde11;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.checkmark__circle_fap {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #6bde11;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_fap {
	display:none;
	position: absolute;
    top: 0;
    left: 65px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	stroke-width: 5px;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 0;
	box-shadow: inset 0px 0px 0px #6bde11;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check_fap {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.cmark_small_fap {
	position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
}

.btn_ckmark_fap {
	padding-left: 35px;
}

.checkmark__circle_fav {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #6bde11;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_fav {
	display:none;
	position: absolute;
    top: 0;
    left: 65px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	stroke-width: 5px;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 0;
	box-shadow: inset 0px 0px 0px #6bde11;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check_fav {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.cmark_small_fav {
	position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
}

.btn_ckmark_fav {
	padding-left: 35px;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}