html{
	position:relative;
	min-height:100%
}
body{
	color:rgb(240, 235, 226);
	background-color:#1b1c1e;
	font-family:Open Sans,sans-serif;
}
.reset_this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

a:focus {
	outline: 0 !important;
}

/* basic modern patch */

#reset_this_root {
    all: initial;
    * {
        all: unset;
    }
}
.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;
}
.noflex {
	display: initial !important;
}
.mobile_hidden{
	display:none
}
.bix {
	margin:25px auto 30px auto;
	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;
}
.discord {
	background: url(https://hentaiera.com/images/discord.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 5px;
}
.adsc:hover .discord {
	background: url(https://hentaiera.com/images/discord_white.png) no-repeat;
}
.nav_wrap {
	display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
	padding:0 15px;
}
.nav_wrap .search_div {
	padding-left: 16%;
}
.nav_wrap .search_div form {
	margin-top: 9px;
    margin-bottom: 9px;
}
.nav_wrap .nav_left {
	float: left;
    width: 65%;
}
.nav_wrap .nav_right {
	float:right;
}
#navbar {
	padding:0;
}
.navbar{
	border-radius:0;
	border:none;
	margin-bottom:0;
	background:#262a2b;
	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>a {
	color: #dcdcdc;
    height: 52px;
    padding: 10px 15px;
    line-height: 30px;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#fff;
}
.navbar .active{
	color:#fff!important
}
.nav_wrap .navright li {
	height:52px;
}
.nav_wrap .navright a {
	height:52px !important;
	line-height:32px !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{
	display: inline-block;
    font-size: 14px;
}
.navbar .reward {
	display:none;
    position: absolute;
    top: 40px;
    right: 30px;
	font-size:16px;
	font-weight:bold;
	color:#4bff00;
}
.navbar-form .input-group>.form-control {
	box-shadow: 0 3px 6px #00000040;
    border-radius: 10px;
    border: none;
    margin-bottom: 0;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 36px 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.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 button {
	border: none;
    background: none;
    color: #33b2ef;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.navbar-form .input-group button:focus, .navbar-form .input-group button:active {
	outline:none;
	box-shadow:none;
	background:none;
	border:none;
}
.nav_first {
	background:#101011;
	height:52px;
}
.nav_second {
	height:52px;
}
.btn {
	padding:8px 14px;
}
.btn_shop {
	padding:6px 12px;
}
.btn_colored {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
    line-height: 1.5;
	color: #fff;
    background-color: #1b80b1;
    border-color: #1b80b1;
    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: #33b2ef;
    border-color: #33b2ef;
}
.more_pgs {
	margin-top:10px;
}
#load_more {
	display:inline-block;
	margin:0 5px 0 0;
}
.index_search {
	display:none;
	margin:10px 0;
	padding:0 5px;
}
.index_search ul {
	margin:0;
	padding:0;
}
.index_search ul li {
	list-style-type: none;
    padding-right: 0px;
    padding-left: 3px;
}
.index_search ul li:first-child {
	padding-left: 0;
}
.index_search ul li:nth-last-child(2) {
	padding-right: 0;
}
.index_search ul .mg {
	border-radius: 5px 0 0 0;
	background:#552882;
}
.index_search ul .mg.disabled {
	opacity:.2;
}
.index_search ul .dj {
	background:#781d18;
}
.index_search ul .dj.disabled {
	opacity:.2;
}
.index_search ul .ws {
	background:#462700;
}
.index_search ul .ws.disabled {
	opacity:.2;
}
.index_search ul .is {
	background:#822868;
}
.index_search ul .is.disabled {
	opacity:.2;
}
.index_search ul .ac {
	background:#825509;
}
.index_search ul .ac.disabled {
	opacity:.2;
}
.index_search ul .gc {
	background:#416643;
}
.index_search ul .gc.disabled {
	opacity:.2;
}
.index_search ul .gc {
	border-radius: 0 5px 0 0;
}
.index_search ul li button {
	width:100%;
	display:inline-block;
	color: #fff;
    background-color: #262a2b;
    color: rgb(226 221 213);
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 0;
    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;
	text-decoration:none;
	padding: 12px 12px;
    line-height: 1.42857143;
	text-align:center;
}
.index_search ul li button:last-child {
	margin: 0 0 3px 0;
}
.index_search .middle {
	margin-top:0;
}
.index_search .middle button {
	margin: 0 0 3px 0 !important;
}
.index_search .middle input[type="text"] {
	width:100%;
	padding:8px 12px;
	outline:none;
	border-radius: 0;
	border:none;
	color:#000;
}
.index_search .middle input[type="text"]:focus, .index_search .middle input[type="text"]:active, .index_search .middle button:active, .index_search .middle button:focus, .index_search ul li button:focus, .index_search ul li button:active {
	outline:none;
	border:none;
}
.index_search .middle button {
	width:100%;
	display:inline-block;
	color: #fff;
    background-color: #337ab7;
    color: rgb(255, 255, 255);
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 0;
    margin: 0 4px 4px 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;
	text-decoration:none;
	padding: 8px 12px;
    line-height: 1.42857143;
	text-align:center;
}
.index_search .middle li:nth-child(3) {
	width: 13.9%;
}
.index_search .middle li:nth-child(4) {
	width: 11.1004%;
}
.index_search .middle li:nth-child(2) i {
	margin-right:7px;
}
.index_search .middle li:nth-child(4) i {
	margin-right:5px;
}
.index_search .middle .m_filter {
	position:relative;
}
.index_search .middle .filter_drop {
	display:none;
	position: absolute;
    z-index: 3;
    background: #337ab7;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    padding: 4px 9px 4px 9px;
    top: 33px;
	width:97%;
}
.index_search .middle .filter_drop li {
	width:100%;
	padding:0;
}
.index_search .middle .filter_drop li button {
	background: #1b1c1e;
    box-shadow: none;
}
.index_search .middle .filter_drop li button:hover {
	background: #131415;
}
.index_search .bottom {
	
}
.index_search .bottom .g_flag {
	margin-right: 10px;
}
.index_search .bottom button {
	position:relative;
	width:100%;
	display:inline-block;
	color: #fff;
    background-color: #262a2b;
    color: rgb(206, 199, 188);
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 0;
    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;
	text-decoration:none;
	padding: 12px 12px;
    line-height: 1.42857143;
	text-align:left;
}
.index_search .bottom button.disabled {
	opacity:.2;
}
.index_search .bottom button:active, .index_search .bottom button:focus, .index_search .bottom button:hover {
	outline:none;
}
.index_search .bottom {
	margin-top:0;
}
.index_search ul.bottom li {
	width:14.285714%;
}
.index_search .bottom .en {
	border-radius: 0 0 0 5px;
}
.index_search .bottom .ru {
	border-radius: 0 0 5px 0;
}
.index_search ul.bottom .g_flag {
	margin-top:2px;
}
.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 #33b2ef;
	padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
}
.container .latest_h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
	border-bottom: 3px solid #33b2ef;
	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: #33b2ef;
    border-color: #33b2ef;
    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: #1b80b1;
    border-color: #d6225d;
}
.container .more_comic, .container .more_manga, .container .more_doujinshi {
	margin-right:10px;
}
.blacklisted{
    z-index: 99999;
    opacity: .1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none; /* Allows clicks to pass through */
}
.blacklisted::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100000;
    pointer-events: auto; /* Blocks interaction with the image */
}
.blacklisted_reader {
    z-index: 99999;
    opacity: .1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    pointer-events: none; /* Allows clicks to pass through */
}
.blacklisted_reader::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100000;
    pointer-events: auto; /* Blocks interaction with the image */
}
.a_blacklisted{
	font-size:0;
	user-select:none;
}
.reported {
	-webkit-filter: blur(15px);
    filter: blur(15px);
}
.inner_thumb{
	position:relative;
	overflow:hidden;
}
.inner_thumb.filter {
	opacity:.1;
	-webkit-filter:blur(5px);
	filter:blur(5px)
}
.inner_thumb img {
	opacity:1;
    transition: opacity .3s ease-in-out;
}
.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
}
.navbar-toggle{
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
    padding: 10px 10px 12px 11px;
	border: 1px solid #444 !important;
}
.ribbon.ribbon-left{
	left:-20px
}
.ribbon-green{
	background:#337ab7
}
.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 0px;
	display:table
}
.pagination>li>a,.pagination>li>span{
	color: #fff;
    background-color: #262a2b;
    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: #ccc;
    background-color: #1b80b1;
    border-color: #1b80b1;
    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: #ccc;
    background-color: rgb(31, 34, 34);
    border-color: rgb(31, 34, 34);
}
#bar{
	background: #101011;
    padding: 15px 0 0 15px;
    width: 100%;
    font-weight: 700;
}
#bar .wrap, #footer_bar .wrap{
	margin:0 auto;
	max-width:1200px;
	text-align:center;
}
#bar .bar_align{
	margin:0 auto;
	width:100%;
}
#bar .bar_align ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#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 15px 10px;
    line-height: 20px;
    color: #ccc;
    display: inline-block;
}
#bar a:hover {
	color:#33b2ef;
}
#footer_bar {
	background: #191919;
    padding: 15px;
	margin-top: 15px;
}
#footer_bar h1 {
	text-align: left;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px 0;
	color:#33b2ef;
}
#footer_bar h3 {
	text-align: left;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0 0 15px 0;
	color:#33b2ef;
}
#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:5px 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:#33b2ef
}
.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:#552882;
}
.container .cats_mt li:nth-child(2){
	background:#781d18;
}
.container .cats_mt li:nth-child(3){
	background:#462700;
	margin-right:0;
}
.container .cats_mt li:nth-child(4){
	background:#822868
}
.container .cats_mt li:nth-child(5){
	background:#825509
}
.container .cats_mt li:nth-child(6){
	background:#416643;
	margin-right:0;
}
.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 .cats_mt .disabled,.container .langs_mt .disabled{
	opacity:.2
}
.container .g_buttons .likes{
	display: block;
    margin-bottom: 14px;
}
.g_buttons {
	margin-bottom:20px;
}
.g_buttons .others {
	display: flex;
    flex-wrap: wrap;
}
.g_buttons .others .btn_colored {
	margin-right:5px;
}
.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: #1b80b1;
    border-color: #1b80b1;
	min-width:150px;
	text-align:right;
	font-size: 14px;
}
.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: #33b2ef;
    border-color: #33b2ef;
}
#pages_btn {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 5px;
    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;
	background-color: #1b80b1;
    border-color: #1b80b1;
    min-width: 150px;
    text-align: right;
    font-size: 14px;
}
#pages_btn:hover {
	color: #fff;
    background-color: #33b2ef;
    border-color: #33b2ef;
}
#pages_btn svg {
    width: 16px;
    float: left;
    top: 3px;
    position: relative;
}
.g_buttons .likes .btn_dark {
	background-color: #181a1b;
    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.filter {
	opacity:.1;
	-webkit-filter:blur(5px);
	filter:blur(5px)
}
.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:#262a2b;
	padding: 8px 12px;
}
.thumb .lang_pages{
	background:#262a2b;
	padding:0 12px 8px 12px;
}
.g_flag{
	background: url('/images/flags_sprite.png') no-repeat;
	background-position: -4px -129px; // Default to Canada cause 
    display: inline-block;
    position: relative;
    height: 17px;
    width: 23px;
	float:left;
	margin-top: 3px;
}
.flag_in_gallery {
	margin-top: 6px;
}
.thumb .lang_pages .g_pages {
	float:right;
}
.thumb .lang_pages .g_pages svg {
	width:19px;
	float:left;
}
.thumb .lang_pages .inside_p {
	float: right;
    line-height: 19px;
    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: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumb .g_text a:hover{
	color:#33b2ef;
	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;
	width:100%;
}
.not_found_404 p{
	text-align:center;
	width:100%;
}
.not_found_404 .last{
	margin-bottom:30px
}
.galleries{
	margin:0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: wrap;
    align-items: flex-start;
}
.galleries .thumb{
	text-align:left;
}
.galleries h1.tag_title{
	text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #33b2ef;
    padding: 10px 5px 16px 5px;
    margin-bottom: 16px;
	margin-left: 5px;
    margin-right: 5px;
	margin-top:0px;
}

.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:#33b2ef;
}
.galleries h2 .search_key{
	font-weight:700
}
.search_title {
	text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #33b2ef;
    padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
	margin-left: 5px;
    margin-right: 5px;
}
.thumbnail{
	border-radius:0;
	padding:0;
	border:none;
	background:0 0;
	margin-bottom:0
}
.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%;
	left:0;
	top:0;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	opacity:0;
	top: 31px;
    z-index: 1;
}
.thumbnail input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.thumbnail label {
	display:block;
	margin:0;
	font-weight:normal;
}
.thumbnail .check_mark{
	cursor:pointer;
	position:absolute;
	background:rgb(126 126 126);
	width:32px;
	right:0;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	top: 0;
    z-index: 3;
	height:31px;
}
.thumbnail input:checked ~ .check_mark {
	background-color: #088b24;
}
/* Create the checkmark/indicator (hidden when not checked) */
.thumbnail .check_mark:after {
	content: "";
	position: absolute;
	display: none;
}

.thumbnail .check_mark:before {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.thumbnail input:checked ~ .check_mark:after {
	display: block;
}
.thumbnail input:checked ~ .check_mark:before {
	display: none;
}

.thumbnail input ~ .check_mark:before {
	display: block;
}
/* Style the checkmark/indicator */
.thumbnail .check_mark:after {
    left: 13px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.thumbnail .check_mark:before {
    left: 14px;
    top: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(45deg);
    transform: rotate(90deg);
}




.checkbox-wrapper-32 {
    position: absolute;
    width: 25px;
    right: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    top: 0;
    z-index: 3;
    height: 31px;
    --size: 18px;
    --border-size: 2px;
  }

  .checkbox-wrapper-32 *,
  .checkbox-wrapper-32 *::after,
  .checkbox-wrapper-32 *::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-32 input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
  }

  .checkbox-wrapper-32 input[type="checkbox"],
  .checkbox-wrapper-32 label::before {
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: -5px;
    top: -1px;
    transform: translateY(-69%);
  }

  .checkbox-wrapper-32 label {
	cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 0px 0 calc(var(--size) + 7px);
  }
  
  .checkbox-wrapper-32:hover label::before {
	background: #dddddd;
    border: var(--border-size) solid #c3c3c3;
  }

  .checkbox-wrapper-32 label::before {
	border-radius: 4px;
    content: '';
    border: var(--border-size) solid #dbdbdb;
    opacity: 0.8;
    transition: opacity 0.3s;
	background: #fff;
  }

  .checkbox-wrapper-32 input[type="checkbox"]:checked + label::before {
    /* opacity: 1; */
    background: #1b1c1e;
    border: var(--border-size) solid #dbdbdb;
  }

  .checkbox-wrapper-32 svg {
    position: absolute;
    top: calc(50% + var(--border-size));
    left: var(--border-size);
    width: calc(var(--size) - (var(--border-size) * 2));
    height: calc(var(--size) - (var(--border-size) * 2));
    margin-top: calc(var(--size) / -2);
    pointer-events: none;
  }

  .checkbox-wrapper-32 svg path {
    stroke-width: 0;
    fill: none;
    transition: stroke-dashoffset 0.2s ease-in 0s;
  }

  .checkbox-wrapper-32 svg path + path {
    transition: stroke-dashoffset 0.2s ease-out 0.2s;
  }

  .checkbox-wrapper-32 input[type="checkbox"]:checked ~ svg path {
    stroke-dashoffset: 0;
    stroke-width: calc(var(--size) / 2);
  }


.thumbnail .cat_text{
	padding: 6px 12px;
    z-index: 2;
    position: relative;
	background:#262a2b;
	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 .cat_doujinshi{
	background:#781d18;
	color:#fffcfc;
	cursor:default
}
.thumbnail .cat_manga{
	background:#552882;
	color:#fffcfc;
	cursor:default
}
.thumbnail .cat_western{
	background:#462700;
	color:#fffcfc;
	cursor:default
}
.thumbnail .cat_artistcg{
	background:#825509;
	color:#fffcfc;
	cursor:default
}
.thumbnail .cat_gamecg{
	background:#416643;
	color:#fffcfc;
	cursor:default
}
.thumbnail .cat_imageset{
	background:#822868;
	color:#fffcfc;
	cursor:default
}
.thumbnail:hover .g_text a{
	color:#33b2ef
}
.galleries_info .tags_text{
    padding-bottom: 3px;
    display: inline-block;
	font-size: 14px;
	letter-spacing: .5px;
	margin-bottom: 2px;
}
.galleries_info .btn{
	position:relative;
	margin-right: 6px;
    margin-bottom: 6px;
	cursor: pointer;
	font-size: 15px;
    padding: 0 7px;
	background-color: #181a1b;
    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: #33b2ef;
    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: auto;
    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:#33b2ef;
}
.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:#33b2ef;
}
.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:#33b2ef;
}


.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 8px 0;
}
.galleries_info .pages,.galleries_info .posted{
	margin:0 0 15px 0
}
.gallery_first{
	margin-top: 12px;
    background: #262a2b;
    border-radius: 6px;
    position: relative;
	margin:0;
}
.gallery_first h1{	
	color:#ccc;
	background:#262a2b;
	font-size: 20px;
    padding: 5px 12px;
    margin: 0 0 12px;
    border-bottom: 3px solid #33b2ef;
	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 {
	border-radius: 0 0 0 6px;
	max-width: 96%;
}
.gallery_first .left_cover img.filter {
	opacity:.1;
	-webkit-filter:blur(5px);
	filter:blur(5px)
}
.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:#33b2ef; */
}
.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 #33b2ef;
    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 #33b2ef;
    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 #33b2ef;
    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: 20px 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.filter {
	opacity:.1;
	-webkit-filter:blur(5px);
	filter:blur(5px)
}
.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.filter {
	opacity:.1;
	-webkit-filter:blur(20px);
	filter:blur(20px)
}
.gallery_view a:hover {
	color:#fff;
}
.gallery_view .alert a {
	color:#8a6d3b;
	text-decoration:none;
	transition: color .3s,background-color .3s;
}
.gallery_view .alert a:hover {
	color:#33b2ef;
}
.gallery_view h1 {
	text-align: center;
    font-size: 20px;
    line-height: 1;
    border-bottom: 3px solid #33b2ef;
    padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
	margin-top:0;
}
.gallery_view img{
	width:100%
}
.gallery_view .pre_img{
	position:relative;
	clear:both;
	margin:0 auto
}
.gallery_view .pre_img .filter_text {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100% !important;
    width: 100%;
	z-index:1;
}
.gallery_view .pre_img .filter_text a {
	color:#858585;
	font-size: 24px;
}
.gallery_view .pre_img .filter_text a:hover {
	color:#fff;
}
.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;
}
.pnrg {
	min-height:680px;
}
.panel-footer {
	background: #101011;
    border-radius: 0;
	border:none;
    padding: 25px 0;
    text-align: center;
	border-radius:0 0 6px 6px;
}
.panel-register{
	max-width:600px;
	background:#262a2b;
	border-radius:20px;
	margin:50px auto 0 auto;
	color:#9d9d9d;
	border: none;
	box-shadow: 0px 0 10px 2px rgb(0 0 0 / 10%);
	border-radius:6px;
}
.panel-register h1{
	padding: 22px;
    background: #101011;
    color: #fff;
    border-radius: 0;
	margin:0;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
	border-radius:6px 6px 0 0;
}
.panel-register h2{
	padding: 22px;
    background: #101011;
    color: #fff;
    border-radius: 0;
	margin:0;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
	border-radius:6px 6px 0 0;
}
.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:#33b2ef;
}
.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:#0050e2;
}
.panel-login a:hover,.panel-register a:hover{
	color:#33b2ef;
}
.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: 4px 0 0 0;
	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: #33b2ef;
    padding: 7px 12px;
    border-radius: 5px;
    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 #33b2ef;
	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;
}

.overlay_loader {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(27 28 30 / 80%);
    visibility: hidden;
}
.spanner_loader {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}
.loader_icon,
.loader_icon:before,
.loader_icon:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader_icon {
	color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader_icon:before,
.loader_icon:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader_icon:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader_icon:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
	  box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
	  box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
	  box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
	  box-shadow: 0 2.5em 0 0;
	}
}
.show_loader {
	visibility: visible;
}
.spanner_loader , .overlay_loader {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index:10;
}
.spanner_loader.show_loader, .overlay_loader.show_loader {
	opacity: 1;
}
.loader_text {
	margin-top: 45px;
}

.favo_text {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #33b2ef;
    padding: 16px 5px 16px 5px;
    margin-bottom: 16px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}
.top_favs {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
}
.top_favs .sq_filter {
	display: flex;
    margin: 20px auto 5px auto;
    width: 320px;
    position: relative;
    justify-content: flex-end;
}
.top_favs .sq_fav_input {
	width: 100%;
    padding: 8px 60px 8px 8px;
    color: #000;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    position: absolute;
}
.top_favs .sqfav_btn {
	font-size: 17px;
    background: none;
    position: relative;
    color: #33b2ef;
    border: none;
    line-height: 33px;
}
.top_favs .reset_sqfav {
	font-size: 17px;
    background: none;
    position: relative;
    color: #33b2ef;
    border: none;
    line-height: 33px;
}
.top_favs .sqfav.active.focus, .top_favs .sqfav.active:focus, .top_favs .sqfav.focus, .top_favs .sqfav:active.focus, .top_favs .sqfav:active:focus, .top_favs .sqfav:focus {
	box-shadow:none;
	outline:none;
}
.rbf {
	margin:15px auto 15px auto;
	display:flex;
}
.rbf button:last-child {
	margin-left:10px;
}	
.rbf button:focus {
	outline:none;
}
#results .pagination a {
	cursor:pointer;
}

.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 #33b2ef;
    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_user_artist .btn {
	text-transform:none;
}
.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:#33b2ef
}
#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;
	margin-top: 20px;
}
.nav_pagination a{
	font-size:17px;
	text-decoration:none;
	color:#e7cc26;
	cursor:pointer
}
.nav_pagination a:hover{
	color:#fff
}
.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 #33b2ef
}
.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_r {
	height:37px;
}
.reader_buttons .ftext {
	margin-left:10px;
}
.reader_buttons .nav_first_r svg {
	float:left;
	margin:0;
}
.reader_buttons .nav_prev svg {
	float:left;
	margin:0 10px 0 0;
}
.reader_buttons .btn {
	width:260px;
	max-width:260px;
	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;
    font-size: 14px;
	margin:0 10px 0 0;
}
.reader_buttons .btn_colored {
    background-color: #33b2ef;
    border-color: #33b2ef;
    min-width: 150px;
    text-align: right;
    font-size: 14px;
}
.nav_pagination .nav_first_r,.nav_pagination .nav_last{
	width: 100px;
    max-width: 100px;
}
.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: #1b80b1;
    border-color: #d6225d;
}
#progressbar {
    width: 124px;
    max-width: 124px;
    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: 34px;
    vertical-align: top;
    margin: 0 5px 5px 5px;
    position: relative;
}
#progressbar .ui-progressbar-value{
	background-color: #1b80b1;
    border-color: #1b80b1;
	border-radius: 0;
    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;
    display: flex;
    justify-content: flex-end;
}
.tags_section{
	margin-left:0;
	margin-right:0
}
.tags_section h1{
	text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 3px solid #33b2ef;
    padding: 10px 5px 16px 5px;
	margin-top:0;
    margin-bottom: 16px;
}
.tags_section .btn_az{
	width: 3.35805%;
    margin: 3px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #262a2b;
    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:first-child{
	margin-left:0;
}
.tags_section .btn_az:last-of-type {
  margin-right:0;
}
.tags_section .btn_az.active {
	background-color: #212425;
    border-color: #212425;
	color:#fff;
}
.tags_section .btn_az:hover{
	background:#212425;
	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:#212425;
	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: 3px;
}
.tags_sorting {
	margin-bottom: 10px;
	
}
.tags_sorting.tag_page {
	margin-top:20px;
	margin-bottom:20px;
	margin-left: -10px;
    margin-right: -10px;
}
.tags_sorting svg, .tags_sorting i {
	width: 16px;
    float: left;
    position: relative;
    top: 2px;
}
.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: #262a2b;
    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: #1b80b1;
    border-color: #131313;
}
.tags_sorting .btn_dark:hover {
    color: #fff;
    background-color: #212425;
    border-color: #b3b3b3;
}

.preloader {
	text-indent:-9999px;
	background: url("../images/loader.gif") center center no-repeat #262a2b;
}


.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;
  }
}

/* AFTER CODING */
.achHolder .achievementsUl li {
	width:100% !important;
}
.ns_dtop { 
	display:block;
}
.ns_mob {
	display:none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background:none;
}
.navbar .active_nav{
	background:#383838 !important;
	border-color:#383838 !important;
}
.coin_icon {
	color: #ffc300;
}
.nav_bell {
	padding-top: 15px;
    padding-bottom: 15px;
	cursor:pointer;
	position:relative;
	margin: 0 10px 0 0;
}
.nav_bell:hover {
	color:#fff;
}
.nav_bell_mob {
	display:none !important;
}
bell {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
bell .notification {
  position: relative;
  width: 18px;
  height: 18px;
}
bell .notification svg {
  width: 18px;
  height: 18px;
}
bell .notification svg > path {
  fill: #dcdcdc;
}
bell .notification svg:hover > path {
	fill: #fff;
}
bell .notification--bell {
  animation: bell 2.2s linear;
  transform-origin: 50% 0%;
}
bell .notification--bellClapper {
  animation: bellClapper 2.2s 0.1s linear;
}
bell .notification--num {
  position: absolute;
  top: 0%;
  left: 60%;
  font-size: 8px;
  border-radius: 50%;
  width: 12px;
	height: 12px;
  background-color: #337ab7;
  color: #FFFFFF;
  text-align: center;
  line-height: 12px;
  
}

@keyframes bell {
  0%, 25%, 75%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(2deg);
  }
  45% {
    transform: rotate(-2deg);
  }
  55% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(-1deg);
  }
}
@keyframes bellClapper {
  0%, 25%, 75%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-0.15em);
  }
  45% {
    transform: translateX(0.15em);
  }
  55% {
    transform: translateX(-0.1em);
  }
  60% {
    transform: translateX(0.1em);
  }
}
@keyframes notification {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  30%, 70% {
    opacity: 0;
  }
}
.user_notify {
	background: #202020;
    position: fixed;
    top: 45px;
    right: 185px;
    z-index: 1035;
    width: 320px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    border-radius: 5px;
    border: none;
    opacity: 1;
    visibility: visible;
	display:none;
    /* overflow-y: scroll; */
}
/*
.user_notify::before {
	content: "";
    border: 10px solid transparent;
    border-left-color: #202020;
    border-top-color: #202020;
    position: absolute;
    border-radius: 3px;
    top: -9px;
    right: 21px;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1002;
}
*/
.user_notify .notify_header .notify_text {
	margin: 10px 10px 5px 10px;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #dddddd;
	cursor:default;
}
.user_notify .notify_header .notify_text .label {
	border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important;
	float:right;
}
.user_notify .notify_header .notify_text .label-new {
	background: -webkit-gradient(linear, left top, right top, from(#2f8b4b), to(#094a05));
    background: linear-gradient(to right, #2f8b4b, #094a05);
}
.user_notify .notify_header .separator {
	border-bottom:1px solid #343434;
	display:block;
	width:100%;
	margin-bottom:0;
}

.user_notify .notify_body {
	overflow-x: hidden;
    max-height: 240px;
    margin-top: 10px;
    position: relative;
    min-height: 240px;
}

.user_notify .notify_body .notify_loading {
	position: fixed;
    width: 315px;
    background: rgb(32 32 32 / 85%);
    text-align: center;
}
.user_notify .notify_body .notify_loading .text {
	height: 240px;
    display: block;
    line-height: 240px;
    cursor: default;
    color: #337ab7;
    font-weight: bold;
}
.user_notify .notify_body .notify_nonew {
	display:none;
	position: fixed;
    width: 315px;
    background: rgb(32 32 32 / 100%);
    text-align: center;
}
.user_notify .notify_body .notify_nonew .text {
	height: 240px;
    display: block;
    line-height: 240px;
    cursor: default;
    color: #337ab7;
    font-weight: bold;
}

.user_notify .notify_body ul {
	margin:10px 0;
	padding:0;
}
.user_notify .notify_body::-webkit-scrollbar {
  width: 5px;
}
.user_notify .notify_body::-webkit-scrollbar-track {
  background: #101010; 
}
.user_notify .notify_body::-webkit-scrollbar-thumb {
  background: #dddddd; 
}
.user_notify .notify_body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.user_notify .notify_body ul li {
	list-style-type: none;
    padding: 0 0 10px 0;
    margin: 0 10px 10px 10px;
    display: block;
    border-bottom: 1px solid #343434;
	cursor:pointer;
}
.user_notify .notify_body ul li:last-child {
	border-bottom:none;
	padding:0;
}
.user_notify .notify_body ul .unread {
	font-weight:bold;
}
.user_notify .notify_body ul li .notify_left {
	float:left;
	margin-right:10px;
	width:40px;
}

.user_notify .notify_body ul li .notify_left img {
	width: 40px;
}

.user_notify .notify_body ul li .notify_right {
	float: left;
    width: 245px;
}
.user_notify .notify_body ul li .notify_right .notify_title {
	color:#337ab7;
}
.user_notify .notify_body ul li .notify_right .notify_artist {
    font-size: 14px;
    color: #A89E8F;
    cursor: default;
	display:block;
	font-weight:bold;
}
.user_notify .notify_body ul li .notify_right .notify_added {
    font-size: 14px;
    color: #A89E8F;
    cursor: default;
	display:block;
}
.user_notify .notify_body ul li a {
	font-size: 13px;
    text-decoration: none;
    color: #337ab7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.user_notify .notify_body ul li a:hover {
	color:#fff;
	display: block;
	overflow: visible;
}
.user_notify .notify_footer {
	margin-top:10px;
}
.user_notify .notify_footer .separator {
	border-bottom:1px solid #343434;
	display:block;
	width:100%;
	margin-bottom:0;
}
.user_notify .notify_footer button {
	display:block;
	background: #337ab7;
    border: 1px solid #337ab7;
	width:100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    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;
}

.user_notify .notify_body ul li .c_notify {
	padding:0;
}
.user_notify .notify_body ul li .gold {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .rainbow {
	background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .dusty_grass {
	background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .sand_to_blue {
	background-image: linear-gradient(to right, #DECBA4, #3E5151);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .kye_meh {
	background-image: linear-gradient(to right, #8360c3, #2ebf91);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .amin {
	background-image: linear-gradient(to right, #8e2de2, #4a00e0);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .relaxing_red {
	background-image: linear-gradient(to right, #fffbd5, #b20a2c);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .megatron {
	background-image: linear-gradient(to right, #c6ffdd, #fbd786, #f7797d);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .premium_dark {
	background-image: linear-gradient(to right, #434343 0%, black 100%);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .the_strain {
	background-image: linear-gradient(to right, #870000, #190a05);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .royal {
	background-image: linear-gradient(to right, #141e30, #243b55);
	border-radius: 5px;
	padding: 10px;
}
.user_notify .notify_body ul li .c_notify .notify_title {
	color:#000;
}
.user_notify .notify_body ul li .c_notify .notify_title h1, .user_notify .notify_body ul li .c_notify .notify_title h2, .user_notify .notify_body ul li .c_notify .notify_title h3, .user_notify .notify_body ul li .c_notify .notify_title h4, .user_notify .notify_body ul li .c_notify .notify_title h5, .user_notify .notify_body ul li .c_notify .notify_title h6 {
	margin:0;
	padding:0;
}
.user_notify .notify_body ul li .c_notify .notify_details {
    font-size: 14px;
    color: #A89E8F;
    cursor: default;
	display:block;
	margin-top: 5px;
	font-weight:bold;
}
.profile_user_artist {
	
}
.profile_user_artist .btn {
	border: 1px solid #312e2e;
    font-weight: 600;
    border-radius: 5px;
    background: #312e2e;
    padding: 4px 0 4px 7px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
	color: #33b2ef;
	margin:0 5px 5px 0;
}
.profile_user_artist .btn:hover,.profile_user_artist .btn:active,.profile_user_artist .btn:focus, .profile_user_artist .btn:active:focus {
	background: #292828;
    color: #fff;
	outline:none;
	border: 1px solid #312e2e;
}
.profile_user_artist .rm_ua {
	font-family: Arial;
    font-weight: 300;
    background: #c30000;
    padding: 7px 7px;
    color: #fff;
    right: 0;
    border-radius: 0;
    line-height: 12px;
    margin-left: 10px;
}
.profile_user_artist .rm_ua:hover {
	background:#fb0202;
}
.he_achievement {
	z-index: 5;
    display: block;
    position: relative;
    width: 102px;
    height: 77px;
    margin: 24px auto 25px auto;
}
.he_achievement.inactive {
	background-image: url(../images/inactive_badge.png);
}
.he_achievement.active {
	background-image: url(../images/active_badge.png);
}
.no_drop_right {
	display:block!important;
}
.btn_drop_right {
	display:none!important;
}
.drop_right {
	display:none;
	background:#202020;
	padding:10px;
	position:absolute;
	z-index:9;
	top: 50px;
    right: 0;
	width:150px;
}
.drop_right ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.drop_right a {
	padding:5px;
	display:block;
	color:#9d9d9d;
	text-decoration:none;
}
.drop_right a:hover {
	color:#fff;
}
.full_nav {
	display:block!important;
}
.hide_nav {
	display:none!important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    padding-top: 350px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: none;
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal textarea {
	padding: 5px 30px 5px 5px;
}
.modal .textarea-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.modal .info-icon {
    position: absolute;
    bottom: 14px;
    right: 14px;
    color: #1b80b1;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
#report_modal .info-icon:hover {
    color: #24a9e9;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-50px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-50px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #337ab7;
    color: white;
}

.modal-header h2 {
	font-size: 16px;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0px;
}

.modal-body {
	color:#000;
	background:#d5d5d5;
}
.modal-header .close {
	margin-top: 2px;
	opacity:1;
}

.stealth {
	position:fixed;
	bottom:0;
	right:0;
	z-index:5;
}
.stealth_btn {
	background:0 0;
	margin:0 30px 15px 0;
	border:none;
	border-radius:70px;
	color:#337ab7;
	display:inline-block;
	font-size:70px;
	line-height:70px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
	outline:0;
	font-weight:400;
	transition:transform .2s
}
.act_st{
	color:#08ff32
}
.stealth_btn:hover > .fa-user-secret {
	transition:transform .2s;
	color:#fff;
	transform:scale(1.1)
}
.buy_coins {
	float: right;
}
.buy_coins .buy_coins_btn {
    margin: 0;
    position: relative;
    top: 23px;
	width: 135px;
}
.buy_coins .buy_coins_btn:active, .buy_coins .buy_coins_btn:active:focus {
    outline: 0;
}
.subsart_text {
	margin: 0 0 20px!important;
    padding: 0 10px 10px !important;
}
.subscribe_btn {
    background: #1b80b1;
    border: 1px solid #1b80b1;
    margin-bottom: 21px;
    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;
}
.subscribe_btn:hover,.subscribe_btn:focus,.subscribe_btn:active, .subscribe_btn:active:focus, .subscribe_btn:focus:active {
    color: #fff;
    background-color: #212425;
    border-color: #262a2b;
	outline:none;
}