/*
Theme Name: Hentaidude.pro Theme
Theme URI: 
Version: 1.9
Author: Hentaidude Admin
Author URI: https://hentaidude.pro
License: 
License URI: 
More information: https://hentaidude.pro
*/
h2 {
    font-size: 1.2rem!important;
    font-weight: 700!important;
    color: #fff!important;
}
.mobile-search {
    width: 90%;
    position: absolute;
    top: -60px;
    z-index: 20;
    overflow: hidden;
    background: #1b1b1b;
    transition: .5s cubic-bezier(.4,0,.2,1);
}
.mobile-search .widget_search {
    height: 60px;
    padding: 30px;
    text-align:center;
}
.mobile-search form { text-align: center; }
.mobile-search .widget_search input[type=text], .spec-search .widget_search input[type=text] {
    background: #363636;
    width: 60%;
    height: 26px;
    box-sizing: border-box;
    border: 0;
    border-right: none;
    padding: 0 0 0 2px;
    margin: 0;
    float: left;
    color: #969696;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
}
.mobile-search .widget_search input[type=submit], .spec-search .widget_search input[type=submit] {
    background: #fca800;
    outline: 0!important;
    width: 61px;
    height: 26px;
    border: none;
    padding: 0;
    margin: 0;
    background-position: center -233px;
    background-repeat: no-repeat;
    float: left;    
}
.mobile-search .widget_search input[type=submit]:hover, .spec-search .widget_search input[type=submit]:hover, .spec-search .widget_search input[type=submit]:focus,
.spec-search .widget_search input[type=submit]:active,
.mobile-search .widget_search input[type=submit]:focus,
.mobile-search .widget_search input[type=submit]:active { background: #f90; }
.mobile-search.in {
    display: block;
    top: 0;    
}
.mobile-text {
    padding: 15px 16px;
    font-size: 17px;
    margin-bottom: 0!important;
    font-weight: 500;
    color: #757575!important;
}
.mobile-icon {
    float: left;
    font-size: 21px;
    margin-top: -4px;
}
.sidebar-nav {
    position: fixed;
    left: -250px;
    top:0;
    transition: .2s cubic-bezier(.4,0,.2,1);
    background: #1b1b1b;
    width: 250px;
    height: 100%;
    z-index: 20;
    font-size: 14px;
    padding-top: 50px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.sidebar-menu { margin: 0; list-style: none; padding: 0; }
.sidebar-menu li { width: 100%; list-style-type: none; }
.sidebar-menu li a { font-size: 16px; font-weight: 500; color: #fff; display: block; padding: 15px 16px;}
.sidebar-nav.in { left: 0; }
.sidebar-nav .has-submenu ul { max-height:0; transition: max-height 1s linear; margin-left: 15px; overflow:hidden; }
.sidebar-nav .has-submenu.in ul { max-height: 1000px;}
.sidebar-toggle,.mobile-search-toggle { display: none; }
@media (max-width:984px) { .sidebar-toggle,.mobile-search-toggle { display: block; text-decoration:none}#nav_menu-3 {float: none !important;}
.sidebar-nav .widget-footer,.sidebar-nav aside {width: 100%; display: block; }
.sidebar-nav .widget-footer h4 { font-size: 14px; color: white; font-weight: 600; }
.sidebar-nav .widget-footer a { color: #fff!important; opacity:1; }
.sidebar-nav .widget-footer ul { width:100%; }
.sidebar-nav .widget-footer::after { content: ''; clear: both; height: 1px; }
.sidebar-nav.in {
    overflow: auto;
    }
.sidebar-nav.in::-webkit-scrollbar {
        width: 6px;
    }
    /* Track */
    .sidebar-nav.in::-webkit-scrollbar-track {
        background: #1b1b1b; 
    }
    /* Handle */
    .sidebar-nav.in::-webkit-scrollbar-thumb {
        background: #f3c669;
        height: 50px;
        border-radius: 4px;
    }
.mobile-shadow.in {
    z-index: 19;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s cubic-bezier(.4,0,.2,1);
    background: #00000063;
}
}
@media (min-width:984px) {
.mobile-search {
    display: none;
}
.mobile-search.in {
    display:none;
}
}
.vip-c {
    position: relative;
    margin: 6px auto 0 auto;
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}
.vip {
    display: inline-block;
    height: 40px;
    padding: 10px 0;
    border: 2px solid rgba(58,60,63,.7);
    text-align: center;
    position: relative;
    border-radius: 2px;
    background: #1a1a1a;
    transition: .3s cubic-bezier(.25,.8,.5,1) all;
}
.vip:hover {
    text-decoration: none;
}
.ads-fix {
    top: 61px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.comment-like:hover {
    text-decoration: none;
}
.comment-dislike:hover {
    color: #999!important;
    text-decoration: none;
}
.comment-dislike {
    color: #999!important;
}
.comment-like {
    color: #999!important;
}
.customize-support {
    background-color: black!important;
}
.image-wrapper {
     width: 100%;
     height: 100%;
     overflow: hidden;
     position: relative;
     text-align: center;
}
.image-overlay-content:hover {
	 cursor: pointer;
    z-index: 3;
    opacity: 1;
}
.image-overlay-content {
     z-index: 3;
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity .25s;
    transition-timing-function: initial;
}

body {
	padding: 0;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 14px;
}
#headerBox {
	width: 100%;
	float: left;
	min-height: 61px;
	background: rgba(255,255,255,1);
}
#header {
    background: #1b1b1b;
	max-width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
}
#logo {
    padding-right: 40px;
    padding-left: 24px;
	float: left;
	min-height: 70px;
}
#logo h1{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	font-size: 34px;
	vertical-align: bottom;
	line-height: 80px;
}
#logo h1 a{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgb(60,60,60);
}
#logo h1 a span{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#logo h1 a span.boxed{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 5px;
	text-shadow: -1px -1px 1px rgba(0,0,0, 0.3);
}
#logo h2{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	line-height: 80px;
}
#customlogo {
	margin-top: 5px;
}
nav#top-nav  {
	float: left;
	font-size: 16px;
}
nav.hide-nav {
	display: inline;
}
nav#top-nav  aside {
	float: left;
	margin-bottom: 10px;
}
 aside ul{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
nav#top-nav   aside ul.menu li{
	float: left;
	padding: 0;
}
nav#top-nav  aside ul.menu li a, nav#top-nav  aside.widget_categories h4{
	height: 40px;
	padding: 8px 20px 0 20px;
	box-sizing: border-box;
	text-decoration: none;
	float: left;
	margin: 0;
	font-weight: normal;
	margin: 0 2px 0 0;
	-webkit-transition:background-color 0.4s;
	transition:background-color 0.4s;
}
nav#top-nav  aside.widget_categories h4{
	padding: 8px 20px 0 30px;
	background-repeat: no-repeat;
	background-position: 10px -346px;
}
nav#top-nav  aside ul.menu li.current_page_item a, nav#top-nav  aside ul.menu li a:hover, nav#top-nav  aside.widget_categories h4:hover, nav#top-nav  aside.widget_categories:hover h4{
	color: rgb(255,255,255);
	cursor: pointer;
}
nav#top-nav  aside.widget_categories h4:hover, nav#top-nav  aside.widget_categories:hover h4{
	background-repeat: no-repeat;
	background-position: 10px 17px;
}
nav#top-nav  aside.widget_categories:hover ul li:last-child:nth-child(odd) a{
	width: 380px;
}
nav#top-nav  aside.widget_categories:hover ul li:only-child:last-child a{
	margin-left: 100px;
	width: 180px;
}
nav#top-nav  aside.widget_categories ul {
	display: none;
	position: absolute;
	z-index: 999;
	float: none;
	width: 400px;
}
nav#top-nav  aside.widget_categories:hover ul{
	display: block;
	position: absolute;
	float: none;
	z-index: 999;
	padding: 15px 0 0 0;
	margin: 40px 0 0 -140px;
	background-repeat: no-repeat;
	background-position: 194px -315px;
}
nav#top-nav  aside.widget_categories:hover ul li {
	float: left;
}
nav#top-nav  aside.widget_categories:hover ul li a{
	padding: 10px;
	width: 180px;
	height: auto;
	text-decoration: none;
	display: block;
	margin: 0;
	color: rgb(255,255,255);
}
nav#top-nav  aside.widget_categories:hover ul li a:hover{
	text-decoration: underline;
}
nav#top-nav  aside.widget_search {
	height: 26px;
	width: 465px;
	float: left;
	margin-top: 7px;
}
nav#top-nav  aside.widget_search input#s, #mobiles {
	width: 403px;
	height: 26px;
	box-sizing: border-box;
	border-top: 1px solid rgb(202,202,202);
	border-left: 1px solid rgb(202,202,202);
	border-bottom: 1px solid rgb(202,202,202);
	border-right: none;
	padding: 0;
	margin: 0;
	float: left;
	color: rgb(150,150,150);
	-webkit-transition:-webkit-box-shadow 0.3s;
	transition:box-shadow 0.3s;
}
#searchsubmit, #mobilesearchsubmit {
    outline: 0!important;
	width: 61px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 0;
	background-position: center -233px;
	background-repeat: no-repeat;
	float: left;
}
#searchsubmit:hover, #mobilesearchsubmit:hover {
	background-color: #ffa31a;
	cursor: pointer;
}
#searchsubmit:active, #mobilesearchsubmit:active {
	background-color: #f90;
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
.contentHead {
	width: 100%;
	margin: 0 auto;
	min-height: 25px;
	border-top: 0px solid rgb(234,0,55);
}
.contentHead div{
	padding: 0px 10px 0 10px;
	min-height: 26px;
	color: rgb(255,255,255);
	margin: 0;
	font-size: 16px;
	float: left;
	-webkit-box-shadow: inset 1px 9px 8px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 9px 8px -9px rgba(0,0,0,0.75);
	box-shadow: inset 1px 9px 8px -9px rgba(0,0,0,0.75);
}
.sortBy {
	padding: 3px 2px 0 5px;
	margin: 0 0 0 5px;
	float: left;
	height: 23px;
	color: rgb(255,255,255);
	opacity: 0.7;
}
.sortBy a{
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 0px 5px 0 5px;
	margin-right: 1px;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.sortBy a:hover, .sortBy a.sortByActive{
	background-color: rgba(255,255,255,0.25);
	text-decoration: none;
}
#content, .content {
	padding: 10px 0 0 0;
	float: none;
	max-width: 1100px;
	display: inline-block;
}
.videoPost{
	width: 192px;
	float: left;
	padding: 0px;
	margin: 10px;
	background: rgb(255,255,255);
}
.videoPost{
	padding: 5px;
	margin: 5px;
}
.videoPost img.thumb_small{
	width: 192px;
	height: 282px;
}
.videoPost img.playButton {
	position: absolute;
	margin-left: -90px;
}
.videoPost div.thumbDuration {
	position: absolute;
	margin: 2px 0 0 2px;
	padding: 2px;
	font-size: 12px;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	opacity: 0.5;
}
.videoPost a.videoLink {
    text-align: center;
	font-weight: 500;
	width: 100%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	height: 43px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 150%;
}
.videoPost a.heartLink, a.heartLink{
    color: #c4c4c4;
    text-decoration: none!important;
    float: right;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px 5px 0;
    opacity: .75;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.videoPost a.heartLink:hover, a.heartLink:hover{
	opacity: 1;
	color: #fff;
}
.videoPost a.liked:hover, a.liked:hover {
	opacity: 0.75;
	cursor: default;
}
.videoPost div.thumbViews, div.thumbViews {
    color: #c4c4c4;
    text-align: center;
    text-decoration: none;
    float: left;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    opacity: .75;
}
.videoPost h2 {
	font-size: 14px;
}
.videoPost div.nothumb {
	width: 192px;
	height: 222px;
	background: rgb(237,237,237);
	float: left;
	text-align: center;
	padding: 65px 0 0 0;
	color: #959595;
	font-size: 12px;
}
.xhlink {
	background-size: 192px 282px; display: block; width:192px;height:282px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#pagination {
	width: 100%;
	float: left;
	margin: 10px auto;
}
#pagination2 {
    float: right;
}
nav.pagination {
	margin: 0 auto;
    float: right;

}
nav.pagination ul{
	padding: 0;
	margin: 0;
}
nav.pagination ul li{
	list-style: none;
	float: left;
	padding: 0;
	margin:0;
}
nav.pagination ul li a.inactive, nav.pagination ul li a.start, nav.pagination ul li a.end{
	text-align:center;
	padding: 0px 10px 0 10px;
	margin-right: 2px;
	text-decoration: none;
	height: 40px;
	min-width: 20px;
	color: rgb(255,255,255);
	-webkit-transition:background 0.3s, padding 0.3s;
	transition:background 0.3s, padding 0.3s, margin 0.3s;
}
nav.pagination ul li span.current, nav.pagination ul li a.inactive:hover{
	text-align:center;
	padding: 3px 10px 3px 10px;
	margin-right: 2px;
	text-decoration: none;
	height: 40px;
	min-width: 20px;
	color: rgb(255,255,255);
}
nav.pagination ul li a.start{
	margin-left:5px;
	background-repeat: no-repeat;
	background-position: 6px -115px;
}
nav.pagination ul li a.start:hover{
	margin-left:0px;
	padding: 0px 10px 0 15px;
	background-position: 8px -115px;
}
nav.pagination ul li a.end{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: 7px -75px;
}
nav.pagination ul li a.end:hover{
	margin-right:0px;
	padding: 0px 15px 0 10px;
	background-position: 10px -75px;
}
#wrap {
}
#contentWrapper{
	width: 100%;
	float: left;
	background: none;
}
article.page {
	padding: 20px;
	margin: 10px auto 10px auto;
	max-width: 1060px;
	min-width: 320px;
	background-color: rgb(255,255,255);
}
article.post{
	margin: 10px auto 0 auto;
	width: 100%;
	min-width: 300px;
	padding: 0 10px;
	background-color: rgb(255,255,255);
}
.clear {
	clear: both;
}
.videoWrap{
    margin-bottom: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.videoBox {
	width: 100%;
	box-sizing: border-box;
	height: 510px;
}
.videoWrap h2{
	padding: 0;
}
.il728, .adHomePage{
	display: none;
}
#buttonUnderVideoLink{
	width: 100%;
	min-height: 90px;
	text-align: center;
	display: table;
	font-size: 32px;
	text-decoration: none;
	box-sizing: border-box;
	color: rgb(255,255,255);
}
#buttonUnderVideoLink span {
	display: table-cell;
	vertical-align: middle;
}
#videoPostContent{
	width: 100%;
	float: left;
}
#videoOverAd {
	display: none;
}
#videoPostContent p{
    color: #e5e5e5;
    text-shadow: 1px 1px black;
	font-size: 14px;
    font-weight: 500;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
.postMeta{
    float:left;
	box-sizing:border-box;
	padding: 10px;
	color: rgba(234,0,55, 0.75);
	text-decoration: none;
	font-size: 14px;
	width: 70%;
}
@media (max-width: 560px) {
    .postMeta{
    	width: 50%;
    }
    .meta-boxx {
    width: 100%!important;
}
}
@media (max-width: 460px) {
    .postMeta{
    	width: 40%;
    }
}
.postMeta div{
	float: left;
	margin: 0 0 0 10px;
}
.postMeta a{
	color: rgba(234,0,55, 0.75);
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
.postMeta a:hover{
	color: rgba(234,0,55, 1);
}
.videoSideAds{
	float: left;
	margin: 0;
	padding: 0px;
}
.videoIl300{
    position: relative;
	width: 300px;
	margin: 0 10px 10px 0;
	height: 250px;;
	float: left;
}
.videoSideAds div.videoIl300:last-child {
	min-height: 250px;
}
a#showCommentsLink{
	width: 150px;
	height: 25px;
	float: left;
	padding: 5px 20px 0 30px;
	text-decoration: none;
	float: left;
	margin: 0;
	font-weight: normal;
	-webkit-transition:background-color 0.4s;
	transition:background-color 0.4s;
	background-repeat: no-repeat;
	background-position: 10px -351px;
}
a#showCommentsLink:hover {
	color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}
#comments{
	display: none;
}
.comment-author a {
	color: #fff;
}
#commentlist{
	float: left;
	width: 100%;
}
#respond {
	/*float: left;*/
	width: 100%;
	box-sizing: border-box;
}
h3#reply-title {
    font-size: 20px;
}
#respond input#author, #respond input#email{
	width: 50%;
	margin: 5px;
	height: 30px;
	border: 1px solid rgb(202,202,202);
	-webkit-transition:-webkit-box-shadow 0.3s;
	transition:box-shadow 0.3s;
}
#respond input#author:focus, #respond input#email:focus,#respond textarea#commentTextarea:focus{
	border-color: rgb(150,150,150);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
}
#respond textarea#commentTextarea{
    color: #fff;
	position: relative;
    width: 80%;
    left: 14px;
	min-height: 64px;
	background-color: #1f1f1f;
	margin: 5px;
	border: 1px solid #1f1f1f;
	-webkit-transition:-webkit-box-shadow 0.3s;
	transition:box-shadow 0.3s;
}
@media (max-width: 770px) {
    .search-filters {
        flex-direction: column!important;
        top: 65px;
    }
}
@media (max-width: 450px) {
    #respond textarea#commentTextarea{
    width: 70%;   
}
}
@media (max-width: 330px) {
    #respond textarea#commentTextarea{
    width: 60%;   
}
}
ul#commentlist{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#commentlist li{
	float: left;
	width: 100%;
	list-style: none;
	margin: 5px 0 5px 0;
}
ul#commentlist li .comment-author{
	float: left;
	padding: 2px 10px 2px 10px;
	color: rgb(255,255,255);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
ul#commentlist li .commentmetadata{
	display: none;
}
ul#commentlist li p{
	width: 100%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 0 0 10px;
	padding: 20px;
}
#commentform{
	width: 100%;
}
#commentform input#submit{
    outline: 0!important;
	border: none;
	height: 30px;
	width: 30%;
	color: #000;
	font-weight: 500;
}
#commentform input#submit:hover{
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.3);
}
footer {
	width: 100%;
	float: left;
	margin: 0 0 -10px 0;
}
footer p{
	width: 100%;
	float: left;
	color: rgb(255,255,255);
}
footer p.copy{
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
footer p a{
	color: rgb(255,255,255);
}
#footerInside{
	border-top: 1px solid #292929;
	margin: 0 auto;	
}
#footerSidebar{
	width: 100%;
	float: left;
	margin: 40px 0 10px 0;
	color: rgb(255,255,255);
}
#footerSidebar aside {
	width: 25%;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
	float: left;
	margin: 0 auto;
}
#footerSidebar aside h4 {
    color: gray!important;
    font-size: 16px!important;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
#footerSidebar aside ul{
	width: 100%;
    margin: 0 0 16px 10px;
}
.menu-item a {
    /*color: #c5c5c5!important;*/
    text-decoration: none;
}
.menu-item a:hover {
    text-decoration: none;
    color: #fff!important;
}
#footerSidebar aside ul li{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerSidebar aside ul li a{
    color:#b9b9b9!important;
}
#footerSidebar aside ul li a,
#footerSidebar aside.widget_recent_comments ul.recentcomments li.recentcomments a{
	width: 100%;
	float: left;
	list-style: none;
	padding: 5px 5px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f90;
	margin-bottom: 1px;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
#footerSidebar aside div.textwidget{
	padding: 0 10px 0 10px;
}
#footerSidebar aside.widget_search input#searchsubmit {
	width: 20%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	background-position: center -231px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#footerSidebar aside.widget_search input#searchsubmit:hover {
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 1px rgba(255,255,255,0.3);
}
#footerSidebar aside.widget_search input#s {
	width: 80%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	box-sizing: border-box;
}
#footerSidebar aside.widget_recent_comments a.url{
	background: none;
	width: auto;
	float: none;
}
#footerSidebar aside.widget_recent_comments a.url:hover{
	color: rgb(255,255,255);
}
#footerAds {
	max-width: 1100px;
	margin: 0 auto;
}
#footerAds div.ad300{
	border-radius: 2px;
    background: #1d1d1d;
    width: 320px;
    padding: 10px;
    height: 270px;
    float: left;
    margin: 10px 10px 0 0;
}
#rtaLogo {
	border: none;
	text-decoration: none;
	margin: 0 10px 10px 0;
}
.rta {
    padding-top: 10px;
    text-align: center;
}
@media (min-width: 320px) {
#footerAds {
	width: 310px;
	margin: 0 auto;
}
}
@media (min-width: 620px) {
#footerAds {
	width: 620px;
	margin: 0 auto;
}
}
@media (min-width: 930px) {
#footerAds {
	width: 990px;
	margin: 0 auto;
}
}
@media (max-width: 550px) {
.navigation li a {
    padding: 7.5px 15px 7.5px 15px!important;
    font-size: 16px!important;
    margin: 3px!important;
}
.image-overlay-content:hover {
     background-size: 32px 32px;
}

.videoPost a.heartLink, a.heartLink{
    font-size: 10px;
    }
.videoPost div.thumbViews, div.thumbViews{
    font-size: 10px;
    }
}
@media (max-width: 985px) {
    #logo {
		min-height: 50px;
	}
}
@media (max-width: 880px) {
#footerSidebar aside {
	width: 100%;
}
.undervideo-menu-li{
    margin: 8px 5px 0 0!important;    
    }
.videoPost a.heartLink, a.heartLink{
    font-size: 13px;
    }
.videoPost div.thumbViews, div.thumbViews{
    font-size: 13px;
    }
	
	#logo h1{
		margin: 0 0 -10px 10px;
		line-height: 40px;
	}
	#logo h2{
		margin: 0 0 0px 10px;
		line-height: 40px;
	}
	#videoOverAd {
		display: none;
		z-index: 999;
	}
}
@media (max-width: 984px) {
    .fa-bars {
    display: block;
    }
    .mobile-nav-close .fa-bars {
    display: none;
    }
    .mobile-nav-close .fa-times {
    font-size: 30px;
    }
    .fa-times {
    font-size: 0;
    position: absolute;
    }
    #content, .content {
        clear: both;
        padding: 0px;
    }
    div.custom-menu-class li {
        display: block!important;
    }
	nav#top-nav  aside{
		float: none;
		width: 100%;
	}
	nav#top-nav  aside ul.menu{
		float: none;
		width: 100%;
	}
	nav#top-nav  aside ul.menu li{
		float: none;
		width: 100%;
	}
	nav#top-nav  aside ul.menu li a, nav#top-nav  aside.widget_categories h4{
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid rgb(255,255,255);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	nav#top-nav  aside.widget_categories ul {
		display: none;
		position: inherit;
		float: left;
		width: 100%;
	}
	nav#top-nav  aside.widget_categories:hover ul {
		display: none;
		position: inherit;
		float: left;
		width: 100%;
	}
	nav#top-nav  aside.widget_categories.hover ul{
		display: inherit;
		position: inherit;
		float: left;
		z-index: 999;
		padding: 0;
		margin: 0;
		background-image: none;
		background-repeat: no-repeat;
	}
	nav#top-nav  aside.widget_categories ul{
		float: left;
		width: 100%;
		position: relative;
	}
	nav#top-nav  aside.widget_categories ul li {
		float: none;
		width: 100%;
	}
	nav#top-nav  aside.widget_categories ul li a{
		display: none;
		height: 40px;
		width: 100%;
		padding: 8px 20px 0 20px;
		box-sizing: border-box;
		text-decoration: none;
		float: left;
		margin: 0;
		font-weight: normal;
		margin: 0 2px 0 0;
		-webkit-transition:background-color 0.4s;
		transition:background-color 0.4s;
	}
	nav#top-nav  aside.widget_categories.hover ul li a{
		text-decoration: none;
		display: inherit;
		height: 40px;
		width: 100%;
		box-sizing: border-box;
		padding: 8px 20px 0 20px;
		text-decoration: none;
		float: left;
		margin: 0;
		font-weight: normal;
		margin: 0 2px 0 0;
		background: inherit;
		-webkit-transition:background-color 0.4s;
		transition:background-color 0.4s;
		border-top: 1px solid rgb(255,255,255);
	}
	nav#top-nav  aside.widget_categories.hover ul li a:hover{
		text-decoration: none;
		color: rgb(255,255,255);
		cursor: pointer;
	}
	nav#top-nav  aside.widget_categories:hover ul li:last-child:nth-child(odd) a{
		width: 100%;
	}
	nav#top-nav  aside.widget_categories.hover ul li:only-child a, nav#top-nav  aside.widget_categories:hover ul li:only-child a{
		margin-left: 0px;
	}
	nav#top-nav  aside.widget_search input#s, #mobiles {
		width: 70%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#searchsubmit, #mobilesearchsubmit {
		background-position: center -233px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	form#searchform, #mobilesearchform {
	    margin-top: -10px;   
	}
    #mobile-nav {
    background-color: #1b1b1b!important;
    color: #757575;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    height: 50px;
    width: 40px;
    font-size: 30px;
    padding-left: 8px;
    padding-top: 15px;
    }
	.mobile-nav-open {
		background-position: 7px -383px;
	}
	.mobile-nav-close {
		background-position: 7px -417px;
	}
}
@media (min-width: 220px) {
.centered {
	margin: 0 auto;
}

.videoBox {
	height: 250px;
}
}
@media (max-width: 439px) {
.undervideo-menu-li{
    margin: 0 5px 0 0;    
    }
.image-overlay-content:hover {
     background-size: 32px 32px;
}
.videoPost a.heartLink, a.heartLink{
    font-size: 13px;
    }
.videoPost div.thumbViews, div.thumbViews{
    font-size: 13px;
    }
.videoPost {
	width: 130px;
	box-sizing: border-box;
	overflow: hidden;
}
.videoPost img.thumb_small{
	width: 120px;
	height: auto;
}
}
@media (max-width: 472px) {
.sortBy a {
    font-size: 14px;
}
}
@media (min-width: 320px) {
.videoBox {
	height: 300px;
}
}
@media (min-width: 440px) {
.centered {
	max-width: 440px;
	margin: 0 auto;
}
.videoBox {
	height: 400px;
}
}
@media (min-width: 1500px){
.col-md-2 {
    max-width:300px!important;
    }
.col-md-10 {
    max-width:1080px!important;
}
}
@media (max-width: 1499px){
.col-md-10 {
    max-width:77%!important;
}
}
@media (max-width: 1400px){
.col-md-10 {
    max-width:79%!important;
}
}
@media (max-width: 1360px){
.col-md-10 {
    max-width:77%!important;
}
}
@media (max-width: 1214px){
.col-md-2 {
    max-width:22%!important;
    }
.col-md-10 {
    max-width:64%!important;
}
}
@media (max-width: 1024px) {
.col-md-2 {
    max-width:28%!important;
    }
.col-md-10 {
    max-width:100%!important;
    flex: 0 0 100%!important;
}
}
@media (max-width: 767px) {
.col-md-2 {
    max-width:0%!important;
    }
.col-md-10 {
    max-width:100%!important;
}
}
@media (max-width: 500px) {
    .videoPost img.thumb_small{
	width: 100%;
	height: auto;
}
.videoPost {
	width: 44%;
	padding: 0 2px;
    margin: 10px 2px;
	box-sizing:inherit;
	overflow: inherit;
}
}
@media (max-width: 379px) {
    .videoPost img.thumb_small{
	width: 100%;
	height: auto;
}
.videoPost {
	width: 44%;
	box-sizing:inherit;
	overflow: inherit;
}
}
@media (max-width: 339px) {
    .videoPost img.thumb_small{
	width: 100%;
	height: auto;
}
.videoPost {
	width: 44%;
	box-sizing:inherit;
	overflow: inherit;
}
.trending1 span {
    font-size: 15px;
}
.videoPost {
    padding: 0;
}
}
@media (max-width: 279px) {
    .videoPost img.thumb_small{
	width: 192px;
	height: auto;
}
.videoPost {
	width: 192px;
	box-sizing:inherit;
	overflow: inherit;
}
}
@media (max-width: 214px) {
    .videoPost img.thumb_small{
	width: 95%;
	height: auto;
}
.videoPost {
	width: 95%;
	box-sizing:inherit;
	overflow: inherit;
}
}
@media (min-width: 660px) {
.centered {
	max-width: 660px;
	min-width: 320px;
	margin: 0 auto;
}
.videoBox {
	height: 510px;
}
}
@media (min-width: 730px) {
.il728{
	display: none;
	margin: 5px auto 0 auto;
	display: inherit;
	width: 728px;
	min-height: 90px;
}
}
@media (min-width: 880px) {
.centered {
	max-width: 880px;
	min-width: 320px;
	margin: 0 auto;
}
.videoBox {
	height: 510px;
}
}
@media (min-width: 985px) {
#mobile-nav {
	display: none;
}
}
@media (min-width: 1005px) {
nav#top-nav  {
	display: inline;
	float: left;
}
article.post {
    width: 991px;
}
.videoSideAds {
    width:300px;
    margin: 0 0 0 10px;
}
.videoWrap {
    width:658px;
}
.il728 {
    width: 656px;
}
}
.videoSideAds div:first-child{
	margin: 0 0 5px 0;
}
.videoSideAds div:last-child{
	margin: 0 10px 10px 0;
}
@media (min-width: 654px) {
    #videoOverAd {
    display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 26%;
    left: 71%;
	z-index: 999;
    }
    .videoOverAdSmall {
    margin-left: -315px;    
    }
    #videoOverAd .close {
    float: right;
    padding-right: 5px;
    color: #717171;
    font-size: 22px;
    }
}
@media (min-width: 768px) {
    #videoOverAd {
    display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 32%;
    left: 71%;
	z-index: 999;
    }
}
@media (min-width: 800px) {
    #videoOverAd {
    display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 31%;
    left: 71%;
	z-index: 999;
    }
}
@media (min-width: 881px) {
    #videoOverAd {
    display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 38%;
    left: 67%;
	z-index: 999;
    }
}
@media (min-width: 985px) {
    #videoOverAd {
    display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 240px;
    left: 67%;
	z-index: 999;
    }
}
@media (min-width: 1004px) {
    #videoOverAd {
    display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 14%;
	left: 50%;
	z-index: 999;
    }
}
@media (min-width: 1200px) {
    #videoOverAd {
	display: inherit;
	height: 270px;
	padding: 10px;
	background: rgb(255,255,255);
	position: absolute;
	top: 23%;
	left: 50%;
	z-index: 999;
}
}
@media (min-width: 1900px) {
    #videoOverAd {
	top: 250px;
}
}
@media (min-width: 1100px) {
article.post {
    width: 100%;
}
.contentHead {
    max-width:1100px!important;
}
.centered {
	max-width: 100%;
	min-width: 320px;
	margin: 0 auto;
}
.videoSideAds{
	width: 300px;
	padding: 0;
	margin: 0 0 0 10px;
}
.videoBox {
	width: 770px;
	height: 510px;
}
.videoOverAdSmall {
	width: 300px;
	margin-left: -315px;
}
.videoOverAdBig {
	width: 610px;
	margin-left: -475px;
}
#videoOverAd .close{
    padding-right: 5px;
    float: right;
    color: #717171;
    font-size: 22px;
}
#videoOverAd .videoOverAd300, #videoOverAd .videoOverAd300snd {
	float: left;
	width: 300px;
	height: 250px;
	margin-right: 10px;
}
#videoOverAd .videoOverAd300snd {
	margin-right: 0;
}
.adHomePage {
	display: inherit;
	float: right;
	width: 210px;
	min-height: 684px;
	box-sizing:border-box;
	padding: 5px 10px 10px 10px;
	text-align: center;
}
.il728 {
    width: 656px;
}
}
.plugrushAboveVideo{
	overflow: hidden;
	margin-bottom: -10px;
}
.plugrushAboveVideo .pr-widget{
	float: none;
}
.plugrush {
	overflow: hidden;
	float: left;
}
.pr-widget {
	float: left;
}
.video-js {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}
.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
nav#top-nav  aside.widget_search input#s:focus, #mobiles:focus {
    padding: 2px;
    outline: -webkit-focus-ring-color auto 0px!important;
    border-color: #565656; 
}
.navigation {
    clear:both;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    color: white;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.disabled {
    background-color: #1f1f1f;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 20px 12px;
    display: inline-block;
    font-size: 20px;
    margin: 4px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3f3f3f;
    color: white!important;
}
.navigation li.active a {
    background-color: #f90;
}
/*.styled-button {
    color: #f90!important;
    box-shadow: inset 0px 0 0px 1px;
    background-color: black!important;
}
.styled-button:hover {
    color: #f90;
    background-color: #3f3f3f!important;    
}*/
.title-container {
    padding: 10px;
    border-top: 1px solid #313131;
    background: #1b1b1b;
}
.videoCategory a {
    color: #f90;
}
.videoCategory a:hover {
    text-decoration: none;
    color: #f90;
}





.undervideo-menu-la {
  float:left;
  width:100%;
  display:block;
  background-color:#1b1b1b;
  padding: 6px 0;
}
.undervideo-menu-li {
  color:#848484;
  cursor:pointer;
  float:left;
  height:30px;
  margin: 10px 20px 0 20px;
}
.undervideo-menu-li:hover {
  border-bottom:2px solid #f90;
  color:#fff;
}
.menu-wrap-content {
  float:left;
  width:100%;
  display:none;
}
.menu-wrap-container {
  height: 160px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#aboutid {
  display:block;
}
.main-menu-content {
  color: #fff;
  display:block;
  background-color: #101010;
  height:100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.undervideo-menu-li.active {
  border-bottom:2px solid #f90;
  color:#fff;
}
.newone {
    width: 40%;
    padding: 10px 20px 10px;
    float: left;
}
.videoCategory a {
    text-decoration: none;
    color: #f90!important;
}


/* Disable WhatsApp button on Desktop - Tutorial link: //crunchify.me/1VIxAsz */
@media screen and (min-width: 880px) {
    .crunchify-whatsapp {
	display: none !important;
    }
}
 
.crunchify-link {
    transition: all .15s ease-in-out;
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 24px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
    text-decoration: none!important;
}

.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
    text-decoration: none!important;
}
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
    text-decoration: none!important;
} 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
    text-decoration: none!important;
}
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
    text-decoration: none!important;
}
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
    text-decoration: none!important;
}
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    background: #25d366cf;
    text-decoration: none!important;
}
 
.crunchify-social {
    text-align: center;
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
button:focus {
    outline:none!important;
}
.postMeta span {
    color: #c4c4c4;
}
.videoCategory span {
    color: #c4c4c4;
}
.sidebar-title {
    background-color: #1c1c1c;
    height: 40px;
    width: 100%;
    padding: 7px;
    float: left;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.sidebar-title span {
    float: left;
    padding: 4px 8px;
    color: #777;
}
.sidebar-title h2 {
    font-size: 20px;
    color: #f5f5f5;
}
.navigation ul {
    padding-left:0px!important;
}
.relatedvideos {
    position: relative;
    float: left;
    margin: 10px 10px 94px 10px;
    width: 125px;
    height: 183px;
}
.relatedvideos .heartLink {
    margin-top: 5px;
}
.relatedvideos .thumbViews {
    margin-top: 5px;
}
.relatedborder {
    border-radius: 2.5px;
}
.rvideoLink {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.rvideoLink:hover {
    color: #f90;
    text-decoration: none;
}
.heartex {
    padding-left: 0px!important;
}
.relatedvideos span {
    display: block;
    margin-top: 5px;
    height: 43px;
}
.rvideos-sidebar {
    width:300px;
    border:1px solid #313131;
    float:left;
    margin-bottom:10px;
    border-radius:4px;
    background-color:#181818;
}
.rvideos-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media (max-width: 480px) {
    .videoSideAds {
        float: none;
        margin: 10px auto;
        width: 300px;
    }
    .rvideos-wrap {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    .relatedvideos {
        float: none;
        display: inline-block;
        width: 44%;
        height: auto;
        margin: 10px 4px;
    }
    .thumbr {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 984px) {
    nav.hide-nav {
		display: none;
	}
    nav#top-nav  {
		float:left;
		margin-top: 0px;
		width: 100%;
	}
	nav#top-nav  aside.widget_search{
		float: left;
		padding: 10px 5% 10px 5%;
		width: 90%;
	}
    #logo {
        padding: 0px;
        float: none;
        text-align: center;
    }
}
@media (max-width: 1004px) {
    .rvideos-sidebar {
        width: 100%;
        margin: 0 0 10px 0!important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .videoSideAds {
        float: none;
        margin: 10px auto;
        width: 300px;
    }
}
.footer {
    border-top: 1px solid #343434;
    margin-top: 20px;
}

div.custom-menu-class {
    height: 40px;
    box-shadow: inset 0px 10px 0px -9px #252525;
    width: 100%;
    display: table;
}
div.custom-menu-class ul {
    height: 40px;
    display: table-row-group;
}
div.custom-menu-class li {
    display: table-cell;
    text-align: center;
    min-width: 60px;
    cursor: pointer;
    box-shadow: inset 10px 0 0px -9px #252525;
}
.custom-menu-class a:hover {
    box-shadow: inset -10px 0px 0px -9px #252525, inset 0px 10px 0px -9px #252525, inset 10px 0px 0px -9px #252525!important;
    background-color: #242424;
}
#mobilesearchsubmit {
    color: #3c3c3c;
}
div.custom-menu-class a {
    display: block;
    color: #fff;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px 0;
    box-sizing: border-box;
}
.custom-menu-class li.current-menu-item {
    box-shadow: inset 0 -2px 0 0 #f90;    
}
.current-menu-item:hover {
    box-shadow: inset -10px 0px 0px -9px #252525, inset 0px 10px 0px -9px #252525, inset 10px 0px 0px -9px #252525, inset 0 -2px 0 0 #f90!important;
}
.main-nav {
    width: 100%;
}
.current-menu-item a:hover {
    box-shadow: inset -10px 0px 0px -9px #252525, inset 0px 10px 0px -9px #252525, inset 10px 0px 0px -9px #252525, inset 0 -2px 0 0 #f90!important;
}

.rights {
    background: #151515;
    display: block;
    float: left;
    width: 100%;
}
.rights p {
    margin-top: 10px;
    text-align: center;
}
#rta2 {
    margin-top: -212px;
}
.rta3 {
    overflow: hidden;
    width: 77px;
    margin: 0 auto;
}
.geek {
    -webkit-filter: grayscale(100%);
    background: url('https://hentaidude.pro/wp-content/themes/awp/images/all.png') no-repeat 0px 0px;
    background-repeat: no-repeat;
    background-position-x: 26%;
    background-position-y: 23%;
}
.geek:hover {
    -webkit-filter: grayscale(0%);
    z-index: 2;
}
@media (min-width: 900px) {
    .geek {
    background-position-x: 26%;
    }
}
@media (min-width: 1100px) {
    .geek {
    background-position-x: 10%!important;
    }
}
.top100 {
    -webkit-filter: grayscale(100%);
    background: url('https://hentaidude.pro/wp-content/themes/awp/images/all.png') no-repeat 0px 0px;
    background-repeat: no-repeat;
    background-position-x: 26%;
    background-position-y: 42%;
}
.top100:hover {
    -webkit-filter: grayscale(0%);
    z-index: 2;
}
@media (min-width: 1100px) {
    .top100 {
    background-position-x: 0%!important;
    }
}
@media (min-width: 900px) {
    .top100 {
    background-position-x: 26%;
    }
}
.nutaku {
    color: #fff;
    -webkit-filter: grayscale(100%);
    background-repeat: no-repeat;
    background-position-x: 26%!important;
    background-position-y: -2%!important;
    background: url('https://hentaidude.pro/wp-content/themes/awp/images/all.png') no-repeat 0px 0px;
}
.nutaku:hover {
    -webkit-filter: grayscale(0%);
    z-index: 2;
}
@media (min-width: 900px) {
    .nutaku {
    background-position-x: 20%;
    }
}
@media (min-width: 1100px) {
    .nutaku {
    background-position-x: 10%!important;
    }
}
.trending1 {
    clear: both;
    color: #fff;
    padding: 0 10px;
    padding-bottom: 0;
}
.trending span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.trending1 span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 24px;
    height: 18px;
}
#divCountryFlag {
    margin:4px 10px 0 5px;
    height:20px;
    width:20px;
    float:left;
}
#divCountryName {
    float:left;
    font-size:18px;
    font-weight:bold;
    margin-left:5px;
}
@media (max-width: 440px) {
.trending1 span {
    font-size: 17px;
}
}
@media (max-width: 420px) {
.trending span {
    font-size: 17px;
}
.trending1 span {
    font-size: 17px;
}
#divCountryName {
    font-size: 17px;
}
}
.nads {
    float: right;
    display: block;
    padding-top: 40px;
    width: 30%;
    height: 584px;
}
.ads1111 {
    width: 300px;
    height: 250px;
    margin-top: 10px;
}
@media (max-width: 1230px) {
    .nads {
    display: none;
}
    .ads1111 {
    display: none;
}
}
.tagcloud {
    padding-left: 10px;
}
a.videoLink:hover {
    color: #f90;
}
.rta {
    clear: both;
    text-align: center;
}
.sub-menu {
    display: none!important;
    background: #181818;
    position: absolute;
    width: 90%;
    -webkit-padding-start: 0px;
}
.sub-menu li {
    z-index: 5;
    display: block!important;
}
.menu-item {
    position: relative;
    }
.menu-item:hover ul {
    display: block!important;
}
.sub-menu li a {
    text-transform: none;
}
#nav_menu-3 {
    float: right!important;
}
#comments a {
    color: #f90;
}
@media (max-width: 1064px) {
    nav#top-nav aside.widget_search {
        width: 441px;
    }
    nav#top-nav aside.widget_search input#s, #mobiles {
        width: 380px;
    }
}
@media (max-width: 984px) {
nav#top-nav aside.widget_search {
    width: 585px;
}
}
@media (max-width: 480px) {
nav#top-nav aside.widget_search{
    width: auto;
}
nav#top-nav aside.widget_search input#s, #mobiles {
    width: 350px;
}
}
@media (max-width: 470px) {
nav#top-nav aside.widget_search input#s, #mobiles {
    width: 240px;
}
}
@media (max-width: 800px) {
    .newone {
        width: 40%;
    }
}
@media (max-width: 460px) {
    .newone {
        padding: 10px;
    }
}
@media (max-width: 510px) {
    div#about i {
        font-size: 18px!important;
    }
    div#share i {
        font-size: 18px!important;
    }
    div#about {
        padding: 0 8px;
    }
    div#share {
        padding: 0 10px 0 8px;
    }
    #share span {
        display: none;
    }
    #about span {
        display: none;
    }
    .newone {
        width: 50%;
        padding: 7px 2px 10px 8px;
    }
    #favorite-fix {
        margin-left: -8px;
    }
    div#download i {
        font-size: 18px!important;
    }
    div#download {
        padding: 0 10px 0 8px;
    }
    #download span {
        display: none;
    }
    .undervideo-menu-li {
        margin: 8px 12px 0 0!important;
    }
}
/* rounded start */
nav#top-nav aside ul.menu li a, nav#top-nav aside.widget_categories h4,
nav#top-nav aside.widget_categories:hover ul li:only-child a,
.sortBy a,
.videoPost,
.videoPost div.thumbDuration,
.videoPost img.thumb_small,
nav.pagination ul li a,
nav.pagination ul li span,
#footerSidebar aside ul li a,
article.post,
#videoOverAd,
.postMeta,
#respond textarea#commentTextarea,
#commentform input#submit,
article.page,
input#email,
input#author,
body.noshadow div.sortBy,
body.noshadow .contentHead div{
    outline: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
nav#top-nav aside.widget_categories:hover ul li:first-child a,
input#s, #mobiles,
ul#commentlist li .comment-author{
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
nav#top-nav aside.widget_categories:hover ul li:nth-child(2) a,
#searchsubmit, #mobilesearchsubmit,
ul#commentlist li .comment-author,
ul#commentlist li p{
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
nav#top-nav aside.widget_categories:hover ul li:last-child:nth-child(odd) a,
nav#top-nav aside.widget_categories:hover ul li:first-child:nth-last-child(2) a,
.contentHead div,
input#s, #mobiles,
a#showCommentsLink,
ul#commentlist li p,
.sortBy,
#buttonUnderVideoLink {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
nav#top-nav aside.widget_categories:hover ul li:last-child:nth-child(odd) a,
nav#top-nav aside.widget_categories:hover ul li:last-child:nth-child(2) a,
nav#top-nav aside.widget_categories:hover ul li:last-child a,
.contentHead div,
#searchsubmit, #mobilesearchsubmit,
a#showCommentsLink,
ul#commentlist li p,
.sortBy,
#buttonUnderVideoLink {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
/* rounded end */
/* custom access start */
.access-1{
    padding-top: 2px!important;
}
.access-2{
    padding-top: 0!important;
}

.access-fix {
    float: right!important;
    margin-right: 10px;
    margin-top: 10px;
    color: white;
}
i.fa.fa-angle-down {
    float: right;
    margin: 12px 0 0 6px;
}
a.custom-access-dropdown-link:hover {
    color: #fff;
    background-color: #2d2d2d;
    text-decoration: none;
}
.profile-information strong {
    color: #5b5b5b;
}
.profile-information p {
    color: #b1b1b1;
}
i.fa-time-visible {
    font-size: 16px!important;
}
@media (max-width: 985px) {
.access-fix {
    float: none;
    text-align: center;
    margin-right: 0;
    }
}
.custom-access-modal-close:hover {
    color: #fff;
}

.custom-access-link:hover {
    color: #fff;
    text-decoration: none;
}
.custom-access {
	position: relative;
}

.custom-access-link {
    font-size: 14px;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	color: #ccc;
}

.custom-access-modal {
    position: fixed;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 25%;
    max-height: 0;
    width: 300px;
    display: block;
    background: rgba(0,0,0,0.86);
    border: 0px solid transparent;
    z-index: 99999;
    overflow: hidden;
}
.custom-access-modal::after {
    clear: both;
    display: block;
    content:'';
    width:100%;
    height:1px;
}
.custom-access-modal.in {
	max-height: 700px;
}
.custom-access-modal-close {
    color: #fff;
	float: left;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 5px;
}
.custom-access-modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	padding: 5px 30px 5px 20px;
    width: 90%;
    display: inline-block;
    text-align: center;
}
.custom-access-modal-tabs {
    list-style: none;
    padding: 20px 0 10px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 30px 0 30px !important;
}

.custom-access-modal-tab-item {
    border-color: transparent !important;
    float: none;
    /* display: flex; */
    /* justify-content: space-around; */
    width: 30%;
}

.custom-access-modal-tab-item a {
    color: #ccc;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.custom-access-modal-tab-item a:hover,
.custom-access-modal-tab-item a:focus {
    padding-bottom: 10px;
    color: #ccc;
	background: transparent !important;
    border-bottom: 2px solid #f3a93c;
}

.custom-access-modal-tab-item.active a,
.custom-access-modal-tab-item a:active {
    padding-bottom: 10px;
    color: #fff;
	background: transparent !important;
    border-bottom: 2px solid #f3a93c;    
    }
    
.custom-access-modal-tab-pane {
	display: none;
}
.custom-access-modal-tab-pane.active {
	display: block;
}

.custom-access-input {
    outline: 0;
	color: #fff;
    border-width: 0;
    padding-left: 5px;
    background: #2b2b2b;
    opacity: 0.85;
    width: 90%;
    display: block;
    margin: 5px auto!important;
    height: 30px;
    line-height: 30px;
    border-radius: 0!important;
}
.ca-error { 
    padding-bottom: 20px;
	font-size: 11px !important; 
	color: #f00; 
	float: none !important;
	width: 90%;
	margin: auto !important;
}
.ca-success { 
	font-size: 11px !important; 
	color: #0f0; 
	float: none !important;
	width: 90%;
	margin: auto !important;
}
.ca-form-label {
	width: 90%;
	margin: auto;
	display: block;
}

.custom-access-button {
    color: #fff;
    border-width: 0;
    cursor: pointer;
    width: 90%;
    display: block;
    margin: 0 auto 5px!important;
    height: 30px;
    border-radius: 0!important;
    background: #f3a93c;
    font-weight: 600;
}
.custom-access-button2 {
    margin-bottom: 10px;
    padding: 5px;
    border-width: 0;
    color: #a2a2a2;
    border-radius: 4px!important;
    cursor: pointer;
    width: 100%;
    background: #383838;
}
.ca-panel {
	display: block;
	width: 80%;
	margin: 10px auto 10px auto;
	background: #1b1b1b;
	color: #ccc;
}

.ca-panel-header,.ca-panel-body,.ca-panel-footer {
	padding: 5px 15px;
}

.ca-panel-header {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

.ca-panel-footer {
	border-top: 1px solid #ccc;
}

.custom-access-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(0,0,0,0);
	transition: background 0.7s linear;
	z-index: 10005;
}
.custom-access-modal-backdrop.in {
	display: block;
	transition: display 0.1s linear 0.7s, background 0.7s linear;
	background: #0000008c;
}

.custom-access-modal-backdrop .custom-access-modal {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 0;
}

.custom-access-modal-backdrop.in .custom-access-modal {
	max-height: 410px;
}

.custom-access-dropdown {
	position: absolute;
	min-width: 250px;
	right: 0;
	z-index: 10;
	max-height: 0;
	overflow: hidden;
}
.custom-access-dropdown.in { max-height: 500px; right: -10px; }

.custom-access-dropdown-menu {
	list-style: none;
	padding: 0;
	width: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.custom-access-dropdown-item {
	background: #1b1b1b;
	border: none;
	width: 100%;
}
.custom-access-dropdown-link {
    transition: .3s cubic-bezier(.25,.8,.5,1);
    font-size: 18px;
    color: #f1ecec;
    background-color: #171717;
    display: block;
    padding: 12px 16px;
    width: 100%;
    text-decoration: none;
}
.custom-access-dropdown-item i.fas {
    color: #7b7b7b;
}
.cover-image {
	height: 300px;
    width: 100%;
    background: #1b1b1b;
    overflow: hidden;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#profile {
    margin: 0 auto;
    display: block;
}
@media (max-width: 984px) {
    #profile {
        margin: 76px auto!important;
    }
}
.cover-image::after {
	clear:both;
	content:'';
	width:100%;
	display:block;
	height:1px;
}
.profile-data {
	margin-top: -75px;
    vertical-align: top;
    padding: 5px 20px 5px 20px;
    color: #ccc;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
    position: relative;
    width: 20%;
}
.profile-data img {
	/*float: left;*/
	margin-right: 10px;
}

.profile-data .profile-data-text {
	vertical-align: bottom;
	display: inline-block;
}

.profile-data::after {
	content:'';
	clear:both;
	width:100%;
	display: block;
	height:1px;
}

p.user-gender, p.user-age, p.user-country {
	display: inline-block;
	margin-left: 10px;
}

#profile .favorites {
	background: #1b1b1b;
	color: #ccc;
	padding: 5px;
	float: left;
	width: 75%;
	min-height: 300px;
	border-radius: 3px;
	border: 1px solid #3b3b3b;
}

#profile .profile-information {
    float: right;
    width: 24%;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 5px;
    border: 1px solid #3b3b3b;
    background-color: #1b1b1b;
}

.add-to-favorites {
    color: #ccc;
    text-decoration: none;
}
.add-to-favorites.added {
    color: #c71d1d!important;   
}
#favorite-fix:hover {
    color: #fbfbfb;
    text-decoration: none;
}
.add-to-favorites.added:hover {
    color: #c71d1d!important;
    text-decoration: none;
}
i.fa.fa-user {
    font-size:0;
    }
i.fa.fa-user-plus {
    font-size:0;
    }
.custom-access-link {
    line-height: 0;
    transition: all .15s ease-in-out;
}
.mobile-search-toggle,.ca-sign-in-link:hover,.custom-access-modal-tab-item a,.custom-access-modal-close {
    text-decoration: none!important;
} 
@media (max-width: 1016px) {
    #profile .profile-information {
    width: 22%;
    margin: 10px 11px;
}
    .profile-data{
    width: unset;
    }
}
@media (max-width: 984px) {
    .custom-access-link {
    line-height: unset;
    margin: 0 20px;
    }
    .custom-access {
    position: relative;
    margin: 0 auto;
    width: 100%;
    }
    i.fa.fa-user {
    font-size: 25px;
    }
    i.fa.fa-user-plus {
    font-size: 25px;
    }
}
@media (max-width: 753px) {
    #profile .profile-information {
    width: 21%;
    margin: 10px 10px;
}
}
.favorites h3 {
    font-size: 20px;
}
@media (max-width: 570px) {
    #profile .favorites {
        width: 95.6%;
        margin: 10px;
    }
    #profile .profile-information {
        width: 96.4%;
        float: none;
    }
    .favorites h3 {
    font-size: 18px;
    }
}
@media (max-width: 480px) {
    .cover-image {
        height: 200px;
    }
    #profile .profile-information {
        width: 95.6%;
    }
    .profile-data {
    padding: 5px 10px 5px 10px;
    }
    .cover-image-update {
    margin: 10px 10px!important;
    }
}
@media (max-width: 360px) {
    #profile .profile-information {
        width: 94.3%;
}
}
.cover-img-set {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    Height: auto;
}
.watch-later { color: rgba(196,196,196,1); padding-left: 10px;}
.watch-later.fg-gold { color: #f90; }
/* custom access end */
/* skin player start */

/* skin player end */

.adf-float {
    position: fixed;
    bottom: 15px;
    left: 15px;
    border-radius: 3px;
    padding: 10px;
    z-index: 999999999;
    white-space: nowrap;
    color: #000;
    background: rgba(255,0,128,.9);
    cursor: pointer;
    font-size: 14px;
}
.adf-float-txt {
    padding: 0 5px;
    text-shadow: 0 0 1px #4f0028;
    display: inline-block;
}
@media (max-width: 400px) {
.adf-float {
    font-size: 12px;}
}
@media (max-width: 355px) {
.adf-float {
    font-size: 10px;}
}
.form-submit {
    text-align: right;
}
.form-submit input#submit {
    cursor: pointer;
}



.upload {
    width: 100px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    line-height: 1.25;
    border-radius: .25rem;
    margin: 7px 0 0 20px!important;
    box-sizing: border-box;
    height: 26px!important;
    background: #2f2f2f;
    padding: 3px 16px 6px 16px!important;
    font-size: 14px!important;
    transition: none!important;
}
.upload:hover {
    background-color: #3a3a3a;
    color: #ccc;
}
button.adf-float-cls.close {
    cursor: pointer;
}
a.btn.btn-default.text-left {
    background-color: #101010;
    font-size: 15px;
}
a.btn.btn-default.text-left:hover {
    background-color: #232323;
}
.tag-container .btn-group-vertical a {
    font-weight: 400!important;
}
a.comment-dislike {
    font-size: 13px;
}
a.comment-like {
    font-size: 13px;
}

.text-center-mobile {}
@media (max-width:767px) {
    .text-center-mobile { clear:both; text-align: center; margin-left: -3px;}
    .videoPost { float: none; display: inline-block; }
}
#favorite-fix {
    color: #c4c4c4;
    transition: all .15s ease-in-out;
}
.watch-later {
    text-decoration: none!important;
    transition: all .15s ease-in-out;
}
.undervideo-menu-li{
    transition: all .15s ease-in-out;
}
.sort-cat {
    background-color:#1c1c1c;
    color: #fff!important;
}

/* Network Menu start */
.wp-network-header {
	background: #131212;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}
.wp-network-header-title {
    line-height: 1.5;
	color: #fff;
	margin: 0 0 0 0;
	display: inline-block;
	padding-right: 30px;
	font-size: 14px!important;
    font-weight: bold;
}
.wp-network-header-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.wp-network-header-links li {
	display: inline-block;
	font-size: 13px!important;
}
.wp-network-header-links li a {
	display: block;
	padding: 2px 5px;
	color: #fff;
	text-decoration: none;
}
.wp-network-header-links li a:hover,
.wp-network-header-links li a:focus,
.wp-network-header-links li a:active {
	background: #1b1b1b;
}
@media (max-width: 984px) {
.footer-fixer {
    /*border-top: 1px solid rgba(255,255,255,.12);*/
    padding-left: 0!important;
}
    .wp-network-header {
        display: none !important; 
    }
}
/* Network Menu End */

@media (min-width: 1600px) {
#contentWrapper {
    width: 1380px;
    margin: 0 auto;
    float: none;
}
}
@media (min-width: 1400px) {
.rsl-fix {
    width: 100%;
    max-width:100%;
    margin:0 auto!important;
}
}
@media (min-width: 1402px) {
.rsl-fix {
    width: 1395px;
    max-width:100%;
    margin:0 auto!important;
}
}
@media (min-width: 1800px) {
.rsl-fix {
    width: 1400px;
    max-width:100%;
    margin:0 auto!important;
}
}
@media (max-width: 320px) {
}
.series-container {
    background-color: #101010;
}
.sort-series i {
    font-size: 16px;
}
.bntext2 {
    width: 300px;
}
.fa-gripfire {
    font-size: 19px;
}
.btn-recommended-more {
    position: relative;
    cursor: pointer;
    background: #1f1f1f;
    color: #fff;
    width: 97%!important;
    margin: auto;
    margin-bottom: 3px;
    top: 24px;
    margin-bottom: 27px;
}
.btn-recommended-more:hover {
    background: #101010!important;
}
a.watch-later {
    color: #c4c4c4;
}
a.watch-later:hover {
    color: #fff;
}
i.fa.fa-clock:hover {
    color: #fff;
}
.tag-tl {
    color:#3a3232!important;
    font-weight:500!important;
    padding-top:3px!important;
}
.tag-tl strong {
    text-transform: capitalize;
}
.tag-dec p {
    font-size: 14px;
    padding-top: 5px;
    color: #949494;
    background: #000!important;
}
.upload:hover {
    background: #383838!important;
}
@media (max-width: 1004px) {
.block-notice {
    position: relative;
    float: none!important;
    margin: 0 auto!important;
    padding: 10px 0;
}
}
a.sidebar-toggle:hover {
    text-decoration: none!important;
}
.sidebar-menu li a:hover {
    text-decoration: none!important;
    background: #404040;
}
.dad {
    color: #919191;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    margin-bottom: 0;
}

    .sidebar-menu::-webkit-scrollbar {
        width: 0;
    }
    
    /* Track */
    .sidebar-menu::-webkit-scrollbar-track {
        background: #1b1b1b; 
    }
    
    /* Handle */
    .sidebar-menu::-webkit-scrollbar-thumb {
        background: #9e7f4e;
        height: 50px;
        border-radius: 4px;
    }
.bars {
    z-index: 19;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    position: absolute;
    border-radius: 200000px;
    width: 48px;
    height: 48px;
    top: 5px;
    left: 5px;
}
.sidebar-menu:hover::-webkit-scrollbar {
        width: 7px!important;
    }
@media (min-width: 984px) {
    .bars2, .bars {
        display:none;
    }
}
.bars2 {
    z-index: 40;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    position: absolute;
    border-radius: 200000px;
    width: 48px;
    height: 48px;
    top: 5px;
    right: 5px;
}
nav#mobile-search input#s:focus, #mobiles:focus {
    outline: -webkit-focus-ring-color auto 0px!important;
    border-top: 1px solid #4c4c4c;
    border-left: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
}
@media (max-width: 984px) {
.detect-mobile {
    display: none;
}
}
.rprt {
    float:right;
    color: #c4c4c4;
}
.rprt:hover {
    color: #fff;
    text-decoration: none;
}
/* back to top */
#back2Top {
    border-radius: 200000px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background: #f3c669;
    color:#fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background: #f4cd7b;
    color: #fff;
}
.shadowing.in {
    opacity: 0.6;
    height: 100%;
    width: 100%;
    transition: .5s cubic-bezier(.25,.8,.5,1);
}
.shadowing {
    position: fixed;
    top: 0;
    transition: .5s cubic-bezier(.25,.8,.5,1);
    background-size: 0;
    background: #000;
    opacity: 0;
}
.bars2.in, .bars.in {
    background: #2f2f2f;
}
.footer-fixer {
    padding-left: 80px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
.uncensored2 {
background: url(https://hentaidude.pro/wp-content/uploads/2018/05/un-censored.png) 0 -24px no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}
.censored2 {
    background: url(https://hentaidude.pro/wp-content/uploads/2018/05/un-censored.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    }
.custom-access-input:focus {
    border: 1px solid #696969;
}
@media (max-width: 1040px) {
nav#top-nav aside.widget_search {
    width: 394px;
}
nav#top-nav aside.widget_search input#s, #mobiles {
    width: 332px;
}
}
.brdr {
    border-top: 1px solid rgba(255,255,255,.12);
}
a.videoLink {
    padding-bottom: 1px;
    padding-top: 4px;
}
.click-anime {
	transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
    opacity: 0.8;
}
span.js-ripink-ink.js-ripink-animate {
    background: #9494946b;
}
#searchsubmit:hover, #mobilesearchsubmit:hover {
    cursor: pointer;
}
.suggest-fix {
    font-size: 14px!important;
    padding: 2px 4px 4px!important;
    background: #1b1b1b!important;
    border-radius: 0!important;
    color: #bdbdbd!important;
    transition: .2s cubic-bezier(.4,0,.2,1)!important;
}
.suggest-fix:hover {
    background: #383838!important;
    color: #fff!important;
}
.mobile-il {
    float:none!important;
    margin:auto!important;
    height:320px!important;
    position:relative!important;
}
#headerBox {
    position: relative;
    z-index: 100;
}
.side-fix {
    display: none!important;
}

@media (min-width:768px) {
.side-fix {
    display: block!important;
}
}
@media (min-width:985px) {
.ads-fix {
    display: none!important;
}
}
@media (max-width:984px) {
article.post {
    margin-top: 0;
}
#ft-trig, footer, .row, #contentWrapper {
    top: 64px;
    position: relative;
}
#bnnofloat {
    display: none;
}
.mobile-il {
    float:none;
    margin:auto;
    height:320px;
    position:relative;
}
#wrap {
    clear: both;
    top: 64px;
    position: relative;
    margin: 0 1px;
}
#headerBox {
    position: fixed;
    opacity: .98;
}
}
@media (min-width:1800px) {
#headerBox {
    margin: 0 auto;
    float: none;
}
nav#top-nav {
    float: none;
    display: block;
    height: 40px;
}
footer {
    margin: 0 auto;
    float: none;
}
.wp-network-header {
    width: 1380px;
    margin: 0 auto;
}
}
/* custom res code start */
@media (max-width: 985px) {
	nav#top-nav aside.widget_categories.hover ul li a:hover,
	#mobile-nav	{
		background-color: #fca800;
	}
	nav#top-nav aside.widget_categories ul li a,
	nav#top-nav aside.widget_categories.hover ul li a, nav#top-nav aside.widget_categories:hover ul li a{
		color: #fca800;
	}
}

@media (max-width: 985px) {
	nav#top-nav aside.widget_categories.hover ul li a:hover,
	#mobile-nav	{
		background-color: #fca800;
		border-color: #000000;
	}
	nav#top-nav aside.widget_categories ul li a,
	nav#top-nav aside.widget_categories.hover ul li a, nav#top-nav aside.widget_categories:hover ul li a{
		color: #fca800;
		border-color: #000000;
	}
	nav#top-nav aside ul.menu li.current_page_item a, nav#top-nav aside ul.menu li a:hover, nav#top-nav aside.widget_categories 	h4:hover, nav#top-nav aside.widget_categories:hover h4, nav#top-nav aside.widget_categories h4 {
		border-color: #000000;
	}
}
/* to overwrite styles from style.css */
#logo h1 a{
	color: #fca800;
}
#logo h1 a span.boxed{
	background: #fca800;
	color: rgb(255,255,255);
}
#logo h1 a span{
	color: #fca800;
}
footer
{
	background-color: #151515!important;
}
article.post,
article.page{
	background-color: #000000;
}
.videoPost {
    position: relative;
    background-color: #1c1c1c;
}
#headerBox {
	background: #1b1b1b;
}
#headerBox.custom {
	background: #1b1b1b;
}
nav#top-nav aside.widget_search input#s, #mobiles {
	background: #2a2929;
	border-color: #2a2929;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	padding: 2px;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
}
a.videoLink {
    color: #e5e5e5;
}
.videoWrap h2{
	color: #ffffff;
}
.videoWrap h2{
	text-transform: uppercase;
    font-size: 20px;
}
.postMeta a,.postMeta a:hover{
	color: #f90;
	text-decoration: none;
	text-transform:capitalize;
}
.postMeta {
    color: #979797;
}
#logo h2{
	color: #ffffff;
}
body {
	color: #cccccc;
	background-color: black!important;
}
/* custom res code end */
/* custom code start */
/* Colortheme: red */
body {
	background-color: #000000;
	color: rgb(60,60,60);
}
body.white {
	background-color: rgb(255,255,255);
}
input.searchbutton,
footer,
#logo h1 a span.boxed,
nav#top-nav aside ul.menu li.current_page_item a, nav#top-nav aside ul.menu li a:hover, nav#top-nav aside.widget_categories h4:hover, nav#top-nav aside.widget_categories:hover h4,
nav#top-nav aside.widget_categories:hover ul li a,
#searchsubmit:hover, #mobilesearchsubmit:hover,
.contentHead div,
nav.pagination ul li span.current, nav.pagination ul li a.inactive:hover,
nav.pagination ul li a.start:hover,
nav.pagination ul li a.end:hover,
a#showCommentsLink:hover,
ul#commentlist li .comment-author,
#commentform input#submit:hover,
#searchsubmit, #mobilesearchsubmit,
#buttonUnderVideoLink {
	background-color: #fca800;
}
#buttonUnderVideoLink:hover {
	background-color: #fca800;
}
#commentform input#submit {
    background-color: #f1bc50;
}
a,
#logo h1 a span,
nav#top-nav aside ul.menu li a, nav#top-nav aside.widget_categories h4,
.videoPost a.heartLink, a.heartLink,
a#showCommentsLink {
	color: #c4c4c4;
}
ul#commentlist li p {
	background: rgba(234,0,55, 0.1);
}
#logo h1 a span.boxed{
	background: linear-gradient(#fca800, #fca800);
}
nav#top-nav aside.widget_categories h4,
nav#top-nav aside.widget_categories h4:hover, nav#top-nav aside.widget_categories:hover h4,
nav#top-nav aside.widget_categories:hover ul,
nav.pagination ul li a.start,
nav.pagination ul li a.end,
a#showCommentsLink,
a#showCommentsLink:hover,
#footerSidebar aside.widget_search input#searchsubmit {
	background-image: url(../images/sprite.php?r=252&g=168&b=0);
}
nav.pagination ul li a.inactive, nav.pagination ul li a.start, nav.pagination ul li a.end{
	background-color: #fca800;
}
/* custom code end */
.browse-cat {
    background: #212121;
    color: #fff!important;
    line-height: 200px;
    text-align: center;
    font-size: 60px;
    position: relative;
    display: block;
}
.cat-count {
    background: #303030;
    float: right;
    height: 100%;
    padding: 0 24px;
    line-height: 56px;
}
.cat-name {
    background: #212121;
    float: left;
    height: 100%;
    padding: 0 24px;
    line-height: 56px;
}
.cat-all {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #fff;
    border-radius: 0!important;
    margin: 6px 8px!important;
    padding: 0!important;
    height: 56px;
    font-size: 16px!important;
    font-weight: 500!important;
}
.tag-container2 {
    display: block;
    width: 100%;
    padding: 0 40px 100px 40px;
    background: #212121;
}
@media (max-width: 550px) {
.tag-container2 {
    padding: 0 6px 100px 6px;
}
.browse-cat {
    line-height: unset;
    height: 100px;
    padding-top: 20px;
    text-align: center;
    font-size: 40px;
}
.cat-all {
    height: 50px;
    margin: 6px 3px!important;
    font-size: 14px!important;
}
.cat-name {
    padding: 0 20px;
    line-height: 50px;
}
.cat-count {
    padding: 0 20px;
    line-height: 50px;
}
}
@media (min-width: 1380px) {
#contentWrapper {
    float: none;
    width: 1380px;
    display: flex;
    margin: 0 auto!important;
    background: 0 0;
}
}
@media (max-width: 767px) {
.pad-fix {
    padding:0!important;
}
}
.in-vid {
    height: 290px!important;
    background: #000!important;
    padding-bottom: 10px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
    padding-top: 30px!important;
    width: 320px;
}
.ilcont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25px;
    background-color: #1b1b1b;
}
.adv {
    position: absolute;
    color: #fff;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 6px;
}
.resume {
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: -30px;
    float: right!important;
    display: block;
    border-radius: 5px;
    left: 30%;
    margin: 0 auto;
    background-color: #1b1b1b;
}
.resume:hover {
    background-color: #2b2b2b;
}
@media (min-width: 1300px) {
.videoWrap {
    float: left;
    width: 75%;
}
}
@media (max-width: 654px) {
#videoOverAd {
    display: none!important;
}
}
.ranged {
    text-align: center;
}
.uncensored-over {
transition: opacity .25s linear;
    top: 0;
    position: absolute;
    right: 0;
    padding: 10px;
    opacity: 0;
    filter: grayscale(45%);
}
.image-overlay-content:hover ~ .uncensored-over {
    opacity: 1;
}
@media (min-width: 1400px) {
#contentWrapper {
    margin: 0 15px;
}
}
@media (min-width: 1100px) {
.videoWrap {
    float: left;
    width: 70%;
}
}
@media (min-width: 1145px) {
.videoWrap {
    float: left;
    width: 72%;
}
}
@media (min-width: 1190px) {
.videoWrap {
    float: left;
    width: 73%;
}
}
@media (min-width: 1230px) {
.videoWrap {
    float: left;
    width: 74%;
}
}
@media (min-width: 1366px) {
.il728 {
    width: 728px;
}
article.post {
    width: 100%;
}
.videoWrap{
	float: left;
	width: 1014px;
}
}
@media (min-width: 1600px) {
.videoWrap {
    width: 1024px;
    margin-left: 10px;
}
}
.youknow {
    padding: 0 0 15px;
}
.youknow span {
    color: #039be5;
}
.donate {
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    float: none;
    margin-bottom: 10px;
    color: #cacaca;
    padding: 15px 40px;
    width: 100%;
    background: #1f1f1f;
    transition: all .15s ease-in-out;
}
.donate:hover {
    text-decoration: none!important;
    background-color: #313131;
    color: #fff!important;
}
#footerAds {
    padding: 40px 0;
}
.unc-parrent {
    position:relative;overflow:
	hidden;height: 48px;
	width: 24px;
}
.unc-child {
    position: absolute;
    top: -26px;
    z-index: 999999999999999;
    width: 24px;
    height: 45px;
    right: 0;
}
.vba {
    clear: both;
    top: 10px;
    height: 270px!important;
    background: #1f1f1f;
    width: 320px;
    padding: 10px;
    margin-bottom: 23px!important;
}
.ft-home {
    clear: both;
    padding: 10px;
    margin: 5px auto!important;
    width: 320px;
    background: #1f1f1f;
    top: 0;
    height: 270px!important;
}
.hd-mobile {
    box-sizing: border-box;
    width: 300px;
    background: #1f1f1f;
    padding: 0;
    height: 100px!important;
}
@media (min-width: 1005px) {
.vba {
    display: none;
}
.ft-home {
    display: none!important;
}
.hd-mobile {
    display: none;
}
}
.adult-auth {
    padding: 0 14px;
    color: #8c8c8c;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
#content, .content {
    margin-top: 10px;
}
#homebn,#idtop,.dwn2,#homebar,#videobar,.side-fix {
        display: none!important;
}
}
#homebn {
    min-width: 720px;
    height: 410px;
    margin: 0 auto;
    clear: both;
    position: relative;
    overflow: hidden;
}
.home-inside {
    position: relative;
    margin: 10px 20px;
    width: 320px;
    height: 270px;
    padding: 10px;
    float: left;
    background: #1c1c1c;
}
.home-note {
    max-width: 660px;
    margin: 0 auto;
}
.home-note p {
    color: #909090;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.2;
}
.fa-gamepad, .fa-video {
    color: #f90;
    text-shadow: 1px 1px rgb(0, 0, 0);
}
.vip2 {
    animation: blinkingText 1.2s infinite;
    width: 160px!important;
    margin-right: 0!important;
}
.vip-anime {
    animation: blinkingText 2s infinite;
}
.main-vip .click-anime:hover {
    color: #d16a90!important;
}
@keyframes blinkingText{
    0%{     color: #cc648a;    }
    49%{    color: #cc648a; }
    75%{    color: #fff; }
    99%{    color: #fff;  }
    100%{   color: #cc648a;    }
}
.dwn2 {
    display:block;
    position: absolute;
    bottom: 5%;
    left: 37.1%;
    color: #fff;
    font-size: 36px;
    z-index: 1;
    animation: movingarrow 1s infinite;
}
@keyframes movingarrow{
    0%{     bottom: 5%;}
    99%{    bottom: 3%;  }
    100%{   bottom: 5%;}
}
#idtop {
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 5px;
    overflow: hidden;
}
@media (min-width: 1900px) {
#footerSidebar {
    top: 40px!important;
    padding-top: 60px!important;
    float: none!important;
    margin: 0 auto!important;
    width: 1590px!important;
    color: #fff!important;
    clear: both!important;
}
}
.col-md-2,.col-md-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
}
.side-fix {
    min-width: 260px!important;
}
@media (min-width:1200px) {
.col-md-2,.col-md-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
}
}
.spec-search {
    float: left!important;
}
#tag-suggest-modal .modal-content {
    background-color: #3e3e3e!important;
    border-radius: 0;
    border: none!important;
}
#tag-suggest-modal .modal-header {
    border-bottom: 1px solid #565656;
}
.suggest-text {
    color: #ffff;
    font-weight: 500;
}
#tag-suggest {
    background-color: #323232;
    color: #fff;
    margin-right: 8px;
}
.tag-suggest-btn {
    background-color: #323232;
    color: #fff;
    border: none;
}
.tag-suggest-btn:hover {
    cursor: pointer!important;
    background-color: #383838!important;
}
#tag-suggest:focus {
    border-color: #363636!important;
}
.type-page {
    color: #fff!important;
    width: 100%!important;
    margin: 0!important;
    font-size: 16px!important;
}
.type-page h1 {
    padding: 10px 0 20px;
}
.wpforms-field-container .wpforms-field-small, .wpforms-field-container .wpforms-field-medium {
    background-color: #343434!important;
    border: 0!important;
    color: #fff!important;
}
.wpforms-submit {
    background-color: #343434!important;
    border: 1px solid #343434!important;
    border-radius: 2px!important;
    color: #fff!important;
}
.wpforms-submit:hover {
    background-color: #4a4a4a!important;
    border: 1px solid #4a4a4a!important;
    border-radius: 2px!important;
    color: #fff!important;
}
@media (min-width: 1800px){
#header {
    width: 1380px;
}
}
.auto {
    width: auto;
}
span.heartLink {
    color: #979797;
    text-decoration: none!important;
    float: right;
    padding: 5px 10px 5px 0;
    pointer-events: none;
}
.thumbViews{
    pointer-events: none;
}
.vast-slide-in-container {
    width: 300px;
    height: 168px;
    position: fixed;
    bottom: 10px;
    right: -300px;
    background: #000;
    transition: right .5s ease-in-out;
    cursor: pointer;
    z-index: 9999
}
@media(min-width:1800px) {
    .vast-slide-in-container {
        width: 500px;
        height: 280px;
        right: -500px
    }
}
.vast-slide-in-container.slide-in {
    right: 0
}

.vast-slide-in-remaining-container,
.vast-slide-in-close-btn {
    color: #ccc;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, .5)
}
.vast-slide-in-video {
    width: 100%;
    height: auto
}
.vast-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99999
}
.vast-popup-video-container {
    position: absolute;
    padding: 2px;
    top: 90px;
    left: 0;
    right: 0;
    width: 80%;
    background: #ccc;
    margin: auto
}
.vast-popup-container.in {
    display: block
}
.vast-popup-close-btn {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 100px;
    height: 32px;
    text-align: center;
    display: block;
    margin: auto;
    background: #ccc;
    color: #000;
    line-height: 32px
}
.vast-popup-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    z-index: 10;
}
.related-title {
    font-size:19px;
    color:#fff;
    background-color:#1b1b1b;
    padding:3px 0 5px 10px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
}
.related-container {
    border:1px solid #3b3b3b;
    border-radius:4px;
    margin-bottom:10px;
    position:relative;
    clear:both;
    top:10px;
}
.related-post-title {
    text-shadow: 2px 2px 3px #000000;
    width:100%;
    text-align:center;
    position:absolute;
    color:#f5f5f5;
    font-size:14px;
    bottom:9px;
    white-space:normal;
    z-index:2;
}
.all {
    margin-top:10px;
    border: 1px solid #3b3b3b;
    background: #101010;
    color: #fff;
}
.all1 {
    background: #1b1b1b;
    padding: 8px 15px;
    font-weight: 500;
}
#allcomments {
    display: block;
    padding: 20px;
    clear: both;
}
@media (min-width: 1026px) {
    .sidebar-nav {
        display:none;
    }
}
.country{
    padding-left: 6px;
}
::placeholder {
  color: #919191;
  opacity: 1;
}
#bnnofloat{
    padding: 0;
}
.tag-dec {
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin-top: -28px;
    vertical-align: middle;
}
.tag-tl{
    margin-left: 5px!important;
}
.flip {
    transform: scaleX(-1);
}
.anime {
    animation: rotation 2s ease-out infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}
.menu-item-type-custom a:hover {
    color: #f90!important;        
}
#footerInside a:hover { color: #fca800!important; }
.cloader {
    display: flex;
    justify-content: center;
    animation: cloading 1s linear infinite;
}
@keyframes cloading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fa-spin {
    display:inline-block ;
}
#top-nav a:hover {
    color: #fff!important;
}

.tag-blacklist-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    padding-top: 100px;
    display:none;
}
.tag-blacklist-container.open { display:block; }

.tag-blacklist-dialog {
    width: 50%;
    margin: auto;
    background: #1B1B1B;
    border-radius: 5px;
    color: #f5af46;
}

.tag-blacklist-header,.tag-blacklist-body,.tag-blacklist-footer {
    padding: 10px;
}

.tag-blacklist-header {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.tag-blacklist-body {}

.tag-blacklist-footer {
    border-top: 1px solid #ccc;
}

.tag-blacklist-dialog button,.tag-blacklist-dialog .tag {
    background: #343434;
    border: #343434;
    color: #d7d7d7;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 15px;
    margin: 5px 4px;
    text-decoration: none;
    display:inline-block
}
.tag-blacklist-dialog .tag:hover, .tag-blacklist-dialog .tag.active {
    background: #ab4545;
}

.tag-blacklist-dialog button:hover,.tag-blacklist-dialog button:active {
    color: #1b1b1b;
    background: #f5af46;
}
@media (max-width: 1800px) {
    .tag-tl {
        margin-top: -12px!important;
    }
    .tag-dec {
        margin-top: -15px;
    }
}
@media (max-width: 659px) {
    .tag-dec {
        margin-top: 0;
    }
}
.pull-right:hover {
    text-decoration: none;
}
@media (max-width: 800px) {
.tag-blacklist-dialog {
    width: 94%;
}
}
.blisted {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 4;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
  pointer-events:none;
}
.blisted span {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #a50000;
  background: linear-gradient(#a50000 0%, #a50000 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.blisted span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #a50000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a50000;
}
.blisted span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #a50000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a50000;
}
.our-badge {
    color: #fff;
    background-color: #ab4545;
}
.video-js-fixed {
    position: fixed !important;
    top: 61px !important;
    z-index: 99 !important;
    height: auto!important;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0!important;
    height: 0!important;
    transform: translate(-50%, -50%);
    transition: width .25s, height .25s;
    transition-timing-function: initial;
}
.image-overlay-content:hover .play-icon {
    width: 48px!important;
    height: 48px!important;
}
.popup {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: unset; /* Enable scrolling if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black with opacity */
}

.popup-dialog {
    position: relative;
    margin: auto;
    top: 10%;
    width: 80%;
    max-width: 500px; /* Max width for the popup */
}

.popup-content {
    background-color: #333; /* Dark gray background */
    padding: 20px;
    color: white;
    border-radius: 5px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #888;
}

.popup-header strong {
    font-size: 18px;
}

.popup-header a {
    color: white;
    text-decoration: none;
}

.popup-body {
    padding: 20px;
}

.submit-loader {
    display: none; /* Hidden by default */
}

.submit-loader .cloader {
    color: #f90;
}

/* Styling the close button */
#popup-close i {
    font-size: 18px;
    cursor: pointer;
}

/* Make the popup body scrollable if content exceeds height */
.popup-body {
    max-height: 400px;
}

/* Additional form styling */
textarea.form-control {
    width: 100%;
    padding: 10px;
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    border-radius: 3px;
}

/* Styling the submit button */
.btn-submit-report {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px
}
.no-scroll {
    overflow: hidden;
}

.search-filters {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: stretch;
    padding-bottom: 2px;
    position: relative;
    background-color: #1b1b1bd4;
    z-index: 11;
}
.filter-link:hover {
	    background-color: #242424;
}
.filter-link:hover { text-decoration: none;}
.search-filters .filter { flex-grow: 1; height:100%; margin: 0 5px; z-index:3; background-color: #1b1b1b;}
.search-filters .filter .filter-link {
    display: block;
    height: 100%;
    font-size: 16px;
    color: #ffffffde;
    border-left: 1px solid #4040409e;
    border-right: 1px solid #4040409e;
    text-align: center;
    font-weight: 500;
    padding: 13px 15px;
}
.filter-tag, .filter-studio, .filter-tag-exclude {
    border-radius: 100px;
    padding: 6px 15px;
    text-transform: capitalize;
    margin: 4px;
    border: 1px solid #f55151;
    text-decoration: none;
    display: inline-block;
    transition: all .2s cubic-bezier(.5,0,.1,1);
}
.filter-tag, .filter-studio, .filter-studio:hover { text-decoration: none;background: #3a3a3a;border: 1px solid #303030;transition: all .2s cubic-bezier(.5,0,.1,1);}
.filter-tag-exclude { border-color: #4a4a4a; color: #ffffffde; transition: all .2s cubic-bezier(.5,0,.1,1);}
.filter-tag.active, .filter-studio.active { background: #ff9900; color: #ffffff; }
.filter-tag-exclude.active { background: #f44336; color: #ffffffde; border-color: #f44336; transition: all .2s cubic-bezier(.5,0,.1,1);}
.filter-tag-exclude:hover { text-decoration: none; background: #f4433663; border-color: #f4433629;}
.filter-count { float: right; width: 22px; height: 22px; font-size: 11px; font-weight: bold; border-radius: 200000px; background: #f90; display:none; text-align:center; line-height: 22px; margin: 11px; } 
.filter-count.in { display: block; }

.modal .modal-body { max-height: 400px; overflow: auto; }
.search-switch { display:inline-block;width:60px; height:30px; line-height:30px; background:#111;border-radius:200000px; }
.search-switch::after { height: 30px; width:30px; content:''; display:block; background:#f90; border-radius: 200000px;}
.search-switch.on::after { margin-left:30px; }
.search-switch.on { background:#f905; }
.search-filter-loading-container {
    position:absolute; 
    width:100%;
    height:2px;
    left:0;
    bottom:0;
    }
.modal-footer {
	    border-top: 1px solid #3b3b3b!important;
}
.search-filter-loading-bar {
    position:absolute;
    left:0;
    height:2px;
    width:0;
    background:#f90;
    transition:width 0.5s linear;
}
.modal-title {
    color:#fff;
}
.modal {
  display: none;
}
.modal.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-right: 0 !important;
}
.modal.show .modal-dialog {
  margin: 0 !important;
  transform: none !important;
	max-width: 700px !important;
}
.history-loading-bar { position: fixed; top:0; left:0; width: 100%; height: 2px; background: #424242; z-index:999999; display: none; }
.history-loading-bar.in { display: block; }
.history-loading-progress { transition: width 0.3s linear; height: 2px; background: #f55151; }
.pagination {
    text-align: center;
    clear: both;
}

.page-link {
    display: inline-block;
    padding: 8px 18px;
    margin: 3px;
	color: #fff;
}
a.page-link.aj.no-ads.active {
    background-color: #f90;
    border-color: #f90;
    color: #fff;
}
span.page-link.aj {
    background-color: #ffffff00;
    color: #fff;
    border-color: #ffffff00;
}
.page-link[href] {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)!important;
    border: #1E1E1E;
    background: #252525;
    transition: .3s cubic-bezier(.25,.8,.5,1);
	    color: #fff;
}

.page-link[href]:active, .page-link[href].active {
    background: #e54c4c;
    color: #fff;
    cursor:auto;
}
.page-link[href]:hover {
    background: #3c3c3c;
    color: #fff;
}
.modal-footer a:hover {
    text-decoration: none!important;
}