html {
  overflow-x:hidden !important;
}

body.lusterthemes {
  color:#a5a5a5;
  font-size:14px;
  line-height:1.6;
  overflow-x:hidden;
  background:#282828;
}

a {
  color:#dbdbdb;
}

a,
a:hover,
a:focus {
  text-decoration:none;
}

textarea,
select,
input {
  outline:none;
}

::-webkit-scrollbar {
  width:6px;
}

::-webkit-scrollbar-track {
  background:#282828;
}

::-webkit-scrollbar-thumb {
  background:rgba(255,255,255,.2);
}

::-moz-selection {
  background:#000;
  text-shadow:none;
}

::selection {
  background:#fd9dff;
  color:#fff;
  text-shadow:none;
}

img {
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

img:hover {
  filter:brightness(1);
  -webkit-filter:brightness(1);
}

#wrapper {
  background:rgba(15,15,15,.93);
  padding:0 0 8px;
  border-radius:0 0 6px 6px;
}

#headwrap {
  padding:5px 0;
  margin:10px 0;
}

#headwrap .col-md-3.slogan {
  margin-top:0;
  padding:0;
}

#headwrap .col-md-4 {
  padding-right:0;
  text-align:right;
}

#headwrap .form-group {
  margin:0;
}

#header {
  background:#282828;
}

#header .site-title {
  margin:0;
  text-indent:-9999px;
  background:url(images/logo.png) no-repeat top left;
  background-size:contain;
  height: 40px;
  margin-top:0;
  position:relative;
  margin-left:-8px;
}

#header .site-title a {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

span.cateinfo {
  text-align:center;
  display:block;
  background:#1b1b1b;
  padding:5px;
  line-height:1.5em;
  border-radius:6px;
}

.fa-regular {
    font-weight: 600!important;
}

@media (max-width:767px) {
  #header .site-title {
    background-position:center !important;
    margin-top:2px;
  }
}

.btn-search {
  background:#191919;
  border:1px solid rgba(255,255,255,.08);
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  outline:none !important;
  color:#fff;
}

#header>.container {
  padding-left:0;
  padding-right:0;
  position:relative;
}

.header-nav {
  margin-right:0;
  position:relative;
}

.header-nav img {
  max-width:100%;
  margin:10px 0;
}

.navbar-container {
  background:rgba(15,15,15,.99);
  transition:.25s transform;
  backface-visibility:hidden;
  z-index:9999;
  box-shadow:0 1px 5px rgba(0,0,0,.4);
  border-bottom:1px solid #000;
}

li.menu-item.sexnhanh {
  display:none;
}

.navbar-container .container {
  padding:0;
}

.navbar {
  min-height:48px !important;
  margin:0;
}

.main-navigation {
  border:none;
}

.main-navigation .navbar-nav>li>a {
  color:rgba(255,255,255,.8);
  font-size:14px;
  -webkit-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
  padding:13px;
}

.main-navigation .navbar-nav>li>a i {
  font-size:12px;
}

.main-navigation .navbar-nav>li>a:hover,
.main-navigation .navbar-nav>li>a:focus {
  color:#fdfdfd;
  background:#000;
}

.main-navigation .navbar-nav>.active>a,
.main-navigation .navbar-nav>.active>a:hover,
.main-navigation .navbar-nav>.active>a:focus {
  color:#fff;
  background:#000;
  border:none;
}

.main-navigation .navbar-nav>li.current_page_item:first-child a {
  border:none;
}

.main-navigation .nav .open>a,
.main-navigation .nav .open>a:focus,
.main-navigation .nav .open>a:hover {
  background:#000;
  border:none;
}

#main-contents {
  position:relative;
}

@media screen and (max-width:767px) {
  .main-navigation .navbar-nav>li>a {
    padding:10px;
  }
  .main-navigation {
    border-bottom:0;
  }
  .navbar {
    min-height:35px !important;
  }
  .main-navigation .navbar-nav>li>a {
    color:#b3b3b3;
  }
  #main-contents {
    ;
  }
}

@media (min-width:1200px) {
  #main-contents {
    width:100%;
  }
}

.dp-post-title-box {
  line-height:18px;
  padding:0;
  margin:0;
  width:100%;
  height:40px;
  bottom:0;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(6,6,6,0) 30%,rgba(0,0,0,0) 100%);
}

.video-item .dp-post-title-box {
  background:none;
  height:auto;
}

.dp-post-title {
  position:absolute;
  line-height:18px;
  margin:auto;
  width:100%;
  text-align:center;
}

.dp-post-title h2 {
  line-height:20px;
  height:40px;
  overflow:hidden;
  font-size:14px !important;
  margin:4px 2px 0 0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.dp-post-title a,
.dp-post-title p {
  font-size:13px;
  color:#fff;
}

h1.entry-title {
  color:#949494;
  font-size:14px;
  font-weight:700;
  padding:10px;
  margin:0 0 0 5px;
  line-height:20px;
}

.htmlwrap {
  padding: 4px 4px 0;
  border-top:1px solid rgba(255,255,255,.08);
  margin:10px 0 0;
  background:rgba(41,41,41,0);
  font-size:14px;
}

@media (max-width:768px) {
  .navbar-collapse.collapse {
    display:block !important;
    height:auto !important;
    padding-bottom:0 !important;
    overflow:visible !important;
    background-color:#111;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
}
.jw-aspect.jw-reset {
    padding-top: 56.25% !important;
}
  .navbar-collapse.collapse.in {
    overflow-y:visible !important;
  }
  .navbar-toggle {
    display:none;
  }
  .navbar-nav {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    background-color:#111;
  }
  .navbar-nav li {
    margin:0 -4px 6px 8px;
    background:#2b2b2b;
    border:none;
    border-radius:3px;
  }
  .navbar-nav > li > a {
    padding:5px !important;
  }
  .main-navigation .navbar-nav>.active>a,
  .main-navigation .navbar-nav>.active>a:hover,
  .main-navigation .navbar-nav>.active>a:focus {
    background:#662929 !important;
    border-radius:3px;
  }
  .entry-content img {
    width:70%;
  }
  h2.siteinfo {
    text-align:center;
  }
}

.main-navigation .navbar-nav>.active>a,
.main-navigation .navbar-nav>.active>a:hover,
.main-navigation .navbar-nav>.active>a:focus {
  background:#662929 !important;
}

a:hover {
  transition:color .2s ease;
  -webkit-transition:color .2s ease;
  -moz-transition:color .2s ease;
}

.form-control {
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
}

.btn {
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  background-image:none !important;
}

button,
input {
  outline:0;
}

@media(min-width:768px) {
  .video-item .item-thumbnail:hover .link-overlay {
    background:rgba(20,22,23,0.55);
    text-decoration:none;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 40%!important;
    height: 0;
    overflow: hidden;
}
.jw-aspect.jw-reset {
    padding-top: 40% !important;
}

  .video-item .item-thumbnail:hover .link-overlay:before {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1;
    text-decoration:none;
  }
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left:0;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}

.navbar-collapse {
  padding-left:0 !important;
}

.navbar-toggle .icon-bar {
  background-color:#e0e0e0;
}

.navbar-toggle,
button.navbar-toggle.collapsed {
  margin:6px 0;
}

.navbar-toggle.pull-right.collapsed {
  margin:2px 0;
  padding:9px;
}

.dp_box {
  list-style:none;
  padding:0;
  margin:10px -4px 20px;
  display:block;
}

.dp_box li.col-md-3.col-sm-6.col-xs-6.thumb img {
  width:100%;
}

.dp_box a.dp-thumb {
  position:relative;
  display:inline-block;
  -webkit-transition:all .1s ease;
  -o-transition:all .1s ease;
  transition:all .7s ease;
  width:100%;
}

.col-md-3.col-sm-6.col-xs-6.thumb {
  position:relative;
}

.dp_box li:nth-child(4n) {
  margin-right:0 !important;
}

@media(max-width:480px) {
  .logo span {
    font-size:18px;
  }
  .col-md-3.col-sm-6.col-xs-6.thumb {
    padding:0;
    width:50% !important;
    margin-right:5px;
    margin-top:15px;
    padding:5px;
  }
  .col-md-3.col-sm-6.col-xs-6.thumb img {
    height:auto;
  }
  .footer-container {
    padding:0 8px !important;
  }
}

@media (max-width:767px) {
  .logo span {
    font-size:20px;
  }
  .logo img {
    max-width:100%;
    margin-left:10px;
  }
  .navbar-collapse {
    padding-left:15px !important;
  }
  .navbar-right.msearch {
    width:100% !important;
  }
  .col-md-3.col-sm-6.col-xs-6.thumb {
    padding:5px;
    width:50%;
    margin-right:0;
    margin-top:15px;
  }
  .dp_box li.col-md-3.col-sm-6.col-xs-6.thumb img {
    width:100%;
  }
  .info .thumbnail {
    max-width:100%;
    float:none;
    margin-right:10px;
  }
}

.section-title a {
  color:#C5C5C5;
}

.section-bar {
  position:relative;
  margin:15px 0;
}

.section-title {
  position:relative;
}

.section-title {
  font-size:13px;
  text-transform:uppercase;
  font-weight:700;
}

.section-title span {
  font-weight:400;
  float:left;
  margin-top:-15px;
  border:1px solid rgba(255,255,255,.08);
  background:#0a0a0a;
  font-size:13px;
  padding:10px 15px 7px;
  color:#fff;
}

.section-title span::after {
  content:'';
}

.section-title {
  font-size:16px;
  line-height:11px;
  display:block;
  margin:13px 0 10px;
  position:relative;
  text-transform:uppercase;
  border-top:1px solid rgba(255,255,255,.08);
}

.section-title span {
  position:relative;
}

.section-title span:before {
  content:'';
  background:#0a0a0a;
  border-radius:100%;
  position:absolute;
  padding:6px;
  border:1px solid rgba(255,255,255,.08);
  margin-left:2px;
  top:6px;
  right:-16px;
}

.section-title span:after {
  content:'';
  background:#0a0a0a;
  border-radius:100%;
  position:absolute;
  padding:4px;
  border:1px solid rgba(255,255,255,.08);
  margin-left:12px;
  top:8px;
  right:-26px;
}

#search-form {
  margin:5px;
}

input.search-btn.pull-right {
  position:absolute;
  right:0;
  border:1px solid #008cca;
  background:#008cca url(images/search.png) 49% no-repeat;
  background-size:13px;
  padding:5px 16px;
  margin:0;
}

@media (min-width:992px) and (max-width:1199px) {
  #header > #headwrap {
    height:auto;
  }
}

.col-md-8.pull-right {
  padding-right:0;
}

@media (min-width:768px) {
  #search-form {
    display:none !important;
  }
}

.entry-title a:hover {
  color:#d33;
}

.single-post .entry-title {
  font-size:22px;
  margin:0;
}

.single-post .entry-title a {
  color:#bdbdbd;
  line-height:35px;
}

.video-item .item-content {
  color:#989898;
  line-height:1.5;
  width:100%;
  padding:10px 0;
  font-size:14px;
}

.dp-entry-box .item-info {
  margin-bottom:10px;
  font-size:11px;
}

.dp-entry-box .item-content,
.content-single img {
  max-width:100%;
}

#main-contents .wrap-slider,
.related-movies .wrap-slider {
  margin:0;
}

.grid-item figure {
  border-radius:6px;
  overflow:hidden;
}

.dp_box .grid-item {
  padding:3px;
  margin-bottom:20px;
}

.grid-item,
.grid-item .dp-thumb {
  position:relative;
}

.grid-item img {
  width:100%;
}

.grid-item img,
#sidebar .item img,
.popular-post .item {
  transition:all .3s ease-in-out;
}

.grid-item:hover img,
#sidebar .item:hover img,
.popular-post .item:hover img {
  transform:scale(1.2);
  transition:all .3s ease-in-out;
}

.grid-item .time,
.grid-item .duration,
.grid-item .status,
.grid-item .is_trailer,
.grid-item .episode {
  padding:1px 5px;
  position:absolute;
  font-size:11px;
  color:#fff;
  text-align:center;
}

.grid-item .status {
  left:0;
  top:0;
  background:none repeat scroll 0 0 red;
  z-index:1;
  border-radius:6px 0 6px 0;
}

span.views {
  position:absolute;
  bottom:4px;
  right:0;
  background:none repeat scroll 0 0 #000;
  color:#fafbee;
  padding:1px 6px 2px;
  line-height:14px;
  font-size:10px;
  opacity:.7;
  -moz-border-radius:4px;
  -webkit-border-radius:7px 0 4px 0;
}

.thongbao.mobi-pl {
  margin:5px;
  padding:5px 2px;
  background-color:#1b1b1b;
  line-height:1.5em;
  font-size:13px;
  border-radius:6px;
}

.mobi-pl {
  display:none;
  text-align:center;
}

.item-title {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:8px 10px;
  color:#fff;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0.52)),color-stop(100%,rgba(0,0,0,0.52)));
  background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.48) 30%,rgba(0,0,0,0.8) 100%);
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.43) 30%,#131313 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#90000',GradientType=0);
}

@media(max-width:767px) {
  .dp_box.video-item .dp-thumb img {
    height:110px;
  }
  .container {
    margin-right:auto;
    margin-left:auto;
    padding-left:19px;
    padding-right:19px;
  }
  .row {
    margin-left:-19px;
    margin-right:-19px;
  }
  .mobi-pl {
    display:block;
  }
}

@media screen and (min-width:991px) {
  .grid-item img {
    width:100%;
  }
  .dp_box.video-item .dp-thumb img {
    height:150px;
  }
}

.grid-item .icon_overlay,
.slider-thumb .icon_container {
  position:relative;
  display:inline-block;
}

.icon_overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom right,rgba(0,0,0,0.5),rgba(0,0,0,0.8));
  opacity:0;
  transition:opacity .5s ease-in-out;
}

.icon_container:hover .icon_overlay {
  opacity:1;
}

.grid-item:hover .icon_overlay,
.slider-thumb:hover .icon_overlay {
  opacity:.75;
}

.dp-search-form {
  margin-top:6px;
  padding-left:0;
}

#mobile-search-form.dp-search-form {
  margin-top:10px;
}

#mobile-search-form.dp-search-form .form-group {
  margin-bottom:5px;
}

#mobile-search-form.dp-search-form input {
  background-color:#090b0c;
}

@media (max-width:767px) {
  #search-form {
    margin:0 !important;
  }
}

.the_tag_list a {
  padding:3px 0;
  color:#949494;
  font-size:12px;
  display:inline-block;
  line-height:15px;
}

.the_tag_list a {
  display:inline-block;
  height:22px;
  font:400 11px / 20px arial;
  color:#ccc !important;
  padding:1px 5px;
  white-space:nowrap;
  background:#252525;
  margin:4px 0 2px;
  border-radius:6px;
  font-size:13px !important;
}

.the_tag_list a:hover {
  color:#d33;
}

.recent-search-section {
  background:rgba(255,255,255,0.03);
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  padding:1.5rem;
  margin-bottom:1px;
}

.recent-search-footer {
  font-weight:600;
  font-size:14px;
  margin-bottom:1rem;
  cursor:pointer;
  transition:all .3s ease;
  background-clip:text;
  position:relative;
  padding-bottom:.5rem;
  color:#e3e3e3;
}

.recent-search-footer::after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:60px;
  height:2px;
  background:linear-gradient(45deg,#ff6b6b,#4ecdc4);
  border-radius:2px;
}

.recent-search-footer i.fa-chevron-down {
  color:rgba(255,255,255,0.6);
  font-size:12px;
  transition:transform .3s ease;
  -webkit-text-fill-color:rgba(255,255,255,0.6);
  float:right;
}

.recent-search-footer:hover i.fa-chevron-down {
  transform:translateX(3px);
  -webkit-text-fill-color:#4ecdc4;
  color:#4ecdc4;
}

.recent-search-tags {
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}

.recent-search-tags a {
  background:rgba(255,255,255,0.05);
  border-radius:20px;
  padding:.4rem .8rem;
  font-size:12px !important;
  color:rgba(255,255,255,0.6);
  cursor:pointer;
  transition:all .3s ease;
  white-space:nowrap;
  user-select:none;
  text-transform:capitalize;
}

.recent-search-tags a:hover {
  transform:translateY(0);
  background:linear-gradient(45deg,rgba(255,107,107,0.2),rgba(78,205,196,0.2));
  border-color:rgba(255,107,107,0.3);
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 4px 15px rgba(0,0,0,0.2);
}

footer {
  background-color:#111 !important;
}

#footer {
  background:rgba(0,0,0,0.28) url(images/footer-bg.png) no-repeat top right;
  background-blend-mode:color-dodge;
  margin-top:6px;
  border-top:4px solid #0e1215;
}

.footer-container {
  max-width:1192px;
  margin:0 auto;
  padding:0 15px;
}

footer ul {
  margin:0;
  padding:0;
  list-style:none;
}

.footer-content {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px;
  margin-bottom:8px;
}

.footer-brand h2 {
  background:linear-gradient(45deg,#ff6b6b,#4ecdc4);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  font-weight:700;
  margin-bottom:10px;
  font-size:24px;
}

.footer-brand p {
  color:#ccc;
  line-height:1.6;
  font-size:14px;
}

.footer-column h3 {
  color:#eee1e1;
  font-size:17px;
  font-weight:700;
  margin-bottom:15px;
}

.footer-column ul {
  list-style:none;
}

.footer-column ul li {
  padding:1px 6px;
}

.footer-column ul li a {
  color:#ccc;
  text-decoration:none;
  font-size:14px;
  transition:color .3s ease;
}

.footer-brand a {
  color:#d33;
}

.footer-bottom {
  border-top:1px solid #333;
  text-align:center;
  padding:15px;
  font-size:16px;
}

.container.footer-columns {
  padding:0;
}

@media screen and (max-width:768px) {
  #footer {
    background-image:none;
    margin-top:20px;
  }
  .footer-content {
    grid-template-columns:1fr 1fr;
    gap:0;
  }
  .footer-bottom {
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
  .footer-brand {
    grid-column:1 / -1;
  }
}

@media(max-width:767px) {
  #header {
    background:rgba(15,15,15,.93);
  }
  .navbar-container {
    background:rgba(31,31,31,0.99);
  }
}

.entry-content h3 {
  font-size:18px;
  margin-top:0;
}

.entry-content h2 {
  font-size:18px;
  font-family:inherit;
  line-height:26px;
}

.entry-content img {
  margin:15px auto;
  border-radius:5px;
  height:inherit !important;
}

.dp-search-form .form-control {
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size:13px;
  border-radius:3px !important;
  padding:10px 40px;
  background:#12171b6e url(images/search.svg) 5px 2px no-repeat;
}

.dp-search-form .btn-primary {
  color:#7aa6ce;
  background-color:#12171b;
  border-color:#2d3842;
  border-left:none;
  padding:3px 15px;
  border-radius:20px !important;
}

.dp-search-form .btn-primary:hover {
  background:#12171b;
}

.dp-search-form .btn-primary .glyphicon-search {
  padding-top:5px;
}

.dp-panel-filter .panel-heading {
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:0 15px;
}

.dp-panel-filter .panel-heading a {
  color:rgba(255,255,255,.5);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color:#fff;
  background-color:#365979;
  border-color:#365979;
}

.pagination>li>a,
.pagination>li>span {
  color:#fff;
  background-color:#2d3842;
  border:1px solid #2d3842;
}

.dp-item {
  position:relative;
  line-height:0;
}

.dp-item span {
  line-height:1.6;
}

.page-numbers {
  padding:0;
  margin:20px 0;
  color:#fff;
}

.page-numbers li {
  display:inline-block;
  line-height:35px;
  margin-right:5px;
  margin-bottom:10px;
}

.page-numbers li a,
.page-numbers li span.current,
.page-numbers li span.dots {
  padding:10.5px 20px;
  border:1px solid rgba(0,0,0,.5);
  -webkit-border-radius:3px;
  font-size:13px;
}

.page-numbers li a {
  background:rgba(0,0,0,.1);
  transition:.5s all;
  color:#fff;
}

.page-numbers li a:hover {
  background:#000;
  color:#d33;
  transition:.5s all;
  font-weight:700;
}

.page-numbers li span.current {
  background:#000;
  transition:.5s all;
  color:#d33;
  font-weight:700;
}

.page-numbers li span.dots {
  box-shadow:inset 0 1px 1px rgba(255,255,255,0.05),0px 1px 3px rgba(0,0,0,0.28);
  transition:.5s all;
  padding:8px 5px;
}

.page-numbers li span:hover {
  transition:.5s all;
  cursor:not-allowed;
}

#content {
  margin-top:8px;
}

.form-request .form-control {
  background:#12171b6e;
  padding-left:10px;
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.item-content a {
  color:#fff;
}

.item-content a:hover {
  color:#d33;
}

.container a {
  color:#dbdbdb;
  font-size:14px;
  font-family:'arial',sans-serif;
}

.container a:hover {
  color:#d33;
}

@media (max-width:780px) {
  li.menu-item.sexnhanh {
    display:block;
  }
}

.btn-xs,
.btn-group-xs>.btn {
  padding:1px 5px !important;
  font-size:12px !important;
  line-height:1.5 !important;
  border-radius:3px !important;
}

.btn-success {
  color:#fff !important;
  background-color:#252525 !important;
  border-color:#252525 !important;
}

.btn-xs,
.btn-group-xs>.btn {
  margin:2px;
  padding:6px 10px !important;
  font-size:12px !important;
  line-height:1 !important;
  border-radius:2px !important;
}

.btn.active,
.btn:active,
.open>.dropdown-toggle.btn {
  color:#fff !important;
  background-color:#d9534f !important;
  border-color:#d43f3a !important;
}

.btn:hover {
  color:#fff !important;
  background-color:#d9534f !important;
  border-color:#d43f3a !important;
}

.mb-screen {
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
  margin: 0 0 4px;
}

.videoWrapper {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}

.videoWrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.videoWrapper object {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.video-stats {
  display:flex;
  gap:10px;
  margin:7px;
}

.video-stats span {
  display:flex;
  gap:5px;
  font-size:13px;
}

#video-actions {
  float:right;
}

button.btn.btn-like.btn-success.btn-xs:hover {
  background:green !important;
  border-color:green !important;
}

button.btn.btn-like.btn-success.btn-xs.active {
  background:green !important;
  border-color:green !important;
}

button.btn.btn-dislikes.btn-success.btn-xs.active {
  background:#d9534f !important;
  border-color:#d9534f !important;
}

.menu-item i._mi,
.menu-item img._mi {
  display:inline-block;
  vertical-align:middle;
}

.menu-item i._mi {
  width:auto;
  height:auto;
  margin-top:-.265em;
  font-size:1.2em;
  line-height:1;
}

.menu-item i._before {
  margin-right:.25em;
}

.menu-item i._after {
  margin-left:.25em;
}

.menu-item img._before {
  margin-right:.5em;
}

.menu-item img._after {
  margin-left:.5em;
}

.menu-item ._svg {
  width:1em;
}

@media only screen and (max-width:876px) {
  .banner-catfish-bottomd {
    display:none;
  }
  .catfish-bottom-close {
    padding:10px !important;
  }
  .hide-mobile {
    display:none;
  }
  .banner-preload-container>a {
    width:300px;
    margin:calc(50vh - 125px) auto;
    display:block;
    height:250px;
  }
  .banner-preload .banner-preload-container .banner-preload-close {
    position:absolute;
    top:calc(50vh - 125px);
    right:calc(50vw - 150px);
    padding:0 10px;
    font-size:16px;
    color:#dadada;
    background-color:#2b2b2b;
    border:1px solid #dadada;
    opacity:.8;
    cursor:pointer;
  }
  .ads-header {
    margin-top:7px;
    text-align:center;
  }
  .ads-footer {
    text-align:center;
    margin:4px 0 -22px;
  }
  .catfish-top {
    height:auto !important;
    position:fixed;
    top:0;
    width:100%;
    background:rgba(0,0,0,.5);
    z-index:9999999;
  }
  .banner-catfish-top {
    max-width:300px;
    margin-top:5px !important;
    box-shadow:0 0 5px #fff;
    margin:auto;
  }
  .catfish-top-close {
    display:inline-block;
    position:absolute;
    top:auto !important;
    right:0;
    bottom:0;
    padding:0 10px;
    font-size:16px;
    color:#dadada;
    background-color:#2b2b2b;
    border:1px solid #dadada;
    box-shadow:0 0 5px #fff;
    opacity:.8;
    cursor:pointer;
  }
}

@media only screen and (min-width:877px) {
  .banner-catfish-bottomm {
    display:none;
  }
  .hide-desktop {
    display:none;
  }
  .banner-preload-container>a {
    max-width:600px;
    height:auto;
    margin:calc(50vh - 200px) auto;
    display:block;
  }
  .banner-preload .banner-preload-container .banner-preload-close {
    position:absolute;
    top:calc(50vh - 200px);
    right:calc(50vw - 300px);
    padding:0 10px;
    font-size:16px;
    color:#dadada;
    background-color:#2b2b2b;
    border:1px solid #dadada;
    box-shadow:0 0 5px #fff;
    opacity:.8;
    cursor:pointer;
  }
  .ads-header {
    margin-top:7px;
    text-align:center;
  }
  .ads-footer {
    text-align:center;
    margin:5px 0 -7px;
  }
  .catfish-top {
    position:fixed;
    height:auto !important;
    width:100% !important;
    text-align:center;
    left:0;
    top:0;
    background:rgba(0,0,0,.3);
    z-index:9999999;
  }
  .banner-catfish-top {
    display:inline-flex;
    max-width:50%;
    margin:auto;
    box-shadow:0 0 5px #fff;
  }
  .catfish-top-close {
    display:inline-block;
    position:absolute;
    right:0;
    top:0 !important;
    padding:0 10px;
    font-size:16px;
    color:#dadada;
    background-color:#2b2b2b;
    border:1px solid #dadada;
    box-shadow:0 0 5px #fff;
    opacity:.8;
    cursor:pointer;
  }
}

.banner-catfish-bottomd {
  position:fixed;
  height:auto !important;
  width:100% !important;
  text-align:center;
  left:0;
  bottom:0;
  background:rgba(0,0,0,.8);
  z-index:999;
}

.banner-catfish-bottomm {
  position:fixed;
  height:auto !important;
  bottom:0;
  width:100%;
  text-align:center;
  background:rgba(0,0,0,.5);
  line-height:0;
  z-index:999;
}

.catfish-bottom-close {
  display:inline-block;
  position:absolute;
  right:0;
  top:0 !important;
  padding:0 10px;
  font-size:16px;
  color:#dadada;
  background-color:#2b2b2b;
  border:1px solid #dadada;
  box-shadow:0 0 5px #fff;
  opacity:.8;
  cursor:pointer;
}

.banner-preload {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
  z-index:1000;
}

.banner-preload .banner-preload-container {
  background:rgba(0,0,0,.8);
  box-shadow:0 0 5px #fff;
  position:absolute;
  width:100vw;
  margin:0 auto;
  cursor:pointer;
}

.banner-preload .banner-preload-container .banner-preload-close:hover {
  opacity:1;
}

.banner-preload .banner-preload-container img {
  width:100%;
  height:100%;
}

.under-player {
  margin-top:10px;
  text-align:center;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-pip {
  display:none !important;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
  display:none !important;
}

.jw-toggle.jw-off {
  color:#d8d8d8;
}

.jw-controlbar.jw-background-color.jw-reset {
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.25) 30%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.5));
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
  display:none !important;
}

.jw-rightclick {
  display:none !important;
}