.body {
    background-color: #1e2024;
    overflow: hidden;
    padding: 6px;
    margin-top: 65px;
}
.title-movies{
    padding-left: 10px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid #bd941b;
}
.title-movies:before, .tab-movies h1.title-movies:before {
    color: #bd941b;
    position: absolute;
    top: 5px;
    right: -16px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}
ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-movies {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
}
li.item-movie {
    position: relative;
    padding: 6px 3px 0 3px;
    width: 25%;
}
li.item-movie .image {
    position: relative;
    padding: 36%;
}
.movie-play:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffc107;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding-left: 3px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
    z-index: 2;
    transform: scale(0);
    background-color: rgba(0,0,0,.4);
    box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0,0,0,.5);
    transition: .2s;
    opacity: 0;
}
.movie-play:after {
    content: "";
    background-color: #263238;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    opacity: 0;
}
li.item-movie:hover .movie-play:after {
    opacity: .6;
}
li.item-movie:hover .movie-play:before {
    opacity: 1;
    transform: scale(1);
}
li.item-movie .image .movie-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: revert;
    background-position: center center;
    border-radius: 2px;
}
li.item-movie:hover .cripple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: ripple 900ms ease-out infinite;
}
@keyframes ripple{0%{transform:scale(1)}40%{transform:scale(1.25);opacity:1}90%{transform:scale(1.5)}100%{transform:scale(1.75);opacity:0}}
span.view-onl {
    position: absolute;
    bottom: 0;
    right: 2px;
    background: rgb(31 3 3/47%);
    color: #fafbee;
    padding: 2px 2px 1px 18px;
    line-height: 14px;
    font-size: 12px;
    opacity: .8;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 2px;
}
span.view-onl:before {
    position: absolute;
    left: 3px;
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
li.item-movie .label {
    position: absolute;
    top: 6px;
    left: 3px;
    background: #f44336;
    color: #fff;
    padding: 2px;
    line-height: 15px;
    font-size: 13px;
    opacity: .9;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-weight: normal;
    margin: 0;
}
li.item-movie .title-movie {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    font-size: .875rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c3c3c3;
}
li.item-movie:hover .title-movie {
    color: #ffc107;
}
.cs-pagination{
	text-align: center;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
}
.cs-pagination a,.cs-pagination span{
	margin: 2px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 35px;
    background: #282828;
}
.cs-pagination span{
	margin: 0 2px;
    background: #b71c1c;
}
.cs-pagination .pagination{
	align-items: center;
	justify-content: center;
}
.tab-movies1 {
    display: block;
    margin-top: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    background-color: #1e2024;
    overflow: hidden;
    padding: 8px;
}
.body.player.has-sidebar{
    width: 70%;
    float: left;
}
.sidebar {
    background: #1e2024;
    float: right;
    width: 29%;
    margin-top: 65px;
}
.sidebar.hidden{
	display: none;
}
.popular-post .item {
    clear: both;
    margin: 6.5px 4px 0 6px;
    padding-right: 10px;
    line-height: 0;
    list-style-type: none;
    overflow: hidden;
}
.popular-post .item:first-child {
    margin-top: 0;
}
.popular-post .item-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
    padding: 0;
    float: left;
}
.popular-post h3.title {
    color: #adb5bd;
    cursor: pointer;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
}
.popular-post .viewsCount {
    font-size: .625rem;
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
    background-color: #24262b;
    vertical-align: top;
    padding: 0 0.6rem;
    border-radius: 10px;
    font-weight: 500;
}
.popular-post .post-thumb {
    float: left;
    width: 120px;
    border-radius: 2px;
}
.popular-post{
	margin-bottom: 6px;
}
.popular-post .item:hover h3 {
    color: #ffc107;
}
.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    display: block;
    margin: 13px 0 8px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,.08);
}
.sidebar .widget-title span {
    position: relative;
    font-weight: 400;
    float: left;
    margin-top: -16px;
    margin-bottom: 6px;
    border: 1px solid rgb(30 32 36);
    background: #121111;
    font-size: 13px;
    padding: 10px 6px 9px;
    color: rgb(255 255 255/80%);
}
.sidebar .widget-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: 8px;
    right: -16px;
}
.sidebar .widget-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: 10px;
    right: -26px;
}
.single-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
#video {
    background-color: #222;
    background-image: radial-gradient(#323232,#111);
    background-image: -webkit-radial-gradient(#323232,#111);
    background-image: -moz-radial-gradient(#323232,#111);
    background-image: -o-radial-gradient(#323232,#111);
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
}
#video iframe,#video video,#video .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.info-movie {
    margin-top: 10px;
}
.user-action {
    padding-bottom: 4px;
}
.icon-view, .video-server {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    font-size: 13px;
    padding: 5px 10px 4px;
    display: inline-block;
    margin-right: 4px;
    background: #252525;
    border-radius: 4px;
}
.download-link {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    font-size: 13px;
    padding: 5px 10px 4px;
    display: inline-block;
    margin-left: 4px;
    background: #252525;
    border-radius: 4px;
    float: right;
}
.download-link:hover{
    background: #2a2828;
    color: #37de0d;
}
.bt_active {
    background: #2a2828;
    color: #37de0d;
}
span.button.zoom {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    font-size: 13px;
    padding: 5px 5px 3px;
    margin-right: 4px;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
}
.btn-viewxx {
    background: #2b2b2b;
    padding: 5px 6px 2.5px;
    display: inline-flex;
    border-radius: 4px;
    vertical-align: top;
}
.btn-viewxx i{
	margin-right: 5px;
}
.item-content-toggle {
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    position: relative;
    padding-top: 2px;
    box-shadow: 0 -19px 20px 0 rgba(0,0,0,.51);
    margin: 4px -10px 10px;
}
.item-content-toggle .show-more {
    border: 1px solid rgba(255,255,255,.08);
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
}
article {
    font-size: 14px;
    max-height: 150px;
    overflow: hidden;
}
article.toggled {
    max-height: none!important;
}
img.thumb-bv {
    margin-right: 6px!important;
    float: left;
    vertical-align: middle;
    display: block;
    width: 105px;
    height: 75px;
    margin-top: 8px!important;
    margin-bottom: 6px!important;
}
#extras {
    padding: 5px 0;
    font-size: 11px;
}
#extras p{
	margin: 0;
}
#extras a {
    display: inline-block;
    height: 22px;
    font: 400 11px/20px arial;
    color: rgba(255,255,255,.8);
    padding: 1px 5px;
    white-space: nowrap;
    background: #2a2c2d;
    margin: 4px 2px 2px;
    border-radius: 2px;
}
.item-pc{
    margin: 5px 0;
}
.catfish-image{
    position: fixed;
    z-index: 2;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: max-content;
    max-width: 90%;
}
.close-catfish{
    position: absolute;
    color: #ad891c;
    background: #000;
    top: -30px;
    right: 0;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    cursor: pointer;
    font-weight: 700;
}
.video-js {
    width: 100% !important;
    height: 100% !important;
}
.screen-reader-text {
    display: none !important;
}