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:focus {
    box-shadow: none;
}

button:focus {
    outline: 0;
}

/********************/
/****** NAVBAR ******/
/********************/
.nav-container {
    display: flex;
    justify-content: center;
}

.navbar {
    padding: .5rem 0;
    height: 55px;
    max-height: 55px;
	background-color: #191919;
}

ul.navbar-nav {
    margin: 0!important;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-weight: 400;
    padding: 0px 8px 0px 6px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #eee;
}

.navbar h1,
.navbar a.navbar-brand {
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 0;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav,
.navbar-dark .navbar-nav .nav-link {
    z-index: 1;
}

.navbar-brand img {
    width: auto;
    max-height: 35px;
}

/****** Mobile nav icon *******/
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}
.hamburger-box {
    height: 16px;
	width: 32px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.05s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

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

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;

    & > [class^="col-"],
    & > [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: 1px solid #222;
    border-radius: 5px;
    margin: 4px 2px;
    height: calc(100% - 8px);
}

.video-block.related-video-block {
    margin: 0 0 0.25rem;
}

.side-related {
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    z-index: 5;
    width: 91%;
    border: none;
}

.slick-arrow.slick-next {
    bottom: 0;
}

.video-block a {
    display: block;
}

.video-block a.thumb {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.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 a.infos {
    padding: 2px;
}

.video-block a.infos span.title {
    font-size: 0.9em;
    height: 42px;
    display: block;
    overflow: hidden;
    font-weight: 400;
    padding: 5px;
    text-align: center;
	line-height: 18px;
	color: #f7f7f7;
}

.video-block.video-block-cat a.infos span.title {
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    line-height: 20px;
}

.video-block .video-datas {
    padding: 4px 0 6px;
    font-size: 13px;
    text-align: center;
}

.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 {
	margin: 0 2px;
    opacity: 1;
    color: #bbb;
}

.video-block .video-debounce-bar {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background: rgba(255,255,255,0.5);
}

.video-block .video-debounce-bar--wait {
    animation: debounce-bar-load 0.5s 0.2s ease-in-out forwards, debounce-bar-hide 0.5s 0.8s 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-block .thumbs-rotation {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-block .video-img {
    display: block;
    position: absolute;
    /* z-index: 50; */
    border: 0;
    opacity: 0;
    min-height: 1px;
    min-width: 100%;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.video-block .video-img:not(.initial) {
    transition: opacity .2s ease-in-out;
}
.video-block .video-img.initial,
.video-block .video-img.loaded,
.video-block .video-img.error {
    opacity: 1;
}
.video-block .video-img:not([src]) {
    visibility: hidden;
}

.video-block .video-img--hidden {
  opacity: 0 !important;
  transition: opacity .5s ease-in !important;
}

.img-extra-lazy:not(.initial) {
    transition: opacity .2s ease-in-out;
}
.img-extra-lazy.initial,
.img-extra-lazy.loaded,
.img-extra-lazy.error {
    opacity: 1;
}
.img-extra-lazy:not([src]) {
    visibility: hidden;
}

.img-extra-lazy--hidden {
  opacity: 0 !important;
  transition: opacity .5s ease-in !important;
}

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

.first-image {
    opacity: unset !important;
}

.video-block .video-name--hidden {
    transition: bottom 0.5s ease-in-out 0.8s !important;
    bottom: -100%;
}

.video-block .video-duration {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 100;
    font-size: 80%;
}

.video-block .video-duration--hidden {
    transition: top 0.5s ease-in-out 0.8s !important;
    top: -100%;
}

.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 {
    background: #222;
}

span.rating-nolike {
    color: #bbb;
    margin: 0 2px;
}

span.rating-no {
    color: #bbb;
    margin: 0 2px;
}


/* .video-block .video-name::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #a2db00;
    bottom: 5px;
} */

/********************/
/****** SEARCH ******/
/********************/
.search-nav {
    display: flex;
    align-items: center;
}

.search-nav .nav-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search-form {
    display: none;
}

.header-search-toggle,
.header-search-form {
    margin-right: 20px;
}

.header-search-toggle svg {
    cursor: pointer;
}

.header-search-form input {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: 300px;
    border: none;
    outline: 0;
}

/*******************************/
/****** SINGLE VIDEO PAGE ******/
/*******************************/
/* #content.single-video {
    padding: 0 30px;
} */

.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 {
	width: 100%!important;
	height: 100%!important;
} */

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

/* #video-rate {
    width: 25%;
    margin: 10px 20px;
} */

.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: 6px 0 14px;
	color: gray;
	background: transparent;
}

/* 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%;
    }
    .navbar {
        padding: 0 15px;
		height: 52px;
   		line-height: 52px;
		position: fixed;
		width: 100%;
		z-index: 2000;
    }	
    .navbar a.navbar-brand, .navbar h1 {
        font-size: 1.5rem;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 999;
    }
    .navbar-dark .navbar-collapse ul.navbar-nav {
        padding-bottom: 5px;
    }
    .navbar a.navbar-brand, .navbar h1 {
        font-size: 1.25rem;
        width: 60%;
    }
    .navbar-dark .navbar-collapse .nav-link {
        padding: 2px 0px;
        height: 38px;
        line-height: 32px;
        border-top-style: solid;
        border-top-width: 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
		font-size: 85%;
		font-weight: 400;
    }	
    .navbar-dark .navbar-toggler {
        border: none;
        padding: 0;
    }
    .navbar-dark .navbar-toggler:focus {
        outline: 0;
    }
    #wrapper-navbar {
        line-height: 0;
    }
    .dropdown-item {
        padding: 20px 24px;
    }
    .header-search-form {
        width: 100%;
        overflow: hidden;
	}
	.header-search-form input {
		width: 100%;
		padding: 15px;
		height: 70px;
        line-height: 40px;
        border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
        border-radius: 0;
        outline: 0;
	}
    .widget-area {
        display: none;
    }
    .video-loop {
        padding: 1px;
    }
    .video-block a {
        margin: 1%;
    }
    .video-block .video-name {
        display: none;
    }
    /* #content.single-video {
        padding: 0 15px;
    } */
    .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%;
    }
    /* #content.single-video {
        padding: 0 15px;
    } */
    .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%;
    }
    /* #content.single-video {
        padding: 0 15px;
    } */
    #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;
}

.fa-search.peopl-se {
    color: #888;
    padding-right: 8px;
}

.popular-search .fa-close {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 11px;
    margin: 2px 0px;
    height: 35px;
    width: 25px;
    text-align: center;
}

.people-looking-for {
    position: relative;
    width: 85%;
    background: #111;
    border-left: 2px solid #242424;
    border-right: 2px solid #242424;
    border-bottom: 6px solid #242424;
    padding: 0;
	  margin: 0; 
	  box-shadow: 20px 25px 30px 0px black;
}

.people-looking-for-container {
    width: 100%;
    height: auto;
		display: none;
	  position: relative;
    z-index: 1000;
}

.popular-search {
    width: 100%;
    display: block;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: lowercase;
}

.sugg-pep {
    display: block;
    padding: 0px 5px 0px 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #202020;
    color: #ccc;
    line-height: 30px;
}

.sugg-pep:hover {
    border-bottom: 1px solid #505050;
    background: #181818;
}

.tagiconclass {
    width: auto;
    bottom: 6px;
    height: auto;
    padding: 4px 0px 0px 0px;
    margin: 0px 6px;
    position: absolute;
    z-index: 10;
}

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

.tag-ico {
    width: 22px;
    height: 100%;
    display: inline-block;
    margin-right: 5px;
    margin-left: 8px;
    object-fit: contain;
    padding: 0;
    float: left;
    top: 0px;
    bottom: 0;
    position: relative;
}

.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-actor-actor {
    width: 60px;
    height: 76px;
    object-fit: cover;
    border-radius: 4px;
	  max-width: 100%;
}

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

.act-name-scrl.active {
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    color: #111;
}

.label-act-actor {
	display: inline-block; 
	width: auto;
    height: auto;
    max-width: 65px;
    min-width: 50px;
    position: relative;
    overflow: hidden;
	margin-right: 4px;
}

.label-act-actor-plus {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 26px;
    min-width: 26px;
    position: relative;
    overflow: hidden;
}

.tags-list-actor {
    width: 100%;
    height: 4.8em;
    line-height: 0;
	  display: flex;
	  overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tags-list-actor::-webkit-scrollbar {
		display: none;
}

.mobile-menu-href {
    padding: 0px;
    margin: 0px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    border-bottom: 1px solid #363636;
    list-style-type: none;
    display: block;
}

.mobile-menu-href:hover {
    background: #111;
}

.first-image {
    opacity: unset !important;
}

.history-menu {
    background: #444;
    border-bottom: 1px solid #292929;
}

.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: 10;
    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: #303030;
}

.hdclass {
    display: block;
    position: absolute;
    z-index: 10;
    width: auto;
    right: 6px;
    top: 4px;
}

.newclass {
    display: block;
    position: absolute;
    z-index: 10;
    width: auto;
    left: 6px;
    top: 4px;
}

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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
	padding: 2px 4px;
	margin: 0 2px;
	font-size: 0.9em;
	white-space: nowrap;
	background-color: #aaa;
    color: #151515;
}

.video-block .duration-ad {
    background-color: crimson;
    color: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    padding: 2px 4px;
    margin: 0 3px;
    font-size: 0.9em;
	text-transform: uppercase;
}

.top-filtr span a:hover {
    border: 1px solid #f5f5f5;
}

.top-filtr a.active {
    border: 1px solid transparent;
    color: #999;
    background: transparent;
}

.top-filtr a.active:hover {
    border: 1px solid transparent;
}

.top-filtr {
    display: block;
    float: right;
	  line-height: 2em;
}

.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;
}
	
.img-actor-actor {
    width: 55px;
	height: 75px;
}
	
.label-act-actor {
    animation: slide 3s 4s;
}
	
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-14px);
    }
    100% {
        transform: translateX(0);
    }
}
	
.act-desc {
    max-height: 200px;
}
	
	
	
.tags-list-actor {
	  display: block;
    height: 4.7em;
}
	
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;
}

	
div#wrapper-navbar {
    position: relative;
    z-index: 100;
	  top: 0;
	  width: 100%;
}	
}

.mobile .fa {
    padding-left: 18px !important;
    width: 44px;
}

.video-block .rating {
    font-weight: 500;
	color: greenyellow;
    opacity: 0.9;
	margin: 0 2px;
}

.head-mobile {
    color: #888;
    font-weight: 400;
    background: #151515;
    padding-left: 18px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.7px;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #363636;
}

.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 {
    width: 100%;
    text-align: center;
    display: flex;
    height: 315px;
    background: #252525;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	overflow: hidden;
}

.after-boxes-mobile {
    display: none;
}

.footer-boxes-mobile{
    display: none;
}

#after-box-1 {
    display: flex;
    margin: 6px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    width: 312px;
    height: 262px;
    padding: 6px;
}

#after-box-2 {
    display:  flex;
    margin: 6px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    width: 312px;
    height: 262px;
	padding: 6px;
}

#after-box-3 {
    display: flex;
    margin: 6px;
    background: repeating-linear-gradient(45deg, #e7e7e7, #e7e7e7 24px, #dadada 4px, #dadada 35px);
    width: 312px;
    height: 262px;
	padding: 6px;
}

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

.nav-searching input.search-field {
    width: 85%;
    height: 36px;
    background: #000;
    padding: 0 0 0 8px;
    border: 1px solid #333;
    color: #bbb;
	vertical-align: top !important;
	border-radius: 5px;
}

input.search-field::placeholder {
    color: #888;
}

.search-flex {
    display: flex;
    max-height: 36px;
    height: 36px;
	  justify-content: space-between;  
}

@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 a.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;
}
.nav-searching input.search-field {
    height: 40px;
	  width: 85%;
}

.search-flex {
    max-height: 40px;
    height: 40px;
}
}

@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: 4.8em;
	  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: 4.7em;
}

.filter-list-mobile i.fa {
    font-size: 0.9em;
}
	
.fader {
    width: 2px;
    height: 30px;
    background: #191919;
    float: right;
    box-shadow: 0px 0px 8px 4px #191919;
    position: relative;
}	
	
.fader-actor {
    background: #111;
    float: right;
    position: absolute;
    width: 0;
    height: 0px;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 17px solid #fff;
    right: 0;
    margin: 0px 15px 0px 2px;
    padding-right: 2px;
    opacity: 0.75;
    box-shadow: 0px 0px 10px black;
    z-index: 10;
}
	
.top-filtr {
    display: block;
    float: unset;
    line-height: 2.7em;
}
	
.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;
}

.navbar-brand {
    margin: 0;
}

.navbar.navbar-menu {
	height: auto;
	max-height: initial;
	background-color: transparent !important;
	overflow: hidden;
}
#navbarNavDropdown {
	background-color: transparent !important;
}

@media (max-width: 767.98px)
{
.mobile-pad-head {
    padding-top: 52px;
    background-color: rgba(0,0,0,0.3);
    transition-duration: 0.15s;
}	

.navbar.navbar-menu {
		position: fixed;
		top: 50px;
		width: 100%
	}
	
	#navbarNavDropdown {
	background-color: black !important;
}
	
.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;
}

@media (max-width: 1000px)
{	
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 6px 0px 6px;
    font-size: 0.85em;
}
}

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

.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 {
    padding-left: 0px;
    display: block;
    width: auto;
	height: auto;
	flex-shrink: 0; 
	position: relative;
}

.info-line.h1playlist {
    background: #eee;
    border: none;
}

#playlist-container {
    position: fixed;
    bottom: 0;
    width: auto;
    height: 138px;
    z-index: 99;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
    flex-direction: column;
}

#playlist {
    white-space: nowrap;
    box-shadow: -7px -2px 14px 0px black;
    height: auto;
    overflow-x: auto;  
    display: block;
    width: auto;
    flex-grow: 1; 
}

.playlist-item {
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 6px 4px 6px 4px;
    position: relative;
    background-color: #eee;
    margin: 0;
    border: 1px solid #eee;
}

img.playlist-thumbnail {
    width: 150px;
    height: auto;
    border: 1px solid #606060;
    max-height: 85px;
}

.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;
    letter-spacing: 0.2px;
    background: #444;
    color: #ddd;
    font-weight: 500;
    border-top: 3px solid #eee;
    border-right: 3px solid #eee;
    border-left: 3px solid #eee;
    text-transform: lowercase;
    letter-spacing: 0.7px;
    text-align: center;
}

.info-line:hover {
    background: #888;
}

div#clearall {
    cursor: pointer;
}

.add-to-playlist {
    z-index: 10;
    position: absolute;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ddd;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 20px;
    display: block;
    right: 6px;
    top: 8px;
	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: 0.6;
}

.delete-button-list {
    position: absolute;
    right: 4px;
    top: 6px;
    cursor: pointer;
    background-color: #333;
    color: white;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 2px 5px;
    opacity: 0.85;
}

@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: 112px;
    max-height: 63px;
}
	
#playlist-container {
    height: 106px;
}
	
.info-line {
    font-size: 13px;
    min-width: 122px;
}
	
.delete-button-list {
    padding: 3px 6px;
}
	
	
	
	
.co-number {
    line-height: 16px;
    margin-left: 12px;
    margin-top: -10px;
}
	
.navbar a.navbar-brand, .navbar h1 {
    width: max-content;
	  text-align: center;
	  padding: 0;
    margin: 0;
}
	
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;
}

.act-name-scrl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #eee;
    text-align: center;
    padding: 3px 0px 3px 0px;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    line-height: 16px;
    font-size: 13px;
    height: 21px;
    overflow: hidden;
    font-weight: 500;
    text-shadow: 0px 0px 4px black;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

a:hover .act-name-scrl {
    background: #eee;
    color: #111;
    text-shadow: none;
}

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

.navbar li.active a {
    background: none;
    color: rgba(255,255,255,0.95)!important;
}

a.nav-link i {
    display: none !important;
}

a.nav-link:hover {
	  background: none !important;
	  text-decoration: underline;
}

.nav-searching {
    width: 35%;
	  min-width: 320px;
	  display: inline-block;
}

.nav-searching-box {
    background: #282828;
	  padding: 8px 0px 8px 0px;
	  line-height: 32px;
	  width: 100%;
}

.nav-searching-box-height {
    position: relative;
	  height: 52px;
    display: block;
	  width: 100%;
}

.search-flexy {
	background: #111;
    position: fixed;
    top: 0;
    z-index: 2001;
    width: 100%;
}

.search-flexy .search-field {
    background: #eee !important;
	  color: #333 !important
}

.search-flexy input.search-field::placeholder {
    color: #222 !important;
}

.cat-name-mobile {
    width: 100%;
    background: #ddd;
    font-size: 14px;
    margin: 0;
    padding: 6px 0px 0px 8px;
    position: relative;
    max-width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cat-name-mobile a {
    width: 100%;
    height: 100%;
    display: block;
}

.cat-name-mobile-all {
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 6px 0px 0px 8px;
    position: relative;
    max-width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: underline;
	  color: #333;
}

.categories-mobile-menu {
    display: block;
    background: #ddd;
    float: right;
    height: 100%;
    width: 40%;
    margin: 0;
    padding: 0px 15px 52px 0px;
    overflow: auto;
}

.mobile-menu-all {
    width: 60%;
    display: block;
    overflow: hidden;
    height: 100%;
    background: #252525;
}

.menu-mobile-text-img {
    position: absolute;
    top: 8px;
    left: 10px;
    line-height: 18px;
    height: max-content;
    color: #eee;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 2px 6px 2px 6px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 15px;
    width: auto;
    text-align: left;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 4px;
    font-weight: 400;
}

img.mobile-cat-img {
    width: 100%;
    height: 76px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    max-width: 160px;
    border-radius: 4px;
    background: #444;
    border: 2px solid #505050;
}

.mobile-menu-bg {
    width: 100%;
    padding: 0px 0px 15px 0px;
    display: block;
    position: fixed;
    height: 100%;
}

.mobile-menu-bg ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
}

.mobile-menu-bg ul a {
    color: #eee;
    font-size: 16px;
    text-transform: capitalize;
}

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 12px 0px;
	  overflow: hidden;
	  position: relative;
}

.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 4px 0px;
}
	
.nav-searching-box-height {
    padding-top: 52px;
}
	
nav#mobile-menu {
    background: transparent;
}
	
.nav-searching {
    width: 100%;
	  min-width: unset;
}
	
.nav-searching-box {
	  padding: 6px 0px 6px 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 {
    background: #191919;
    width: 100%;
}

.category-menu {
    padding: 16px 0px 0px 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 {
    background: #191919;
    padding: 0;
	  text-align: left;
	  display: flex;
	  border-bottom: 1px solid #000;
}

.top-h1 {
    display: inline-block;
	  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;
}
	
.act-name-scrl {
    line-height: 14px;
    font-size: 12px;
    height: 20px;
}

}

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;
}
	
nav#mobile-menu {
    display: none !important;
}
	
.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 a.infos span.title {
    height: auto;
    line-height: 20px;
    font-size: 1.05em;
    font-weight: 400;
}
	
.related-videos .video-block a.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;
}	
	
span.topicon {
    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;
}
	
.related-videos .col-6 span.topicon {
  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;
  will-change: display;
}
.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: rgb(0 0 0 / 60%);
  z-index: 99;
  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;
}
#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: 340px) {
  .inactivity-banner-inner {
    margin: 0;
  }
}