body {
    position: relative;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.005rem;
	touch-action: manipulation;
	margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

body.mobile-menu-opened {
   overflow: hidden;
}

#page {
    width: auto;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1439px)
{
body {
    padding-left: 6px;
    padding-right: 6px;
}}

@media (min-width: 1440px)
{
body {
    padding-left: 100px;
    padding-right: 100px;
}
	
#page {
    max-width: 1920px;
}
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

h1, h2, h3, h4, h5, h6 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

h1 {
    line-height: 45px;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
}

a {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.page-link.focus, .page-link:focus {
    box-shadow: none;
}

button:focus {
    outline: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/********************/
/****** NAVBAR ******/
/********************/
/* Old .navbar layout rules removed — new header uses .new-hdr-* classes */

.navbar-brand img {
    width: auto;
    max-height: 30px;
}

.btn-primary {
    font-weight: 500;
	color: #fff;
}

.btn-primary:hover {
    animation: none!important;
}

.input-group .btn-primary {
    padding: 0 1rem;
}

.wrapper {
    padding: 30px 0 0;
    min-height: calc(100vh - 184px);
}

.hero-text {
    overflow: hidden;
}

.hero-desc {
    margin: 10px 0 0;
    display: block;
    font-size: 20px;
    opacity: 0.7;
}

.menu-footer-menu-container {
    height: auto;
    line-height: 46px;
	font-size: 0.9em;
}

ul#menu-footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul#menu-footer-menu li {
    float: left;
    margin: 0 10px;
}
ul#menu-footer-menu li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.2s;
}
@media (hover: hover) {
  ul#menu-footer-menu li a:hover { color: #fff; }
}
.site-info {
    color: #666;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.video-block-happy {
    position:relative;
    height: calc( 200% - 0.5rem );
    margin: 0.25rem;
}

.video-block-happy-absolute {
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    padding: 1rem;
}

.video-block-happy-absolute > img,
.video-block-happy-absolute > iframe {
    max-width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .video-block-happy {
        height: 0;
        padding-bottom: 56.25%;
        margin: 0.5rem;
    }
}

.video-block {
    background: transparent;
    border: none;
    margin: 6px;
    height: calc(100% - 8px);
}

.video-block.related-video-block {
    margin: 0 0 0.25rem;
}

.side-related {
    overflow: hidden;
}

.video-block a {
    display: block;
}

.video-block .thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #1a1a1a;
}


.video-block .no-thumb {
    background-image: url("../img/no-thumb.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-block .infos span.title {
    font-size: 0.9em;
    height: auto;
    min-height: 36px;
    display: block;
    overflow: hidden;
    font-weight: 400;
    padding: 0px;
    text-align: left;
	line-height: 20px;
	color: #f7f7f7;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-block.video-block-cat .infos span.title {
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    line-height: 20px;
}

.video-block.video-block-cat .video-datas {
    padding: 0 0 10px;
}

.video-block .video-datas i {
    font-size: 100%;
    margin-right: 0px;
    position: relative;
}

.video-block .views-number {
    opacity: 1;
    color: #909090;
}

.video-block .video-debounce-bar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: rgba(255,255,255,0.8);
}

.video-block .video-debounce-bar--wait {
    animation: debounce-bar-load 0.3s 0.15s ease-in-out forwards, debounce-bar-hide 0.3s 0.5s ease-in-out forwards;
}

@keyframes debounce-bar-load {
  0% {width: 0%;}
  100% {width: 100%;}
}

@keyframes debounce-bar-hide {
  0% {top: 0;}
  100% {top: -100%;}
}

.video-block .video-preview {
    position: absolute;
    /* z-index: 10; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-preview video{
    width: 100%;
    height: 100%;
}

.video-block .thumbs-rotation {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-block .video-img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

/* Native lazy loading — no JS-based opacity tricks needed */

.video-block .img-thumbnail {
    background-color: rgba(0,0,0,0.25);
    border: 1px solid rgba(0,0,0,0.25);
}

.video-block .video-name {
    position: absolute;
    z-index:100;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.38);
    font-weight: 700;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: bottom 0.5s ease-in-out !important;
}

.duration {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    padding: 2px 4px;
    margin: 0 2px;
    font-size: 12px;
    white-space: nowrap;
    color: #7e7e7e;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.video-block .video-name span.video-status {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.video-block .video-name span.video-status-online {
    background: #a2db00;
}

.video-block .video-name span.video-status-offline {
    background: #ddd;
}

.video-block .video-iframe {
    display: none!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block a:hover .video-iframe {
    display: inline-block!important;
}

.video-block:hover .infos span.title {
  color: #bbbbbb;
}

span.rating-nolike {
    color: #888;
    font-weight: 500;
    margin: 0 2px;
}

span.rating-no {
    color: #bbb;
    margin: 0 2px;
}


/********************/
/****** SEARCH ******/
/********************/
.search-nav {
    display: flex;
    align-items: center;
}

.search-nav .nav-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* old header-search-form removed — replaced by .new-hdr-search-* in header.css */

/*******************************/
/****** SINGLE VIDEO PAGE ******/
/*******************************/
.single-video-player {
    padding: 0px 0 0px;
	background: black;
	height: 515px;
	direction: ltr !important;
}

#video-content .inner {
    max-width: 450px;
    margin-right: 30px;
    padding: 15px 20px 45px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-left-radius: 70px;
}

.responsive-player {
    position: relative;
    height: 0;
}

.responsive-player iframe,
.responsive-player .fluid_video_wrapper,
.responsive-player .video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fluid_video_wrapper #my-video {
	cursor: pointer;
}

.vjs-tech,
.video-player,
.video-js {
	outline: none;
}

.video-js .vjs-control-bar {
	/* background-color: #333!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 ); */
	/* border: 1px solid #333; */
    height: 40px;
    line-height: 40px;
}

.vjs-poster {
	background-size: cover;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
	display: block;
}

.vjs-big-play-centered .vjs-big-play-button {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.video-js .vjs-big-play-button {
	font-size: 5em;
}

.video-js .vjs-control:focus::before, .video-js .vjs-control:hover::before, .video-js .vjs-control:focus {
    outline: 0;
}

.video-js .vjs-play-progress::before {
	font-size: 17px;
	position: absolute;
	right: -0.5em;
	top: -16px;
	z-index: 1;
}

.vjs-button > .vjs-icon-placeholder:before {
	font-size: 25px;
	line-height: 40px;
}

.video-js .vjs-progress-holder {
    height: 7px;
}

.video-js .vjs-slider {
    background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-time-tooltip {
    top: -57px;
    padding: 0 8px;
}

.vjs-quality-selector .vjs-icon-placeholder:before {
	content: '\f110';
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	line-height: 1.67em;
}

.vjs-quality-selector button.vjs-menu-button {
	background-color: transparent!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
}

.video-js .vjs-time-control {
    font-size: 14px;
    line-height: 40px;
}

.video-content-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.75rem 0 2rem;
}

#video-content h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: -0.5px;
    margin: 0;
}

#video-content h1 a {
    display: block;
}

.video-action {
    margin-top: 1rem;
}

.video-action .btn {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.video-thumb-link {
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.video-thumb-img {
    position: relative;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem;
}

.video-info .col {
    padding: 15px;
    font-size: 12px;
    /* background: rgba(0,0,0,0.15); */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    margin: 1%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.video-info .col strong {
    font-size: 18px;
    text-transform: capitalize;
    display: block;
}

.video-info .col span {
    font-size: 12px;
}

.video-bio {
    padding: 1rem 2rem;
    text-align: left;
}

.video-bio p {
    margin-bottom: 2rem;
}

.video-bio .tags-title {
    float: left;
    margin-right: 8px;
    font-weight: 500;
}

.video-bio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.video-loop {
    padding: 0.5rem;
    min-height: 800px;
    overflow: hidden;
}

.video-loop.video-loop-padding {
    padding: 0.5rem;
}

#single-wrapper.wrapper {
    padding: 0;
}

.single-video-infos {
    padding: 0;
    background-color: #222;
	border-bottom: 1px solid #333;
	border-top: 2px solid #111;
}

@media (max-width: 1439px)
{
.single-video-infos {
    margin: 0 15px;
}
}

.single-video-infos .col-left {
    padding: 0 50px 0 20px;
}

.video-description {
    line-height: 18px;
    height: auto;
    font-size: 0.9em;
    color: #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
	text-align: justify;
}

.video-description p {
	margin-bottom: 0;
}

.tags-list h3 {
    margin-bottom: 10px;
}

.tags-list a {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.tags-list .list {
    display: block;
    margin: 15px 0;
}

.tags-list .listag {
    display: block;
    margin: 8px 0;	
	max-height: 64px;
    overflow: hidden;
}

.tags-list .list i {
    font-size: 90%;
    margin: 0 2px;
}

.tags-list .list-title {
    margin-right: 5px;
    font-size: 15px;
}

.tag-sep {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    position: relative;
    top: -2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tag-sep.first {
    margin: 0 7px;
}

.happy-inside-player {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 400;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
}

.happy-inside-player a {
	display: block;
	line-height: 0;
}

.happy-player-under {
    text-align: center;
    padding: 30px 0 0;
}

.happy-player-beside {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

.close-text {
	position: absolute;
    bottom: 0;
    left: 50%;
	transform: translate(-50%, 0);
	padding: 0 12px;
	height: 40px;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.happy-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.related-videos {
    padding: 10px 0;
}

.related-videos h2 {
    margin-bottom: 0;
    padding: 5px 0px 10px 0px;
	font-size: 20px;
	color: #f5f5f5;
}

.related-videos .video-loop {
    min-height: auto;
}

.single-video-comments {
    padding: 20px 0;
	border-top: 1px solid #222;
}

.single-video-comments .comments-area,
.single-video-comments .comments-area h3 {
    margin-top: 0;
}

.single-video-comments .comments-area h3 {
    font-size: 80px;
    opacity: 0.2;
}

.single-video-comments textarea {
    padding: 20px;
}

.single-video-comments label {
    font-weight: 500;
    opacity: 0.9;
}

/***************************/
/****** VIDEO ACTIONS ******/
/***************************/
.video-actions {
    display: flex;
    justify-content: space-between;
}

.video-actions-box {
    height: 90px;
    text-align: center;
    padding: 0 30px;
}

#video-views span.views-number {
    display: block;
    /* font-size: 60px; */
    font-size: 30px;
    font-weight: 700;
    opacity: 0.5;
    margin: 10px 0;
}

#video-views span.views-title {
    display: inherit;
    margin-top: -15px;
}

#video-rate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-like {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.post-like a {
    display: flex;
    padding: 0px 10px;
    background: #3a3a3a;
    text-align: center;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    flex-direction: row;
    margin: 2px 20px;
    gap: 5px;
    line-height: 28px;
}

.likes_count {
    font-size: 0.8em;
    color: #aaa;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.dislikes_count {
    font-size: 0.8em;
    color: #aaa;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 350.98px)
{
	.likes_count {
    display: none;
}

.dislikes_count {
    display: none;
}
}


.post-like a i {
    font-size: 20px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #aaa;
}

.post-like a:hover i {
    color: #ddd;
}

.rating-likes-bar {
    width: 130px;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
}

.rating-likes-bar .likes {
    font-size: 14px;
    margin-bottom: 5px;
}

.rating-bar-meter {
    width: 0%;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	height: 5px;
}

#temptext {
    position: fixed;
    left: 0;
    opacity: 0;
}

/******************/
/****** PAGE ******/
/******************/
.entry-content {
    padding: 20px;
    margin-bottom: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #222;
    width: 100%;
    display: block;
}

/***********************/
/****** TAGS PAGE ******/
/***********************/
.archive-tags-list {
    padding: 40px 20px;
}

.tags-letter-block {
    margin: 0 0 0px;
    border-bottom-width: 1px;
    padding-bottom: 30px;
}

.tags-letter-block .tag-letter {
    padding-top: 3px;
    padding-left: 30px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ccc;
    color: black;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 4px;
}

.tags-letter-block .tag-items {
    margin: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
	text-align: center;
}

.tags-letter-block .tag-items .tag-item {
    display: block;
    list-style: none;
    text-overflow: ellipsis;
    background: #222;
    margin: 0px 0 5px 0;
	border-radius: 4px;
}

.tags-letter-block .tag-items .tag-item a {
    padding: 6px;
    display: inline-block;
    outline: 0;
}

/******************************/
/****** SINGLE BLOG POST ******/
/******************************/
.entry-header .entry-meta {
    margin-bottom: 15px;
}

.entry-footer span.edit-link {
    display: none;
}

.post-navigation {
    margin-top: 15px;
}

.post-navigation a {
    display: block;
    padding: 6px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area h3 {
    font-size: 1.4rem;
}

/*********************/
/****** SIDEBAR ******/
/*********************/
.widget-area {
    width: 200px;
}

.widget-area h3 {
    font-size: 1.1rem;
    padding: 15px 20px 0;
    margin: 0 0 14px;
}

.kot-tag-filter-widget {
    margin-bottom: 15px;
}

.kot-tag-filter-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.kot-tag-filter-widget .cat-item-none {
    padding-left: 20px;
}

.kot-tag-filter-widget ul li a {
    display: block;
    padding: 10px 20px;
    margin-bottom: 1px;
    font-size: 14px;
}

.kot-tag-filter-widget ul li a:hover,
.kot-tag-filter-widget ul li a.active,
.kot-tag-filter-widget ul li.current-cat a {
    font-weight: 700;
}

.widget p {
    padding-left: 20px;
}

.col-md-3.five-per-row {
    flex: 0 0 20%;
    max-width: 20%;
}

.see-all-tax {
    font-weight: 700;
    font-style: italic;
}

.see-all-tax i {
    font-size: 80%;
    margin-left: 3px;
}

/********************/
/****** FOOTER ******/
/********************/
#wrapper-footer {
    position: relative;
    padding: 20px 0 22px;
	color: #999;
	background: #1a1a1a;
	border-top: 1px solid rgba(255,255,255,0.12);
}

/* Extra small devices (portrait and landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    h1 {
        font-size: 22px;
        line-height: 36px;
    }
    .hero h1 {
        font-size: 28px;
    }
    .hero-desc {
        font-size: 18px;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 35px;
    }
    .container {
        max-width: 100%;
    }
    /* Old mobile .navbar rules removed — new header uses .new-hdr-* / .new-mobile-menu */
    .dropdown-item {
        padding: 20px 24px;
    }
    .widget-area {
        display: none;
    }
    .video-loop {
        padding: 1px;
    }
    .video-block a {
        margin: 1%;
    }
    .video-block .video-name {
        display: none;
    }
    .video-action .btn {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #video-content .inner {
        max-width: 100%;
        margin-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .video-iframe {
        width: 100%;
    }
    .video-content-top {
        margin-bottom: 1rem;
    }
    .video-thumb-link {
        display: none;
    }
    .menu-footer-menu-container {
        height: auto;
    }
    .menu-footer-menu-container ul {
        margin-bottom: 30px;
    }
    .menu-footer-menu-container ul#menu-footer-menu li {
        float: none!important;
        line-height: 35px;
    }
    .site-info {
        line-height: 32px;
		text-transform: uppercase;
		font-size: 0.9em;
  		font-weight: 400;
    }
	
    .happy-inside-player {
        display: none;
    }
    .happy-player-beside {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .happy-player-beside .zone-2 {
        display: none;
    }
    .single-video-infos .col-left {
        padding: 0;
    }
    .tags-list .list {
        text-align: center;
    }
    .video-actions {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .video-actions-box {
        background-color: transparent!important;
    }
    .video-actions-box {
        height: 80px;
    }
    .rating-likes-bar {
        width: 100px;
    }
    .happy-section {
        display: none;
    }
    .tags-letter-block .tag-items {
        column-gap: unset;
        column-count: unset;
    }
    .tags-letter-block .tag-items .tag-item,
    .tags-letter-block .tag-items .tag-item a {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h2 {
        font-size: 1.75rem;
    }
    .container {
        max-width: 100%;
    }
    .video-content-top {
        display: block;
    }
    #video-content .inner {
        max-width: 100%;
        margin: 15px 0 0;
        padding: 20px 100px 20px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .video-iframe {
        width: 100%;
    }
    .video-content-top {
        margin-bottom: 1rem;
    }
    .video-thumb-link {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 100%;
    }
    #video-content .inner {
        max-width: 350px;
        padding: 15px 20px 20px;
    }
    .video-thumb-img {
        width: 90px;
        height: 90px;
    }
    #video-content h1 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    .video-bio p {
      margin-bottom: 1rem;
    }

    .video-info {
      margin-bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
    .container-lg {
        max-width: 100%;
    }
}

/* from custom css */

#tooltip-like {
    display: none;
    position: absolute;
    width: 100%;
    height: 48px;
    line-height: 48px;
    left: 0;
	top: 0;
    background-color: #699f2f;
    color: #fff;
    z-index: 10;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.h2-footer-desc h2 {
    font-size: 1.6em;
    margin-bottom: 0;
    padding-top: 20px;
	  line-height: 26px;
}

a.tool-fav {
    color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 500;
}

.tagiconclass {
    width: auto;
    bottom: 6px;
    height: auto;
    padding: 4px 0px 0px 0px;
    margin: 0px 6px;
    position: absolute;
    z-index: 2;
}

img.vid-tag-info-tag-ico {
    width: 25px;
    height: auto;
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7);
	outline-style: solid;
    outline-color: black;
    outline-width: thin;
}

.with-tag-icon {
    padding: 0px 10px 0px 0px !important;
}

div#respond {
    padding-top: 10px;
}

input#email {
    background: #eee;
    height: 38px;
}

input#author {
    background: #eee;
    height: 38px;
}

.img-likes-exampl {
    width: 100%;
    max-width: 415px;
    height: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-right {
    width: auto;
    display: inline-block;
    position: relative;
    height: auto;
}

.hide-when-entries {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #aaa;
    display: block;
    padding: 0px 0px 15px 0px;
    line-height: 20px;
    margin: 0px;
}

.video-datas-category-count {
    font-size: 14px;
    padding: 0 0 10px;
    text-align: center;
    color: #bbb;
}

.comment-metadata a {
    color: #999 !important;
}

p.logged-in-as {
    display: none;
}

.comment-form-author {
    width: 50%;
    display: inline-block;
    padding: 0px 4px 0px 0px;
	  float: left;
}

.comment-author {
    color: #ddd;
    text-decoration: underline;
}

.comment-form-email {
    width: 50%;
    display: inline-block;
    padding: 0px 0px 0px 4px;
}

.tags-list.single-vide {
    padding-bottom: 20px;
    padding-top: 5px;
    width: 100%;
    height: auto;
}

.related-tag-vid {
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #ccc;
    letter-spacing: 0.2px;
    padding-bottom: 8px;
}

.tags-list.center-actors {
    text-align: center;
}

.act-count {
    background: #fff;
    padding: 2px 3px 2px 3px;
    color: #333;
    font-size: 0.85em;
    margin: 0;
	  letter-spacing: -0.4px;
	  border-radius: 4px;
	  font-weight: bold;
}

.img-actor-vid {
    width: 32px;
    height: 56px;
    display: inline-block;
    float: left;
    margin-right: 6px;
    object-fit: cover;
}

.img-actor-vid-noimg {
    width: 32px;
	  height: 38px;
    display: inline-block;
    float: left;
    margin-right: 6px;
    object-fit: cover;
}

.img-actor-page {
    width: 82px;
    height: 82px;
    display: block;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    float: left;
 	margin-right: 18px;
	margin-bottom: 10px;
}

.numresult-act {
    display: inline-block;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    text-transform: inherit;
    height: auto;
}

.act-page {
    display: inline-block;
	  width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
}

.actor-page {
    width: 100%;
    z-index: 2;
    height: auto;
    line-height: 25px;
    padding: 5px 0px 5px 0px;
background: rgb(25,25,25);
    background: linear-gradient(90deg, rgba(25,25,25,1) 0%, rgba(40,40,40,1) 5%, rgba(25,25,25,1) 88%);
}

.actor-page h1 {
    line-height: 20px !important;
    padding-top: 4px;
}

.about-act {
    display: inline-block;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    text-align: left;
    height: auto;
}

.act-desc {
    color: #bbb;
    font-size: 15px;
    height: max-content;
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 8px 5px 5px 5px;
    font-style: italic;
    border-top: 1px solid #111;
    text-transform: none;
    overflow: auto;
}

.act-desc.showdesc {
		display: none !important;
}


.actor-about-href.active-showdesc{
		background: #ddd;
    color: #111 !important;
}
.act-desc p {
    margin: 0;
}

.img-actor-footer {
    width: 120px;
    height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    border-radius: 50%;
    border: 4px solid #e9e9e9;
    padding: 4px;
    object-fit: cover;
}

a.label-act-footer-img {
    display: inline-block;
    width: 155px;
    height: auto;
    padding: 4px;
    margin: 2px 4px 12px 4px;
    background-color: transparent;
    text-align: center;
}

.act-footer-txt {
    width: 100%;
    height: 18px;
    color: #eee;
    overflow: hidden;
    display: block;
    text-decoration: underline;
    line-height: 16px;
    padding: 0px 2px 0px 2px;
    margin: 0px;
}

.numresult {
    color: #898989;
    white-space: nowrap;
    letter-spacing: -1px;
}

.related-video-box {
    width: 100%;
    height: 100%; 
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.related-video-box-video {
    display: inline-block;
    width: 24%;
    height: auto;
    overflow: hidden;
}

.related-video-box-cont {
    height: 80%;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  overflow: hidden;
	  text-align: center;
}

.related-video-box-video .video-img {
    transition: transform .3s;	
}

.related-video-box-video .video-img:hover {
    transform: scale(1.2);	
}

.top-filtr span a {
    color: #aaa;
    font-size: 0.9em;
    border: 1px solid #303030;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 10px;
    margin: 0 2px 0px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #101010;
}

.hdclass {
    display: block;
    position: absolute;
    z-index: 10;
    width: auto;
    right: 6px;
    top: 4px;
}

.newclass {
    display: block;
    position: absolute;
    z-index: 1;
    width: auto;
    left: 8px;
    top: 8px;
}

span.hdicon {
    background: black;
    color: white;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.75;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-style: italic;
}

.video-block .duration {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    padding: 2px 5px;
    margin: 0 2px;
    font-size: 12px;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ccc;
}

#special-block.video-block {
    border-radius: 12px;
}

#special-block .thumb {
    border-radius: 12px;
}

#special-block .thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.08);
    z-index: 3;
    pointer-events: none;
}

.video-block .duration-ad {
    display: block;
    position: absolute;
    z-index: 4;
    left: 8px;
    top: 8px;
    background: linear-gradient(135deg, #ff6b35, #e91e63);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}

.video-block .duration-ad::before {
    content: '\f005';
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 10px;
    margin-right: 4px;
}

.top-filtr span a:hover {
    border: 1px solid #f5f5f5;
}

.top-filtr a.active {
    border: 1px solid transparent;
    color: #999;
    background: rgba(255,255,255,0.07);
}

.top-filtr a.active:hover {
    border: 1px solid transparent;
}

.top-filtr {
    display: flex;
}

.video_delete_px {
    height: 1px;
}

@media (max-width: 767.98px)
{
.top-right {
    width: 32px;
}	
	
.img-actor-page {
    width: 76px;
    height: 76px;
}	
	
.actor-page h1 {
    padding-top: 2px;
}
	
.act-desc {
    max-height: 200px;
}
	
ul#menu-footer-menu {
    width: 100%;
    padding-top: 10px;
}
	
ul#menu-footer-menu li a {
    display: block;
    border: 1px solid #404040;
    margin: 0px 0px 6px 0px;
		text-decoration: unset !important;
}
	
.pagination-lg .page-link {
		padding: 1rem 0.5rem;
    font-size: 1.1rem;
    line-height: 0.4;
}

.img-actor-vid {
    width: 30px;
}
	
.img-actor-vid-noimg {
	  height: 34px;
}
	
a.label-act-footer-img {
    width: 150px;
    padding: 2px;
    margin: 0px 8px 16px 8px;
}

}

.video-block .rating {
    font-weight: 500;
	color: #909090;
    opacity: 0.9;
	margin: 0 2px;
}

.mobile li {
    padding: 0px;
    margin: 0px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    border-bottom: 1px solid #363636;
	  list-style-type: none;
}

li.mobile-lang {
    padding-left: 20px;
}

.rating-bar-meter {
    height: 2px;
	background: #7cbf34;
}

.rating-bar {
    height: 2px;
    width: 100%;
    min-width: 25px;
    background: #606060;
}

.rating-bar-no {
    height: 2px;
    width: 100%;
    max-width: 100%;
    min-width: 25px;
    background: #606060;
}

.col-12.col-md-10.mx-auto h1 {
    padding-top: 0.8em;
    line-height: 30px;
    font-size: 1.7em;
    color: #f5f5f5 !important;
	  margin-bottom: 12px;
}

.col-md-10 {
    -webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
    -ms-flex: 0 0 100%;
		flex: 0 0 100%;
    max-width: 100%;
    background: black;
}

#beside-video-1 {
    display: flex;
    width: 300px;
    height: 250px;
}

#beside-video-2 {
    display: flex;
    width: 300px;
    height: 250px;
}

#beside-video-ver2 {
    float: right;
    width: 312px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    text-align: center;
    height: 515px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
	overflow: hidden;
}

.under-vid {
    width: calc(100% - 320px);
    background: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 126px;
}

div#under-videos {
    height: 98px;
    width: 738px;
    padding-top: 4px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    text-align: center;
    margin: 0;
}

@media (max-width: 1200px)
{
.under-vid{
    width: 100%;
	}
	
.related-video-box-video {
    width: 32.4%;
}
.related-video-box-cont {
    height: 95%;
}

.related-video-box-video:nth-child(n+7) {
    display: none;
}	
}

@media (max-width: 767.98px)
{
.under-vid{
    width: 100%;
	}
	
.related-video-box-video {
    width: 49%;
}
.related-video-box-cont {
    height: 88%;
}
}

.under-vid-box.max {
    width: 100%;
}

.under-vid.max {
    width: 100%;
}

.video_play_box {
  float: left;
  width: calc(100% - 316px);
  background: black;
	height: 100%;
	padding-right: 4px;
}


@media (max-width: 1439px)
{
.single-video-player {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 1440px)
{
.container.container-lg.undd {
    padding: 0;
}
}

.video-player {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

.responsive-player {
    position: relative;
    height: 100%;
    max-height: 428px;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
	  overflow: hidden;
}

#box-txtovka-box {
    background: #eee;
    background: repeating-linear-gradient( 45deg, #eeeeee, #eeeeee 24px, #e3e3e3 4px, #e3e3e3 35px );
    line-height: 38px;
    max-height: 38px;
    overflow: hidden;
	  text-align: center;
}

#box-txtovka-con {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

#box-txtovka-box:hover{
	background: #ddd;
}

#txtovka {
    color: #101010;
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    padding: 2px 0;
}

#flg-txt{
    width: 25px;
	display: inline-block;
	margin-right: 4px;
	height: 100%;
}

.responsive-player.vidmax {
	  max-height: 478px;
}

.related-boxes {
    width: 100%;
    text-align: center;
    display: block;
    background: #272727;
    height: 302px;
    padding-top: 14px;
}

#related-boxes-footer-ver2 {
    width: 100%;
    text-align: center;
    display: flex;
    height: 315px;
    background: #252525;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	background: transparent;
}

.related-boxes-mobile {
    display: none;
}

/* #after-boxes-ver2 — restyled in homepage-bottom.css (.hb-ads-section) */

.after-boxes-mobile {
    display: none;
}

.footer-boxes-mobile{
    display: none;
}

/* #after-box-1/2/3 — restyled in homepage-bottom.css (.hb-ads-section) */

#related-boxes-1-footer {
    display: flex;
    margin: 6px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    width: 312px;
    height: 262px;
    padding: 6px;
}

#related-boxes-2-footer {
    display: flex;
    margin: 6px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    width: 312px;
    height: 262px;
    padding: 6px;
}

#related-boxes-3-footer {
    display: flex;
    margin: 6px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    width: 312px;
    height: 262px;
    padding: 6px;
}

.before-list-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 140px;
    width: 100%;
    background: #272727;
}

.before-list-boxes-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 116px;
    padding-top: 10px;
    width: 100%;
    background: #252525;
}

#before-list-boxes-mobile-singl {
    display: none;
}

#before-list-boxes-mobile-singl_2 {
    display: none;
}

#before-list-boxes-mobile-singl_tblt {
    display: none;
}

.after-video-boxes-mobile {
    display: none;
}

.inside-video-boxes-mobile {
    display: none;
}

.inside-video-all-boxes-mobile {
    display: none;
}

#inside-video-boxes-mobile2 {
    display: none;
}

#inside-video-boxes-mobile2_2 {
    display: none;
}

#inside-video-boxes-mobile2_tblt {
    display: none;
}

.footer-video-boxes-mobile{
    display: none;
}

.footer-video-boxes-mobile2{
    display: none;
}

div#before-box {
    height: 98px;
    width: 738px;
    padding-top: 4px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    text-align: center;
    margin: 0;
}
div#before-box-mobile {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
	  margin: 0;
}

div#after-box-video-mobile {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
	  margin: 0;
}

div#inside-box-video-mobile {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
		margin: 0;
}

div#inside-box-video-mobile_b {
		height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#inside-box-video-mobile2 {
    height: 254px;
    width: 304px;
    padding: 2px 0 0 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#inside-box-video-mobile2_tblt {
    height: 254px;
    width: 304px;
    padding: 2px 0 0 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#inside-box-video-mobile2_tblt2 {
    height: 254px;
    width: 304px;
    padding: 2px 0 0 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#footer-box-video-mobile {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#footer-box-video-mobile2 {
    height: 254px;
    width: 304px;
    padding: 2px 0 0 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

#footer-box-listing-mobile {
	height: 254px;
    width: 304px;
    padding: 2px 0 0 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#before-box-single-mobile {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#before-box-single-mobile_tblt {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#before-box-single-mobile_tblt2 {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

div#after-box-mobile {
    height: 104px;
    width: 304px;
    padding: 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

.inside-list-boxes-ver2 {
    position: relative;
    height: calc( 200% - 0.5rem );
    margin: 0.25rem;
	  background: #000;
}

.inside-list-boxes-mobile {
    display: none;
}

.inside-list-absolute-ver2 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    padding: 8px;
}

div#inside-box {
    width: 312px;
    height: 262px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    position: absolute;
    padding: 6px;
}

#inside-box-mobile {
    width: 304px;
    height: 254px;
    padding: 2px 0 0 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
}

div#related-box-video-mobile {
    height: 254px;
    width: 304px;
    padding: 2px 0px 0px 2px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    margin: 0;
}

.after-list-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 160px;
    width: 100%;
    background: #000;
}

div#after-box {
    height: 98px;
    width: 738px;
    padding-top: 4px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    text-align: center;
    margin: 0;
}

.container.container-lg.undd {
    background: #272727;
}

.native-boxes-ver2 {
    width: 100%;
    height: auto;
    min-height: 160px;
    background: #000;
    padding: 17px 0px 6px 0px;
}

#native-boxes-2-ver2 {
    width: 100%;
    height: 230px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px)
{
#before-list-boxes-mobile-singl_tblt {
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 116px;
    width: 100%;
    padding-top: 10px;
}
	
#inside-video-boxes-mobile2_tblt {
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 274px;
    width: 100%;
    padding-bottom: 6px;
}	
}

@media (max-width: 1023px)
{	
	
#box-txtovka-box {
    max-width: 100%;
}
	
.textovka_mobile {
    display: block;
    width: 100%;
	  height: auto;
	  margin: 0;
	  padding: 0;
}
	
.textovka_mobile.padd {
		padding-top: 4px;
}		

.related-boxes {
		display: none;
}	
	
#related-boxes-footer-ver2 {
		display: none;
}
	
.related-boxes-mobile {
		display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 284px;
    width: 100%;
    background: #272727;
}
	
#after-boxes-ver2 {
		display: none;
}

.after-boxes-mobile {
		display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 124px;
    width: 100%;
}
	
.footer-boxes-mobile {
 		display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 278px;
    width: 100%;
}
	
.after-video-boxes-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 4px 0px;
    margin: 0;
    height: 126px;
    width: 100%;
    background: transparent;
}
	
#beside-video-ver2 {
		display: none;
}
	
.under-vid {
		display: none;
}
		
.responsive-player.vidmax {
    height: 0;
}	
	
.video_play_box {
  float: none;
  width: 100%;
  background: black;
	height: 100%;
	padding: 0;
}
	
.responsive-player {
    height: 0;
	padding-bottom: 56%;
	max-width: inherit;
	max-height: inherit;
}
	
.single-video-player {
    height: auto;
}
}

.video_play_box.max {
    width: 100%;
	  padding: 0;
}

.video-actions-new {
    display: flex;
    justify-content: space-between;
    height: 48px;
    background: rgb(33,33,33);
background: linear-gradient(0deg, rgba(33,33,33,1) 22%, rgba(4,4,4,1) 100%);
    margin-top: 1px;
    overflow: hidden;
    width: 100%;
    padding-right: 23%;
    padding-left: 23%;
	  border-top: 1px solid #202020;
    border-bottom: 1px solid #303030;
	  position: relative;
}

@media (max-width: 2000px)
{
.video-actions-new {
		padding-right: 20%;
    padding-left: 20%;
}
}

@media (max-width: 1700px)
{
.video-actions-new {
		padding-right: 13%;
    padding-left: 13%;
}
}

@media (max-width: 1300px)
{
.video-actions-new {
	padding-right: 0;
    padding-left: 0;
}
}

input[type='text'],textarea {font-size:1em;}

input.search-field::placeholder {
    color: #808080;
}

@media (max-width: 767.98px)
{	

.inside-list-boxes-mobile {
    height: 268px;
    padding: 0px;
    display: block;
    position: relative;
    background: #252525;
    margin-bottom: 6px;
}
	
.inside-video-boxes-mobile {
    background: #252525;
	  display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 110px;
    width: 100%;
}
	
#before-list-boxes-mobile-singl {
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 116px;
    width: 100%;
    padding-top: 10px;
}
	
#before-list-boxes-mobile-singl_2 {
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 116px;
    width: 100%;
    padding-top: 10px;
}
	
.inside-video-all-boxes-mobile {
    background: #252525;
    padding: 8px 0px 0px 0px;
    margin: 0;
    height: 238px;
    width: 100%;
    display: block;
}
	
#inside-video-boxes-mobile2 {
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 274px;
    width: 100%;
    padding-bottom: 6px;
}
	
#inside-video-boxes-mobile2_2 {
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 274px;
    width: 100%;
    padding-bottom: 6px;
}
	
.footer-video-boxes-mobile {
		background: #101010;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 120px;
    width: 100%;
}
	
.footer-video-boxes-mobile2 {
		background: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 278px;
    width: 100%;
}

	
.video-block .infos span.title {
	  font-size: 0.85em;
}
	
.video-actions-new {
	height: 40px;
	padding-left: 0;
  padding-right: 0;
}
	
#tooltip-like {
    height: 40px;
    line-height: 40px;
	  font-size: 15px;
}	
	
span.all-cat-all {
    display: none;
}
}

@media (min-width: 1200px) and (max-width: 1750px)
{
.col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
	
.related-videos .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
	
.order-lgx-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}	
	
.order-lgx-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
	
.col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
	
.d-xl-block {
    display: none!important;
}
	
.d-lgx-block {
    display: block!important;
}
}


@media (max-width: 767.98px)
{
.col-12.col-md-10.mx-auto h1 {
    font-size: 1.3em;
	  line-height: 24px;
	  padding-top: 0.2em;
}
}

a.label-cat {
    background: #e9e9e9;
    color: #000;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    height: 36px;
    line-height: 36px;
    width: auto;
}

a.label-act {
    background: #606060;
    color: #fff;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    height: 36px;
    line-height: 36px;
    width: auto;
}

a.label-plus {
    background: #222222;
    color: #8d8d8d;
    font-weight: bold;
    float: right;
    padding: 4px 6px 4px 6px;
}

i.fa.fa-folder {
    padding-right: 1px;
}

.category-menu .tags-list a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9em;
	  font-weight: 500;
	  text-transform: capitalize;
	  overflow: hidden;
}

.category-menu.act .tags-list {
    max-height: max-content !important;
}

.category-menu .tags-list {
    overflow: hidden;
    max-height: 40px;
	  line-height: 0;
}

@media (max-width: 767.98px)
{	
.top-filtr span a {
    padding: 6px 8px 6px 8px;
    margin: 0;
    letter-spacing: -0.3px;
}
	
.category-menu .tags-list {
    max-height: 36px;
}

.filter-list-mobile i.fa {
    font-size: 0.9em;
}
	
.filter-list-mobile{
    display: flex;
    overflow-x: auto;
	  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
	
.filter-list-mobile span {
	  white-space: nowrap;
	  padding-right: 5px;
}
	
.filter-list-mobile::-webkit-scrollbar {
    display: none;
}	
	
.tags-letter-block {
    column-count: 2;
    column-gap: 5px;
	  font-size: 15px;
}
	
.tags-letter-block .tag-letter {
		text-align: center;
	  padding: 0;
}
	
.video-block a {
    margin: 0%;
}
	
a.label-cat.plust {
		padding: 0px 6px 0px 6px;
    height: 36px;
    line-height: 36px;
    width: auto;
}
}

.box-sizing { 
width: 100%;
}

.vid-likes {
  float:left; 
  background: rgb(33,33,33);
background: linear-gradient(0deg, rgba(33,33,33,1) 22%, rgba(4,4,4,1) 100%);
  border-right: 1px solid #353535;
}

.vid-views {
  float:left; 
  background: rgb(33,33,33);
background: linear-gradient(0deg, rgba(33,33,33,1) 22%, rgba(4,4,4,1) 100%);
  border-right: 1px solid #353535;
	text-align: center;
	max-width: 200px;
	padding: 0 4px;
}

.vid-views .vid-up {
    font-weight: bold;
    font-size: 19px;
	  padding-top: 3px;
	  display: block;
	  height: 50%;
	  color: #aaa;
}

.vid-views .vid-down {
    font-size: 0.8em;
    display: block;
    height: 50%;
	  color: #aaa;
}

@media (max-width: 767.98px)
{
.vid-views .vid-up {
    font-size: 15px;
}
	
.vid-views .vid-down {
    font-size: 11px
}
}

.vid-comments {
  float:left; 
	background: rgb(33,33,33);
	background: linear-gradient(0deg, rgba(33,33,33,1) 22%, rgba(4,4,4,1) 100%);
  border-right: 1px solid #353535;
	text-align: center;
	max-width: 130px;
	position: relative;
	padding: 0 4px;
}

.vid-comments:hover {
    background: #333;
		-webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.vid-comments .vid-up {
    font-size: 20px;
	  display: block;
	  height: 50%;
    color: #aaa;
}

.vid-comments .vid-down {
    font-size: 0.8em;
    display: block;
    height: 50%;
	  color: #aaa;
}

.ad-switch-static {
    position: relative;
    width: 64px;
    height: 28px;
    border-radius: 8px;
    display: inline-block;
}

.slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px 0px 5px;
	position: relative;
}

.donat {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
	cursor: pointer;
	max-width: 100px;
}

a.donatebut {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-on {
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
    pointer-events: none;
    display: flex;
	text-transform: capitalize;
}

.handle {
    width: 20px;
    height: 20px;
    background-color: #e7e7e7;
    border-radius: 50%;
    pointer-events: none;
    display: flex;
    box-shadow: 0px 0px 4px #303030;
    position: absolute;
    right: 4px;
}

.nocomm {
    background: #5c5c5c !important;
    color: #e7e7e7 !important;
}

@media (max-width: 767.98px)
{
.ad-switch-static {
    width: 62px;
}	
	
.vid-comments .vid-up {
	display: flex;
	font-size: 24px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
	
.vid-comments .vid-down {
	display: none;
}
	
.dislikes_count {
    font-size: 11px;
}
	
.likes_count {
    font-size: 11px;
}


}

.vid-report {
  float:left; 
	background: rgb(33,33,33);
	background: linear-gradient(0deg, rgba(33,33,33,1) 22%, rgba(4,4,4,1) 100%);
	text-align: center;
	max-width: 100px;
	cursor: pointer;
}

.vid-report:hover {
    background: #3b2626;
	-webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.vid-report .vid-up {
    font-size: 20px;
    display: block;
    height: 50%;
    color: #aaa;
    padding-top: 2px;
}

.vid-report .vid-down {
    font-size: 0.8em;
    display: block;
    height: 50%;
	  color: #aaa;
}

@media (max-width: 767.98px)
{
.vid-report {
	display: flex;
	font-size: 24px;
    height: 100%;
    align-items: center;
    justify-content: center;
}	
	
.vid-report .vid-down {
	display: none;
}

}

.rating-likes-bar .likes {
    font-size: 13px;
    margin-bottom: 2px;
    padding-top: 8px;
	  color: #aaa;
}

.rating-likes-bar {
    width: 110px;
    padding: 0;
}

@media (max-width: 767.98px)
{
.rating-likes-bar .likes {
    font-size: 12px;
    margin-bottom: 1px;
    padding-top: 6px;
}	
	
.rating-likes-bar {
    width: 80px;
}	
	
.post-like a i {
    font-size: 18px;
}
	
.post-like a {
	padding: 0 8px;
    margin: 0px 5px;
    gap: 4px;
}
}

textarea:focus, input:focus{
    outline: none;
}

/* old .navbar-menu / #navbarNavDropdown removed — unused template */

@media (max-width: 767.98px)
{
.related-videos h2 {
    font-size: 1em;
	  text-transform: uppercase;
}
}

.single-video-comments .comments-area h3 {
    display: none;
}

.single-video-comments {
    padding: 10px 0px 10px 0px;
    background: #202020;
    margin-bottom: 15px;
}

textarea#comment {
    height: 65px;
    background: #eee;
    line-height: 19px;
}

input#author {
    background: #eee;
}

input#email {
    background: #eee;
}

.single-video-comments textarea {
    padding: 6px;
}

.required-field-message {
    display: none;
}

.comment-notes {
   color: #aaa;
	 margin-bottom: 8px;
}

form#commentform {
    font-size: 95%;
}

h2.comments-title {
    display: none;
}

footer.comment-meta a {
    color: #888;
	  font-size: 85%;
}

b.fn {
    text-transform: capitalize;
}

.comment-body {
    background: #111;
    padding: 0.6em;
    font-size: 90%;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.children .comment-body {
    background: #202020;
    border: 2px solid #000;
}

.comment-list li {
    list-style: none;
}

ol.comment-list {
    padding-left: 0;
}

.vcard img {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
}

span.says {
    display: none;
}

.reply a {
    font-size: 85%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.comment-content p {
    margin-bottom: 0.1em;
	  padding: 0 0 6px 0;
	  overflow: hidden;
    text-overflow: ellipsis;
	  line-height: 20px;
}

/* old .navbar-expand-md nav-link removed */

.menu-item i._before, .rtl .menu-item i._after {
    margin-right: .25em;
}

span.page-link.current {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.co-number {
    display: inline-block;
    position: absolute;
    background: #BA0606;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin-left: 4px;
    margin-top: 6px;
    width: max-content;
    min-width: 12px;
    height: auto;
    border-radius: 2px;
    padding: 0 2px 0px 1px;
    line-height: 18px;
    letter-spacing: -0.5px;
}

.top-h1 h1 {
    font-size: 1.7em;
	  color: #f5f5f5;
	  margin-bottom: 0;
	  line-height: 1.2em;
      display: flex;
}

.archive-description h2 {
    font-size: 1.4em;
    margin: 0;
    padding: 8px 0px 5px 0px;
    line-height: 1.5em;
    text-transform: capitalize;
    color: #f5f5f5;
}

.tags-footer h2 {
    font-size: 1.4em;
    margin: 0;
    padding: 10px 0px 0px 2px;
    line-height: 1.5em;
    text-transform: capitalize;
    color: #f5f5f5;
}

.actors-footer h2 {
    font-size: 1.4em;
    margin: 0;
    padding: 10px 0px 0px 2px;
    line-height: 1.5em;
    text-transform: capitalize;
	color: #f5f5f5;
}

#playlist-info {
    display: flex;
    width: max-content;
    flex-shrink: 0;
    position: relative;
    background: #1a1a1a;
    padding: 3px;
    border-radius: 6px 6px 0 0;
    gap: 3px;
}

.info-line.h1playlist {
    background: #2a2a2a;
    border: none;
}

#playlist-container {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 152px;
    z-index: 99;
    overflow: hidden;
    display: none;
    flex-direction: column;
    background: transparent;
    transition: transform 0.3s ease;
}

#playlist-container.minimized {
    transform: translateY(calc(100% - 32px));
}

#playlist-container.minimized .info-line.h1playlist {
    display: none;
}

#playlist-container.minimized #playlist-minimize {
    color: #090909;
    background: #8d8d8d;
    border-top: 3px solid #cacaca;
}

#playlist-container.minimized #playlist-add-tab {
    display: none;
}

#playlist-container.minimized #playlist-share {
    display: none;
}

#playlist {
    white-space: nowrap;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    width: auto;
    flex-grow: 1;
    background: #1a1a1a;
    border-radius: 0 6px 0 0;
}

.playlist-item {
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 6px;
    position: relative;
    background-color: #1a1a1a;
    margin: 0;
}

.playlist-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

img.playlist-thumbnail {
    width: 150px;
    height: 85px;
    object-fit: cover;
    border: 1px solid #444;
    border-radius: 4px;
}

.info-line {
    display: inline-block;
    width: auto;
    min-width: 160px;
    height: auto;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    background: #404040;
    color: #ccc;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
    text-transform: lowercase;
    letter-spacing: 0.7px;
    text-align: center;
}

@media (hover: hover) {
    .info-line:hover {
        background: #3a3a3a;
    }
}

/* ---- Playlist Tabs ---- */
#playlist-tabs {
    display: flex;
    align-items: stretch;
    gap: 2px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#playlist-tabs::-webkit-scrollbar {
    display: none;
}

.playlist-tab {
    position: relative;
    width: 30px;
    padding: 4px 8px;
    border-top: 3px solid transparent;
    background: #2a2a2a;
    cursor: pointer;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    border-radius: 4px 4px 0 0;
}

.playlist-tab.active {
    opacity: 1;
    background: #3a3a3a;
}

.playlist-tab-num {
    font-size: 13px;
    font-weight: bold;
    color: #ddd;
}

.playlist-tab.active .playlist-tab-num {
    display: none;
}

#playlist-container.minimized .playlist-tab.active .playlist-tab-num {
    display: inline;
}

.playlist-tab-close {
    position: relative;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    margin-left: 0;
    padding: 2px 6px;
}

#playlist-container.minimized .playlist-tab-close {
    display: none;
}

@media (hover: hover) {
    .playlist-tab-close:hover {
        color: #e74c3c;
    }
    .playlist-tab:hover {
        opacity: 0.85;
    }
}

#playlist-add-tab {
    cursor: pointer;
    width: 30px;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #aaa;
    background: #333;
    border-top: 3px solid #555;
    border-radius: 4px 4px 0 0;
    padding: 0;
}

@media (hover: hover) {
    #playlist-add-tab:hover {
        background: #444;
        color: #ddd;
    }
}

/* ---- Playlist Empty State ---- */
.playlist-placeholder {
    display: inline-block;
    height: 100%;
    padding: 6px 4px;
    position: relative;
    background-color: #1a1a1a;
    margin: 0;
}

.playlist-placeholder-thumb {
    width: 150px;
    height: 85px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 12px;
    text-transform: lowercase;
}

div#playlist-minimize {
    cursor: pointer;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #aaa;
    border-top: 3px solid #555;
    border-radius: 4px 4px 0 0;
}

div#playlist-share {
    cursor: pointer;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #aaa;
    border-top: 3px solid #555;
    border-radius: 4px 4px 0 0;
}

@media (hover: hover) {
    div#playlist-minimize:hover,
    div#playlist-share:hover {
        background: #444;
        color: #ddd;
    }
}

div#playlist-share.share-used {
    opacity: 1;
}

div#playlist-share.share-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

#share-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-modal-content {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    max-width: 420px;
    width: 90%;
    padding: 24px;
    position: relative;
    color: #ccc;
}

.share-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
    font-size: 18px;
    color: #888;
}

.share-modal-close:hover {
    color: #fff;
}

.share-modal-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #fff;
}

.share-info {
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
    line-height: 1.4;
}

.share-modal-content label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #aaa;
}

#share-playlist-name {
    width: 100%;
    padding: 8px 10px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
@media (max-width: 767.98px){
    #share-playlist-name { font-size: 17px; }
}

#share-generate {
    width: 100%;
    padding: 10px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
}

#share-generate:hover {
    filter: brightness(1.15);
}

#share-result {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.share-url-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
}

#share-url {
    width: 100%;
    padding: 8px 10px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    color: #ddd;
    font-size: 16px;
    box-sizing: border-box;
}

#share-copy {
    padding: 8px 12px;
    background: #333;
    border: 1px solid #555;
    border-radius: 4px;
    color: #ccc;
    cursor: pointer;
    font-size: 15px;
    flex-shrink: 0;
}

#share-copy:hover {
    background: #444;
}

#share-copied {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    color: #2ecc71;
    font-size: 13px;
    display: none;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
}

.add-to-playlist {
    z-index: 1;
    position: absolute;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ccc;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 20px;
    display: block;
    right: 10px;
    top: 10px;
	cursor: pointer;
}

.add-to-playlist:hover {
    background: #ddd;
    color: #222;
}

.tooltip-info {
    display: none;
    position: absolute;
    background-color: #ddd;
    color: #222;
    padding: 5px;
    border-radius: 5px;
    z-index: 1000;
    white-space: nowrap;
	font-size:13px;
	font-weight: 500;
}

.thumbnail-black-white {
	opacity: 1;
}

.delete-button-list {
    position: absolute;
    right: 4px;
    top: 6px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.7);
    color: #bbb;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 2px 5px;
    border-radius: 3px;
    opacity: 0.85;
}

@media (hover: hover) {
    .delete-button-list:hover {
        background: #c0392b;
        opacity: 1;
    }
}

@media (max-width: 539px)
{		
	
.actor-page {
	  background: linear-gradient(90deg, rgba(25,25,25,1) 0%, rgba(45,45,45,1) 8%, rgba(25,25,25,1) 100%);
}	

.top-h1 h1 {
    font-size: 1.3em;
	  line-height: 1.15em;
}
	
.tags-footer h2 {
    font-size: 1.3em;
}
	
.actors-footer h2 {
    font-size: 1.3em;
}	
	
.archive-description h2 {
    font-size: 1.3em;
}

}

@media (max-width: 767.98px)
{
img.playlist-thumbnail {
    width: 110px;
    height: 70px;
}

#playlist-container {
    width: 100%;
    height: 125px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background-color: rgb(0 0 0 / 80%);
}

#playlist-container.minimized {
    transform: translateY(calc(100% - 32px));
}

#playlist {
    border-radius: 0;
    overflow-y: hidden;
    background: transparent;
}

.playlist-item {
    padding: 4px;
}

.info-line {
    font-size: 15px;
    min-width: 122px;
    touch-action: manipulation;
}

div#playlist-minimize,
div#playlist-share,
#playlist-add-tab {
    min-width: 36px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255,255,255,0.15);
    font-size: 14px;
    padding: 0;
}

.playlist-tab {
    min-width: 34px;
    min-height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255,255,255,0.15);
}

.delete-button-list {
    padding: 2px 5px;
    top: 4px;
    right: 2px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255,255,255,0.15);
}

.delete-button-list::after {
    content: '';
    position: absolute;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
}

.playlist-tab-close {
    position: relative;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255,255,255,0.15);
    padding: 4px 6px;
    font-size: 18px;
}

.playlist-tab-close::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -8px;
    bottom: -10px;
    left: -8px;
}

.playlist-placeholder {
    padding: 4px;
}

.playlist-placeholder-thumb {
    width: 130px;
    height: 73px;
}

.co-number {
    line-height: 16px;
    margin-left: 12px;
    margin-top: -10px;
}
	
/* old .navbar brand/h1 sizing removed */
	
li.page-item {
		width: 100%;
    text-align: center;
	  max-width: 86px;
}
}

.more-act .fa {
    color: #222;
}
.more-act {
    width: auto;
    background: #aaa;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border-radius: 4px;
    padding: 0px 5px;
}

.more-act:hover {
    background: #ddd;
}

.report_alert {
  padding: 8px;
  background-color: firebrick;
  color: white;
	display:none;
	font-size: 80%;
	text-align: center;
	text-transform: uppercase;
  font-weight: 500;
}

.report_alert a {
    color: white;
}

/* old .navbar li.active removed */

a.nav-link i {
    display: none !important;
}

a.nav-link:hover {
	  background: none !important;
	  text-decoration: underline;
}

.actor-initial{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:16/9;
  font-size:clamp(28px,6vw,64px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  user-select:none;
  background:#0e0e0e;
  color: #1c1c1c;
}

a.label-cat.plust {
	  display: none;
}

h2.try-related {
    text-align: center;
    line-height: 26px;
}

a.more404 {
    text-align: center;
    line-height: 32px;
    background: #282828;
    display: block;
    width: 100%;
    height: auto;
    padding: 2px;
    margin: 2px 0px 28px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2px;
	  text-decoration: underline;
}

.error-404 h2 {
    color: #777;
    font-size: 26px;
    border: 1px dashed #555;
    padding: 0.5em;
}

.top-all {
    width: 100%;
	padding: 18px 0px 10px 0px;
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plus-cats a:hover {
    background: transparent;
}
	
.category-menu .tags-list.more {
    max-height: 500px;
}	



@media (max-width: 550px)
{
a.label-cat.plust {
    float: right;
    background: #888;
    margin: 0;
	  display: block;
	  color: black !important;
}	
	
a.label-cat.plust.active {
    float: right;
    background: #444;
    color: white !important;
    margin: 0;
	  display: block;
}	
}	

@media (max-width: 767.98px)
{
	
.inside-list-boxes-ver2 {
    display: none;
}	
	
.before-list-boxes{
	  display: none;
}
	
.after-list-boxes{
	  display: none;
}
	
.top-all {
	  padding: 10px 0px 10px 0px;
}

.error-404 h2 {
    font-size: 20px;
	  line-height: 22px;
}
}

.menu-nav {
		 max-height: 30px;
}

.top-search {
    width: 65%;
	  font-size: 90%;
	  text-transform: capitalize;
	  line-height: 36px;
	  color: rgba(255,255,255,0.9);
}

.top-search a.tag-cloud-link {
    padding: 0px 4px 0px 4px;
    margin: 0px 2px 0px 2px;
    color: #959595;
}

.cat.header {
    width: 100%;
}

.category-menu {
    padding: 16px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.category-menu.tag {
    padding: 0px 0px 16px 0px;
}

.tags-footer a.all-cat {
    float: right;
}

.actors-footer a.all-cat {
    float: right;
}

.no-bg-fix {
    width: 100%;
    height: 2em;
    background: #222;
    display: inline-block;
}

.hero {
    padding: 0;
	  text-align: left;
	  display: flex;
}

.top-h1 {
    display: flex;
	  text-transform: capitalize;
}

a.favorite-tag {
    color: #eee;
}

.hero-text p {
    padding: 20px 2px 20px 2px;
    margin: 0;
	  color: #bbb;
	  font-size: 0.9em;
	  letter-spacing: 1px;
}

a.label-tag-video {
    background: #363636;
    color: #fff;
    text-transform: lowercase !important;
    font-weight: 400 !important;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    height: 36px;
    line-height: 36px;
    width: auto;
}

a.label-act {
    background: #606060;
    color: #fff;
	font-weight: 500;
}

a.label-act-video {
    background: #646464;
    color: #fff;
    line-height: 36px;
    height: 36px;
    width: auto;
    padding: 0px 10px 0px 0px;
	  margin: 0px 4px 4px 0px;
}

a.label-act-video-star {
    background: #646464;
    color: #fff;
    line-height: 36px;
    height: 36px;
    width: auto;
    padding: 0px 10px 0px 10px;
	  margin: 0px 4px 4px 0px;
}

a.label-tag {
    background: #333;
    color: #fff;
    text-transform: lowercase !important;
    font-weight: 400 !important;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    height: 36px;
    line-height: 36px;
    width: auto;
}

a.label-cat-active {
    background: transparent;
    color: #fff;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    height: 36px;
    line-height: 36px;
    width: auto;
}

.archive-tags-list {
    padding: 20px 20px;
}

.tags-footer {
    background: #202020;
	  padding: 10px 0 10px 0px;
}

.tags-footer.tags {
    background: transparent;
    padding: 10px 0 10px 0px;
}

.actors-footer {
    background: #303030;
	  padding: 10px 0 10px 0px;
}

.category-menu.act {
    padding: 10px 0px 14px 0px;
}

a.all-cat {
    color: #fff;
    float: unset;
    text-transform: capitalize;
    padding: 0px 10px 0px 10px;
    margin: 0px 4px 4px 0px;
    height: 36px;
    line-height: 36px;
    width: auto;
}

@media (max-width: 767px)
{
a.label-act-video {
    line-height: 34px;
    height: 34px;
    padding: 0px 8px 0px 0px;
}
	
a.label-act-video-star {
    line-height: 34px;
    height: 34px;
    padding: 0px 8px 0px 8px;
}
	
a.label-tag-video {
    padding: 0px 8px 0px 8px;
    height: 34px;
    line-height: 34px;
}
	
a.label-cat {
    padding: 0px 8px 0px 8px;
    height: 34px;
    line-height: 34px;
}
	
a.all-cat {
    padding: 0px 8px 0px 8px;
    height: 34px;
    line-height: 34px;
}
	
a.label-cat-active {
		padding: 0px 8px 0px 8px;
    height: 34px;
    line-height: 34px;
}
	
a.label-tag {
    padding: 0px 8px 0px 8px;
    height: 34px;
    line-height: 34px;
}
	
a.label-act {
    padding: 0px 8px 0px 8px;
    height: 34px;
    line-height: 34px;
}

a.label-cat.plust {
	  height: 34px;
    line-height: 34px;
}	
	
a.label-cat.plus{
	  height: 34px;
    line-height: 34px;
}

.category-menu .tags-list a {
    font-size: 0.85em !important;
}

}

ul#menu-footer-menu li a {
    color: #aaa;
    text-decoration: underline;
}

.site {
    min-width: 256px;
}

.archive-description {
    padding: 0px 15px 20px 15px;
    margin-top: 10px;
}

.archive-description h3 {
    font-size: 20px;
    margin: 0;
    padding: 6px 0px 0px 0px;
    line-height: 1.5em;
    color: #e9e9e9;
}

.archive-description p {
    margin: 0;
    color: #bbb;
    font-size: 0.9em;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.error-404 {
    margin-bottom: 1em;
    background: #111;
    letter-spacing: 0.3px;
    height: auto;
}

.error-404 a {
    font-weight: 500;
}

.hero-desc.search {
    margin: 0;
    display: block;
    font-size: unset;
    opacity: unset;
    line-height: 2em;
}

.hero-desc.search p {
    margin: 0 !important;
}

.video-loop {
    min-height: 465px;
}

.wrapper {
    padding: 18px 0 0;
}

.form-submit, .btn {
    text-align: center;
}

@media (min-width: 767.98px)
{	
.top-filtr-actor {
    position: absolute;
    right: 0;
    top: 76px;
    z-index: 10;
}

.mobile-filter{
    display: none !important;
}
	
.before-list-boxes-mobile{
    display: none !important;
}	

}

@media (max-width: 350px)
{
.tags-letter-block {
    column-count: 1;
}
}		

@media (max-width: 440px)
{
#native-boxes-2-ver2 {
    height: 170px;
}		
	
.rating-bar{
    display: none;
}
	
.rating-bar-no{
    display: none;
}
	
.add-to-playlist {
    font-size: 24px;
    right: 13px;
    top: 8px;
}	
	
img.vid-tag-info-tag-ico {
    width: 32px;
}	
	
.related-videos img.vid-tag-info-tag-ico {
    width: 24px;
}	

	
.video-block .infos span.title {
    height: auto;
    line-height: 20px;
    font-size: 1.05em;
    font-weight: 400;
}
	
.related-videos .video-block .infos span.title {
    height: 38px;
    line-height: 16px;
    font-size: 0.9em;
    font-weight: 400;
}

.video-block .video-datas {
    font-size: 15px;
	  padding: 0 0 10px;
}
	
.related-videos .video-block .video-datas {
    font-size: 13px;
	  padding: 4px 0 6px;
}	
	
	
span.hdicon {
    padding: 3px 4px 3px 4px;
    font-size: 14px;
}	
	
span.newicon {
    padding: 3px 4px 3px 4px;
    font-size: 14px;
}	

.related-videos .col-6 span.hdicon {
  padding: 3px 4px 3px 4px;  
	font-size: 12px;
}
	
.related-videos .col-6 .add-to-playlist {
    font-size: 18px;
    right: 6px;
    top: 8px;
}
	
.related-videos .col-6 span.newicon {
  padding: 3px 4px 3px 4px;
	font-size: 12px;
}
}

/* reklama_info_box */
.alrt-ver2 {
    padding: 8px 0px 10px 0px;
	  background: #dedede;
background: repeating-linear-gradient( 45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px );
    text-align: center;
    font-weight: 500;
	  font-size: 15px;
	  width: 100%;
    height: 100%;
	  max-height: 76px;
	  line-height: 20px;
	  color: #111;
}

.textovka_mobile.padd .alrt-ver2 {
    background: #292929;
    background: repeating-linear-gradient( 45deg, #272727, #272727 24px, #202020 4px, #202020 35px );
    text-align: center;
    font-weight: 500;
    width: 100%;
    height: 100%;
	  border: 1px solid #353535;
}

.alrt-ver2.single {
    line-height: 30px;
    padding: 6px 0px 6px 0px;
}

.about-act-not {
   		opacity: 0.35;
		white-space: nowrap;
		background-color: #666;
		padding: 6px 35px 6px 35px;
		border-radius: 4px;
		font-size: 13px;
		color: white;
		text-transform: uppercase;
		letter-spacing: 0.4px;
		text-align: center;
}

@media (max-width: 767.98px)
{
.alrt-ver2 {
	  font-size: 14px;
}

.category-menu.tag {
    padding: 0px 0px 10px 0px;
}

}

span.textdate {
    display: block;
    line-height: 12px;
    padding: 0 0 10px 18px;
}

span.textdatesingle {
    padding: 0px 0px 0px 4px;
}

.textovka_mobile .textdatesingle {
    display: block;
    width: 100%;
    padding: 0px 0px 7px 0px;
    line-height: 14px;
    font-size: 15px;
	  text-align: center;
}

.textovka_mobile.padd .textdatesingle {
    color: #ecebeb;
}

.textovka_mobile .alrt-ver2.single {
    padding: 8px;
}

.textovka_mobile .trynow {
    padding: 4px 16px 4px 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    font-size: 15px;
    line-height: 20px;
}

.textovka_mobile.padd .trynow{
	animation: pulse2 4s infinite;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}

button.delete-button {
    width: 100%;
    background: #555;
    border: 0;
    font-weight: 500;
    font-size: 15px;
    color: #ddd;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

@keyframes pulse {
		0% {
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.55);
		}

		40% {
			box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
		}

		100% {
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		}
		}

@keyframes pulse2 {
		0% {
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.61);
		}

		40% {
			box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
		}

		100% {
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		}
		}

.alrt-ver2:hover {
    background: #393939;
    background: repeating-linear-gradient( 45deg, #333, #333 24px, #393939 4px, #393939 35px );
    color: #eee;
}

.img-fluid.error {
    background-color: #000;
    height: 100%;
    width: 100%;
    font-size: 0;
    background-position: center;
}

.comment-awaiting-moderation {
    display: none;
}

#close-warning {
    background-color: white;
    color: black;
    border: none;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

/* PREKLADY */

a.glink.gt-current-lang {
    background: #151515;
}

.gt_white_content {
    background-color: #2a2a2a !important;
	  width: auto !important;
    height: auto !important;
	  margin: -270px 0 0 -142px !important;
}

.gt_white_content a.selected {
    background-color: #151515 !important;
}

a.glink span {
    color: #bbb !important;
	  font-size: 14px !important;
}

.gt_white_content a {
    border-bottom: 1px solid #151515 !important;
}

a.glink img {
	width: 25px;
}

.gt_white_content a:hover {
    background: #111;
}

.gt_white_content .gt_languages {
     column-count: 2 !important;
	 column-gap: 30px !important;
	 display: block !important;
	 max-height: max-content !important;
}

@media (max-width: 767px)
{			
.lang a{
		display: block;
	  color: #a1a1a1;
}
	
.lang .gt_white_content {
    top: 30% !important;
    margin: -177px !important;
}
	
.gtranterm .gt_white_content {
    top: 35% !important;
    margin: -165px !important;
}

.lang .gt_switcher-popup span {
    display: none;
}

.lang a.glink img {
    width: 28px;
}
	
.gtranterm .gt_languages a.glink img {
    width: 28px !important;
}
	
.gt_white_content a {
    line-height: 0;
}
	
.mobile-lang a{
		display: block;
	  color: #a1a1a1;
}
	
.mobile-lang .gt_white_content {
		top: 35%;
    width: 340px;
    margin: -170px;
    height: 458px;
}
	
.mobile-lang .gt_white_content img {
		width: 32px;
}
	
}

/* PREKLADY END */

/* PLAYER START */

.xp-Player {
    width: 100%;
    height: 100%;
    overflow: hidden;
	cursor: default;
}

.xp-Player-videoWrapper {	
padding-bottom: 0 !important;	
}

@media (max-width: 1023px)
{		
.xp-Player {
    height: auto;
}
.xp-Player-videoWrapper {	
padding-bottom: 56% !important;	
}
}

.xp-RelatedVideos {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.xp-RelatedVideos::-webkit-scrollbar {
  display: none;
}

/* PLAYER END */

.noadsmenu {
    font-size: 12px;
    font-weight: 600;
    background: #d5d5d5;
    padding: 2px 4px;
    margin: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    color: #252525;
}

#inactivity-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10010;
  display: none;
  pointer-events: none;
  backface-visibility: hidden;
}
.inactivity-banner-inner {
  width: max-content;
  max-width: 1000px;
  min-width: 300px;
  height: auto;
  max-height: 300px;	
  background: #363636;
  padding: 0px 6px 18px 6px;
  transform: translateY(140%);
  transition: transform .35s cubic-bezier(.33,1,.68,1);
  pointer-events: auto;
  box-shadow: 0px -4px 20px 0px #000000;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  will-change: transform;
  backface-visibility: hidden;
  text-align: center;
  margin: 0 10px;
}
#inactivity-banner.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px) saturate(0.5);
  -webkit-backdrop-filter: blur(5px) saturate(0.5);
  border-top: 1px solid #343434;
  opacity: 1;
}
#inactivity-banner.closing {
  opacity: 0;
  transition: opacity .35s ease;
}
#inactivity-banner .inactivity-banner-inner.show {
  transform: translateY(0);
}

#banner-close {
	background: #ffffff;
    border: none;
    color: #838383;
    font-size: 18px;
    width: 26px;
    height: 26px;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: -3px;
    right: -3px;
}

.inacctivity-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 20px;
    padding: 5px 0px 5px 0px;
}

@media (max-width: 767.98px) {
  #inactivity-banner.active {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 340px) {
  .inactivity-banner-inner {
    margin: 0;
  }
}

/* ===== Filters popover ===== */
.filter-popover-wrap{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 50;
}

.filter-trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 32px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
    background: #282828;
    color: #ddd;
    cursor: pointer;
    user-select: none;
}

.filter-trigger i{
  font-size: 16px;
  opacity: 0.6;
}

.filter-trigger-label{
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  opacity: 0.6;
}

.filter-trigger:hover{
  background: rgb(84 84 84 / 95%);
}

.filter-popover{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  max-width: 500px;
  padding: 8px 20px 20px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(20,20,20,0.82);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
  display: none;
  z-index: 51;
}

.filter-popover::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;     /* mus� pokr�t mezeru (u tebe 10px) */
  height: 12px;
  background: transparent;
}


.filter-popover-title{
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 4px 6px 10px;
}

.filter-popover-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  overflow: hidden;
}

.filter-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(0,0,0,0.40);
  color: #ddd;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.filter-pill i{
  opacity: 0.9;
}

.filter-pill:hover{
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
}

/* aktivn� filtr (ty t��dy u� generuje� p�es wpst_selected_filter_aside) */
.filter-pill.active,
.filter-pill.current,
.filter-pill[aria-current="true"]{
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.10);
}

/* otev�en� popoveru */
.filter-popover-wrap.is-open .filter-popover{
  opacity: 1;
  display: block;
  pointer-events: auto;
}

.filter-popover-wrap.is-open .filter-trigger{
  border-color: rgba(255,255,255,0.22);
}

@media (max-width: 767px){
  .filter-popover-list{ grid-template-columns: 1fr; }
  .filter-trigger-label{ display: none; }
  .filter-trigger{ width: 30px; padding: 0; justify-content: center; height: 30px; }
  .filter-popover{ max-width: 290px; }
}

/* .newbg styles moved to header.css (.new-strips) */

/* video-datas pod title, za��n� stejn� jako title */
.video-block .infos .video-datas{
    text-align: left;
    padding: 12px 0 0;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

/* ===== VIDEO CARD: avatar + title + datas ===== */
.video-block .infos{ padding: 6px 2px 10px; }

.video-block .infos-row{
    display:flex;
    align-items:flex-start;
    gap: 8px;
    flex-direction: row-reverse;
    padding: 0px 4px 0px 4px;
}

.video-block .infos-body{
    min-width: 0;
    flex: 1 1 auto;
}

/* ===== Avatary: stack sm�rem dol� ===== */
.video-block .actor-avatars{
    --a: 42px;   /* velikost */
    --o: 26px;   /* p�ekryv */

    display:flex;
    flex-direction: column;
    align-items: center;
    width: var(--a);
    flex: 0 0 var(--a);
    position: relative;
}

.video-block .actor-avatar-link{
    width: var(--a);
    height: var(--a);
    border-radius: 999px;
    overflow:hidden;
    display:block;
    position: relative;
    background:#111;
    border: 2px solid rgba(0,0,0,0.8);
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    transition: border-color 230ms ease;
}

.video-block .actor-avatar-link + .actor-avatar-link{
    margin-top: calc(-1 * var(--o));
}

.video-block .actor-avatar-link:nth-child(1){ z-index: 1; }
.video-block .actor-avatar-link:nth-child(2){ z-index: 2; }
.video-block .actor-avatar-link:nth-child(3){ z-index: 3; }

.video-block .actor-avatar-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transform: scale(1.6);
    transform-origin: 50% 10%;
}

.video-block .actor-avatar-img.noimage {
    transform: none;
    transform-origin: unset;
}

.video-block .actor-avatar-link--rank-2 { filter: brightness(0.6); }
.video-block .actor-avatar-link--rank-3 { filter: brightness(0.25); }

/* skrýt rank-3+ (nechat jen rank-1 a rank-2 viditelné) */
.video-block .actor-avatars[data-actor-extra] .actor-avatar-link:not(.actor-avatar-link--rank-1):not(.actor-avatar-link--rank-2){
    display: none;
}

/* rank-2 je po reverse první viditelný — resetovat margin z + selektoru */
.video-block .actor-avatars[data-actor-extra] .actor-avatar-link--rank-2{
    margin-top: 0;
}

/* "+N" mini-badge v pravém dolním rohu spodního avataru */
.video-block .actor-avatars__badge{
    width: 22px;
    height: 22px;
    position: absolute;
    right: -4px;
    bottom: -2px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(35,35,35,0.95);
    border: 1px solid #000;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

a.title.title-link:hover{
    color: #bbbbbb !important;
}

.video-block .infos a.title,
.video-block .infos a.title-link{
    font-size: 0.9em;
    height: auto;
    min-height: 36px;
    overflow: hidden;
    font-weight: 400;
    padding: 0;
    text-align: left;
    line-height: 20px;
    color: #f7f7f7;
    text-decoration: none;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (hover: hover) and (pointer: fine){
    .video-block .actor-avatar-link--rank-1{
        transition: border-color 230ms ease;
    }

    .video-block .actor-avatars:hover .actor-avatar-link--rank-1{
        border-color: #ddd;
    }
}

/* =========================
   ACTOR TOOLTIP (NO VARS, MATCH filter-popover)
   ========================= */

/* wrapper tooltipu */
.actor-tooltip{
    position: absolute;
    z-index: 99999;

    width: auto;
    max-width: calc(100vw - 16px);

    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);

    background: linear-gradient(165deg, rgba(38,38,38,0.88) 0%, rgba(24,24,24,0.94) 100%);
    backdrop-filter: blur(18px) saturate(1.6);
    -webkit-backdrop-filter: blur(18px) saturate(1.6);
    box-shadow: 0 8px 32px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,0.05);
    opacity: 0;
    transform: translateY(12px);
    transform-origin: 50% 100%;
    transition: opacity .32s ease, transform .32s ease;

    pointer-events: none;
    overflow: hidden;
}

/* viditelný stav */
.actor-tooltip.is-visible{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    will-change: transform, opacity;
}

/* když tooltip renderuješ pod targetem */
.actor-tooltip.actor-tooltip--below{
    transform-origin: 50% 0%;
}
.actor-tooltip.actor-tooltip--below::after{
    top: -8px;
    bottom: auto;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(255,255,255,0.10);
    border-top: 1px solid rgba(255,255,255,0.10);
}

/* kontejner karet – vedle sebe */
.actor-tooltip__cards{
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding: 8px;
}

/* jedna karta – vertikální layout (avatar nahoře, meta dole) */
.actor-tooltip__card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 12px 8px 8px 8px;
    width: 185px;
    flex: 0 0 185px;

    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

/* hover/focus */
@media (hover:hover) and (pointer:fine){
    .actor-tooltip__card:hover{
        background: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.18);
        box-shadow: 0 6px 20px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,0.06);
    }
}

.actor-tooltip__card:focus-visible{
    outline: none;
    box-shadow:
            0 0 0 2px color-mix(in srgb, var(--accent) 55%, rgba(255,255,255,.35)),
            0 14px 30px rgba(0,0,0,.35);
    border-color: color-mix(in srgb, var(--accent) 55%, rgba(255,255,255,.25));
}

/* thumbnail – kulatý avatar s ratingovým ringem */
.actor-tooltip__thumb{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px;
    position: relative;
}

/* statický border kolem avataru (fallback + výchozí stav) */
.actor-tooltip__thumb::before{
    content: '';
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.2);
    background: none;
    will-change: transform;
    transition: opacity .3s ease;
    opacity: 0;
}
.actor-tooltip.is-visible .actor-tooltip__thumb::before{
    opacity: 1;
}

/* vnitřní maska – vystřihne střed, aby zůstal jen ring */
.actor-tooltip__thumb::after{
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
}

.actor-tooltip__thumb-img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    transition: transform .5s ease;
    position: relative;
    z-index: 1;
}

@keyframes actorRingRotate{
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes actorRingFadeIn{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* hover – light ring (no rotating gradient) */
@media (hover:hover) and (pointer:fine){
    .actor-tooltip__card:hover .actor-tooltip__thumb::before{
        border: 2px solid rgba(255,255,255,.35);
    }
}

/* --- Rating ring variant (matches actress battles style) --- */
.actor-tooltip__thumb--ring::before,
.actor-tooltip__thumb--ring::after,
.bs-actor-card__thumb--ring::before,
.bs-actor-card__thumb--ring::after { display: none !important; }

.actor-tooltip__thumb--ring,
.bs-actor-card__thumb--ring { position: relative; }

.actor-tooltip__ring-svg {
  position: absolute;
  width: 78px;
  height: 78px;
  z-index: 0;
  overflow: visible;
}
.bs-actor-card__thumb--ring .actor-tooltip__ring-svg {
  width: 78px;
  height: 78px;
}
.actor-tooltip__ring-pct {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 5px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.07);
  white-space: nowrap;
  z-index: 3;
  letter-spacing: 0.3px;
}
.bs-actor-card__thumb--ring .actor-tooltip__ring-pct {
  bottom: 2px;
}
@media (hover:hover) and (pointer:fine) {
  .actor-tooltip__card:hover .actor-tooltip__thumb--ring .actor-tooltip__ring-svg circle:last-child {
    filter: brightness(1.3) drop-shadow(0 0 6px currentColor);
    transition: filter .2s;
  }
}

/* fallback když není obrázek */
.actor-tooltip__thumb-fallback{
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.18);
    background:
            radial-gradient(240px 120px at 35% 30%,
            color-mix(in srgb, var(--accent) 22%, transparent) 0%,
            transparent 68%),
            rgba(255,255,255,.03);
}

/* meta – pod avatarem, plná šířka */
.actor-tooltip__meta{
    width: 100%;
    min-width: 0;
    padding: 6px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex: 1;
}

.actor-tooltip__name{
    color: rgba(255, 255, 255, .94);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.3;
    max-width: 100%;
}
.actor-tooltip__name-text{
    overflow: hidden;
    text-overflow: ellipsis;
}

.actor-tooltip__flag{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.actor-tooltip__age{
    opacity: .9;
    white-space: nowrap;
}

@media (max-width: 520px){
    .actor-tooltip{ max-width: calc(100vw - 12px); }
}

@media (prefers-reduced-motion: reduce){
    .actor-tooltip{ transition: none; transform: none; }
    .actor-tooltip__card{ transition: none; }
}

.actor-tooltip__sub {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    text-transform: lowercase;
    line-height: 1;
    align-items: flex-start;
}

.actor-tooltip__row{
    display: flex;
    align-items: center;
    gap: 8px;
}

.actor-tooltip__label{
    opacity: .85;
    white-space: nowrap;
}

.actor-tooltip__value{
    opacity: .95;
    white-space: nowrap;
}

.actor-tooltip__cta{
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 100%;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.15);
    background: linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 80%, #000) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    line-height: 11px;
    overflow: hidden;
}

@media (hover:hover) and (pointer:fine){
    .actor-tooltip__card:hover .actor-tooltip__cta{
        background: rgba(255,255,255,0.92);
        color: #111;
        border-color: rgba(255,255,255,0.6);
    }
}

.actor-tooltip__value--na{
    opacity: .65;
}

/* Tooltip blink feedback */
#actor-cast-tooltip.is-blink{
    animation: actorTooltipBlink 220ms ease-in-out 0s 2;
}

@keyframes actorTooltipBlink{
    0%   { transform: translateY(0) scale(1); }
    50%  { transform: translateY(0) scale(1.02); }
    100% { transform: translateY(0) scale(1); }
}

/* kompaktní řádek stats (icon + value) */
.actor-tooltip__facts{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 10px;
    margin-bottom: 8px;
}

.actor-tooltip__facts > span{
    overflow: hidden;
    text-overflow: ellipsis;
}

.actor-tooltip__facts > span{
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: rgba(255,255,255,0.55);
    font-size: 11px;
    white-space: nowrap;
}

.actor-tooltip__facts > span i{
    font-size: 12px;
    opacity: .7;
}

.actor-tooltip__flag-inline{
    width: 16px;
    height: 16px;
    object-fit: cover;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* =============================================
   BOTTOM SHEET
   ============================================= */

.bs-backdrop {
    position: fixed;
    inset: 0;
    background: rgb(255 255 255 / 35%);
    z-index: 9990;
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    touch-action: none;
}
.bs-backdrop--open {
    opacity: 1;
    background: rgba(0, 0, 0, 0.65);
}

.bs-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #232323;
    border-radius: 20px 20px 0 0;
    z-index: 9991;
    max-height: 85vh;
    /* translate3d vynucuje GPU vrstvu → žádné trhání animace */
    transform: translate3d(0, 100%, 0);
    transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* isolation: isolate odděluje stacking context → obsah neproblikne */
    isolation: isolate;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
    overscroll-behavior: contain;
}
.bs-sheet--open {
    transform: translate3d(0, 0, 0);
}

.bs-handle-wrap {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0 8px;
    cursor: grab;
    touch-action: none; /* tah zpracováváme sami */
    -webkit-user-select: none;
    user-select: none;
}
.bs-handle-wrap:active {
    cursor: grabbing;
}

.bs-handle {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
}

.bs-body {
    overflow-y: auto;
    overscroll-behavior: contain;
    flex: 1;
    min-height: 0;
}

.bs-content {
    padding: 8px 14px 36px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.bs-open {
    overflow: hidden;
}

/* =============================================
   ACTOR CARDS – mobile bottom sheet
   ============================================= */

.bs-actor-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}

.bs-actor-card {
    display: flex;
    align-items: stretch;
    gap: 14px;
    padding: 12px;
    background: #333;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s, border-color 0.15s;
    -webkit-tap-highlight-color: transparent;
}
.bs-actor-card:active {
    background: #2e2e2e;
    border-color: rgba(255,255,255,0.14);
}

.bs-actor-card__thumb {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #333;
    border: 3px solid rgba(255, 255, 255, .15);
}

.bs-actor-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bs-actor-card__img-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #333 0%, #555 100%);
}

.bs-actor-card__meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.bs-actor-card__name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 15px;
    color: rgba(255,255,255,0.94);
    overflow: hidden;
    line-height: 22px;
}
.bs-actor-card__name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-actor-card__flag {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.bs-actor-card__cta {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 0;
    margin-top: auto;
    background: linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 80%, #000) 100%);
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: .4px;
}


.bs-actor-card .actor-tooltip__pill{
    background: rgba(255,255,255,0.08);
    padding: 4px 6px;
    border-radius: 6px;
    color: rgba(255,255,255,0.72);
    max-width: 72px;
}

@media (max-width: 767.98px){
    .actor-tooltip__pill i{
        font-size: 15px;
    }

    .actor-tooltip__pill{
        font-size: 12px;
    }
}

/* ══════════════════════════════════════════════════════════════
   Compact Inline Pagination — matches header chip design
   ══════════════════════════════════════════════════════════════ */
.kot-pg{
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    margin: 28px auto 12px;
    padding: 6px 7px;
    border-radius: 28px;
    background: rgba(20,20,20,0.65);
    backdrop-filter: blur(16px) saturate(1.3);
    -webkit-backdrop-filter: blur(16px) saturate(1.3);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow:
        0 6px 24px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.04);
}
.kot-pg__num,
.kot-pg__arrow,
.kot-pg__dots{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.08s, border-color 0.5s, color 0.08s;
}
/* Page numbers — bright, inviting to click */
.kot-pg__num{
    color: #ddd;
    background: transparent;
    border: 1px solid transparent;
    padding: 0 10px;
    font-weight: 600;
}
@media (hover: hover){
    .kot-pg__num:hover{
        background: color-mix(in srgb, var(--accent) 55%, rgba(12,12,12,0.42));
        border-color: color-mix(in srgb, var(--accent) 90%, rgba(255,255,255,0.10));
        color: #fff;
        text-decoration: none;
        transition: background 0.08s, border-color 0.08s, color 0.08s;
    }
}
/* Active page — subdued, "you are here" not a button */
.kot-pg__num.is-active{
    background: transparent;
    color: #555;
    border-color: transparent;
    cursor: default;
    font-weight: 500;
}
.kot-pg__dots{
    color: #444;
    min-width: 24px;
    cursor: default;
    font-size: 14px;
    background: none;
    border: none;
}
/* Arrows — accent filled */
.kot-pg__arrow{
    color: #fff;
    background: var(--accent);
    border: 1px solid var(--accent);
    padding: 0 10px;
}
@media (hover: hover){
    .kot-pg__arrow:hover{
        background: color-mix(in srgb, var(--accent) 80%, #fff);
        border-color: color-mix(in srgb, var(--accent) 80%, #fff);
        color: #fff;
        text-decoration: none;
        transition: background 0.08s, border-color 0.08s, color 0.08s;
    }
}
.kot-pg__arrow.is-disabled{
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.06);
    color: #444;
    pointer-events: none;
}
@media (max-width: 767.98px){
    .kot-pg{ margin: 20px 0 8px; gap: 5px; }
    .kot-pg__num,
    .kot-pg__arrow,
    .kot-pg__dots{ height: 36px; min-width: 36px; font-size: 13px; }
}

/* ==========================================================================
   Shimmer placeholder — universal loading effect
   Usage: add class "shimmer" to any element (img, div, etc.)
   Remove the class after content loads.
   ========================================================================== */
.shimmer {
  background: linear-gradient(90deg, rgba(255,255,255,0.02) 25%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0.02) 75%) !important;
  background-size: 200% 100% !important;
  animation: shimmerFx 1.5s infinite;
  color: transparent !important;
}
.shimmer * { visibility: hidden; }
@keyframes shimmerFx {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

