body {
    margin: 0;
    padding: 10;
    font-family: Arial,Helvetica,sans-serif;
    background: #f8f8f8
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
    /* Adjust based on how much offset you need */
}

/*new styles*/
.hidden {
    display: none
}

.new-link a {
    cursor: pointer
}

.margin-left {
    margin-left: 15px
}

.margin-right-desktop {
    margin-right: 24px
}

.header-content {
    width: 100%
}

.flex-container.new-nav {
    align-items: flex-start!important;
}

.new-links-container .new-link a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold
}

.header-wrapper, .header-wrapper-fixed {
    border-top: 3px solid red;
    height: 200px
}

.show-on-desktop {
    display: flex
}

.hidden-on-desktop {
    display: none;
}

.new-links-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}
.header-wrapper-fixed .new-links-container {
    padding-top: 12px;
}

.flex-container {
    flex-direction: column;
}

.flex-container .bg-menu {
    width: 30px!important;
    height: 25px!important
}

.header-wrapper {
    height: 180px;
}

.header-wrapper-fixed {
    height: 60px!important;
}

.header-wrapper-fixed .share-button a,.header-wrapper-fixed .premium-button a {
    color: #fff;
    font-size: 14px
}

.header-wrapper-fixed a {
    color: #000
}

.title {
    padding-top: 5.5%
}

.display-flex {
    display: flex
}

.horizontal-line {
    border-bottom: 1px solid #333333;
    position: relative;
    max-width: 100%;
    top: -137px;
    border-top: 0px
}

.header-wrapper-fixed .horizontal-line {
    border-bottom: 1px solid #333333;
    position: relative;
    max-width: 100%;
    top: -118px;
    border-top: 0px
}

nav {
    padding-bottom: 10px;
    align-self: center;
}

.header-wrapper,.header-wrapper-fixed {
    height: 200px;
    background: #000
}

.body-wrapper {
    border-right: solid 3px #b5b5b5;
    border-left: solid 1px #b5b5b5;
    width: 990px;
    background: #f1f1f1;
    margin: -25px auto 0 auto;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.share-button {
    background: #545454;
    border-radius: 7px;
    padding: 3px 20px 3px 10px;
}

.premium-button {
    background: #fd2211;
    border-radius: 7px;
    padding: 3px 20px 3px 10px;
    margin-left: 15px;
}

/*margin:-42px auto 0 auto*/
.flex-container .bg-menu {
    margin-right: 0!important
}

#newpost {
    position: absolute;
    right: calc(0%);
    top: 35%;
    word-break: break-word;
    color: #fff;
    width: 33%;
    font-size: 14px;
    background: #004aad;
    padding: 0px 10px;
    z-index: 4444
}
#newpostFixed {
    position: absolute;
    right: calc(0%);
    top: 80%;
    word-break: break-word;
    color: #fff;
    width: 33%;
    font-size: 14px;
    background: #004aad;
    padding: 0px 10px;
    z-index: 4444
}

#newpost p,#newpostFixed p {
    color: #fff;
    word-break: break-word;
    max-width: 100%;
}

.arrow {
    border: 20px solid #fff;
    border-top: none;
    border-color: #004aad transparent #004aad transparent;
    position: absolute;
    left: 68%;
    top: -15px;
}

.arrow:before, .arrow:after {
    content: '';
    position: absolute;
    width: 50px;
    top: 0;
    height: 30px;
}

.arrow:before {
    right: 30px;
}

.arrow:after {
    left: 30px;
}

/**/
.black-link {
    text-decoration: none!important;
    color: #000!important
}

.header-wrapper,.header-wrapper-fixed {
    height: 200px;
    width: 100%;
    background: #000
}

.header-content {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    height: 100%
}

nav:after {
    content: "";
    display: table;
    clear: both
}

.nav-item {
    font-size: 11px;
    color: #fff;
    padding: 0;
    padding-left: 0
}

.nav-item li {
    display: inline;
    padding-right: 42px
}

.nav-footer {
    display: flex;
    justify-content: center;
    padding: 15px 0 0 30px
}

.social-footer {
    display: inline-block;
    float: right
}

.nav-footer-list {
    font-size: 12px;
    letter-spacing: 1px
}

.menu-is-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
    z-index: 9999
}

.footer-divider {
    width: 100%;
    background: rgba(255,255,255,.1);
    height: 1px;
    margin: 15px 0 15px 0;
    position: relative;
    top: 70px
}

.header-wrapper-fixed.is-sticky {
    top: 0;
    opacity: 1
}

.is-sticky .flex-container .bg-menu span {
    background: #000!important;
    transition: all .1s
}

.footer-divider-mobile {
    display: block;
    width: 100%;
    background: rgba(255,255,255,.1);
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block
}

#search_form {
    width: 100%
}

.embed-responsive video {
    width: 100%;
}

.title {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-left: 0
}

.body-wrapper {
    border-right: solid 1px #b5b5b5;
    border-left: solid 1px #b5b5b5;
    width: 990px;
    background: #f1f1f1;
    margin: -42px auto 0 auto;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.2);
    border-top: solid 1px #fff
}

.section-search {
    height: 73px;
    width: 100%;
    background: #d8dde4;
    position: relative
}

.search-box {
    display: inline-block;
    width: 774px
}

.search-input {
    padding: 5px 15px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%
}

/* chpater style */
/* Chapter Links */
.chapter-links {
    margin-bottom: 20px;
}

.chapter-links a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #181717;
    font-size: 16px;
    font-weight: bold;
}

.chapter-links a:hover {
    text-decoration: underline;
    color: #ff4444;
    /* Optional hover color */
}

.chapter-links .badge {
    display: inline-block;
    background-color: #dc3545;
    /* Red */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}

/* Chapter Summaries */
.chapter-summaries .chapter-summary {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #1a1a1a;
    /* Dark background */
    border: 1px solid #444;
    /* Border color */
    border-radius: 8px;
}

.chapter-summaries .chapter-summary h4 {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

.chapter-summaries .chapter-summary .badge {
    background-color: #dc3545;
    /* Red */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}

.chapter-summaries .chapter-summary p {
    color: #cccccc;
    /* Light text color */
    font-size: 16px;
    line-height: 1.5;
}

.chapter-summaries .chapter-summary .text-muted {
    color: #999999;
}

/* Video Embed Styling */
.chapter-summaries .embed-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* Aspect ratio 16:9 */
}

.chapter-summaries .embed-responsive iframe,
.chapter-summaries .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.my-3 {
    margin: 25px 0;
}
/* chpater style */

.search-bar {
    position: relative;
    padding: 17px 25px;
    display: flex
}

iframe {
    max-width: 100%
}

.search-button {
    width: 34px;
    height: 31px;
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #ced4da;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.clear {
    position: absolute;
    right: 205px;
    z-index: 1001;
    top: 25px;
    cursor: pointer
}

.hide {
    display: none!important
}

.bg-menu {
    display: none
}

.show {
    display: block!important
}

input[type=checkbox] {
    display: none
}

.section-footer {
    width: 100%;
    min-height: 200px;
    background: #000
}

.section-content {
    width: 632px;
    display: inline-block
}

.section-content-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.section-social {
    width: 42%;
    display: inline-block
}

.section-sidebar {
    width: 350px;
    display: inline-block;
    vertical-align: top
}
/*banner styles */
.banner {background-color: #ff6000; ; text-align: center; width: 100%;z-index: 100;position: relative;top:-3px;}
.banner .banner-anchor {font-weight: bold;color: #FFF; text-decoration: none; display: block; height: 100%;transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; padding: 4% 4px;z-index: 100;position: relative;font-size:1.5vw}
.sidebar-content {
    padding-left: 45px;
    padding-right: 45px
}

.content-nav-list {
    padding-top: 10px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    display: inline-block;
    width: 48%;
    /*   word-break: break-all; */
    padding: 0 20px!important;
    display: flex!important;
    align-items: center;
}

.nav-item-list {
    font-size: 14px;
    color: #999;
    padding: 0;
    margin: 0
}

.nav-item-list li {
    display: inline;
    list-style: none;
    font-weight: 300;
    color: #626262
}

.nav-item-list li a {
    font-size: 14px;
    font-weight: 300;
    color: #626262;
    line-height: 14px;
    text-decoration: none
}

.bg-arrow {
    width: 8px;
    height: 9px;
    background: url(/img/sprites.png) -225px -82px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px
}

.bg-facebook {
    width: 9px;
    height: 18px;
    background: url(/img/sprites.png) -225px -10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.bg-reddit {
    width: 22px;
    height: 18px;
    background: url(/img/sprites.png) -101px -135px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.bg-twitter {
    width: 18px;
    height: 15px;
    background: url(/img/sprites.png) -186px -84px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px
}

.bg-messenger {
    width: 18px;
    height: 18px;
    background: url(/img/sprites.png) -143px -135px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.bg-google {
    width: 18px;
    height: 17px;
    background: url(/img/sprites.png) -186px -47px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px
}

.bg-email {
    width: 19px;
    height: 17px;
    background: url(/img/sprites.png) -186px -10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.social-list {
    padding: 22px 30px;
    display: inline-block;
    cursor: pointer;
    float: none;
    display: flex;
    justify-content: center
}

.social-list a {
    margin-left: 15px;
    margin-right: 15px
}

.video-block {
    padding: 20px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.video-image img {
    width: 592px;
    height: 100%;
    display: block
}

.video-image {
    position: relative
}

.video-data-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex
}

.video-data-overlay div {
    display: inline-block;
    vertical-align: top
}

.video-stats {
    width: 100%;
    background: #fff;
    margin-top: -5px;
    -webkit-box-shadow: 0 1px 2px 1px rgb(0 0 0 / 18%);
    padding-bottom: 16px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 18%)
}

.divider {
    display: none
}

.video-title {
    padding: 16px 20px 36px;
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.stat {
    font-size: 15px;
    color: #333
}

.video-data-text {
    padding-left: 5px;
    cursor: pointer;
    color: #979797;
    font-size: 16px
}

.video-data {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.video-data div {
    display: inline-block;
    vertical-align: middle
}

.video-title span {
    color: #979797
}

.bg-download {
    width: 16px;
    height: 16px;
    background: url(/img/sprites.png) -63px -214px
}

.bg-timer {
    width: 16px;
    height: 16px;
    background: url(/img/sprites.png) -37px -214px
}

.bg-eye {
    width: 24px;
    height: 16px;
    background: url(/img/sprites.png) -141px -58px
}

.bg-share {
    width: 14px;
    height: 16px;
    background: url(/img/sprites.png) -10px -180px
}

.bg-comment {
    width: 16px;
    height: 15px;
    background: url(/img/sprites.png) -186px -119px
}

.bg-star-full {
    width: 16px;
    height: 14px;
    background: url(/img/sprites.png) -44px -180px;
    display: inline-block;
    margin-left: -2px
}

.bg-star-half {
    width: 8px;
    height: 14px;
    background: url(/img/sprites.png) -225px -48px;
    display: inline-block;
    margin-left: -2px
}

.rating-count {
    color: #333;
    margin-left: -5px
}

.seperator {
    padding-left: 10px;
    padding-right: 10px;
    color: #979797;
    font-size: 15px
}

.button-first {
    color: #999;
    font-size: 14px;
    background: #f8f8f8;
    background: url(/img/button-first.png);
    width: 118px;
    height: 43px;
    display: inline-block;
    cursor: pointer
}

.button-first div {
    padding-top: 12px
}

.button-last div {
    padding-top: 12px
}

.button-mobile div {
    padding-top: 15px
}

.button-dropdown div {
    padding-top: 15px;
    margin-left: -15px
}

.next {
    margin-left: 10px
}

.back {
    margin-right: 10px
}

.social-list a:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.dropdown {
    position: absolute;
    left: 0;
    width: 99px;
    height: 54px;
    opacity: 0;
    cursor: pointer;
    font-size: 18px
}

.button-last {
    color: #999;
    font-size: 14px;
    background: #f8f8f8;
    background: url(/img/button-last.png);
    width: 58px;
    height: 43px;
    display: inline-block;
    cursor: pointer
}

.button-mobile {
    color: #999;
    font-size: 18px;
    background: #f8f8f8;
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    border-radius: 3px;
    width: 98px;
    height: 54px;
    display: inline-block;
    cursor: pointer
}

.bit {
    color: #969696;
    font-size: 12px;
    margin-left: -15px;
    padding-top: 0!important;
    margin-top: -15px
}

.logos {
    padding: 10px;
    text-align: center
}

.logos div {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px 0 10px
}

.button-dropdown {
    color: #999;
    font-size: 18px;
    background: #f8f8f8;
    background: url(/img/button-dropdown.png);
    width: 98px;
    height: 54px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.page-navigation {
    padding: 20px;
    text-align: center;
    width: 592px;
    border-right: solid 1px rgba(0,0,0,.2)
}

.page-navigation-mobile {
    display: none
}

.active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.copy {
    color: #969696;
    text-align: center;
    padding: 13px;
    font-size: 12px
}

.bg-lock {
    width: 12px;
    height: 14px;
    background: url(/img/sprites.png) 5px -216px
}

.bg-mcaffee {
    width: 43px;
    height: 16px;
    background: url(/img/sprites.png) -78px -58px
}

.bg-googleplay {
    width: 88px;
    height: 28px;
    background: url(/img/sprites.png) -78px -10px
}

.bg-appstore {
    width: 80px;
    height: 21px;
    background: url(/img/sprites.png) -10px -94px
}

.bg-rta {
    width: 42px;
    height: 15px;
    background: url(/img/sprites.png) -110px -94px
}

.from {
    text-transform: uppercase
}

.video-source {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.3);
    width: 100%!important;
    left: 0;
    right: 0
}

.video-title a {
    display: block
}

.video-source span {
    margin: 15px;
    display: inline-block
}

.resolution {
    font-size: 11px;
    color: #fff;
    padding: 1px 5px;
    background: red;
    margin-right: 9px;
    border-radius: 3px;
    margin-left: 9px
}

input:focus {
    outline: 0
}

.share-and-subscribe {
    /* float: right; */
    padding: 10px 20px;
    width: 50%;
    /* text-align: right; */
}

.share-and-subscribe .share-btn {
    display: inline-block;
    position: relative
}

.share-and-subscribe a.btn-share {
    padding: 10px;
    display: inline-block;
    margin-right: 15px;
    background: #666;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.share-and-subscribe a.btn-share img {
    margin-left: 7px;
    vertical-align: middle;
    display: inline-block
}

a.subscribe-btn {
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    background: red;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase
}

a.subscribe-btn span {
    font-weight: 500;
    color: #f99;
    margin-left: 5px
}

.shadopr {
    display: none
}

.shadopr ul {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.shadopr ul li {
    float: left;
    width: 33.33%
}

.shadopr ul li a {
    text-decoration: none
}

.shadopr {
    width: 328px;
    padding: 15px 0;
    background: #666;
    position: absolute;
    top: 100%;
    left: -78px;
    z-index: 99;
    transition: .4s linear;
    display: none
}

.shadopr.show {
    display: block!important
}

.sharebx {
    padding: 15px;
    display: block
}

.shadopr ul li h4 {
    font-size: 14px;
    font-weight: 400;
    color: #a0a0a0;
    margin: 0;
    text-align: center
}

.socilic div {
    margin: 0 auto 15px;
    display: table
}

.video-main-block {
    padding: 20px;
    padding-top: 0
}

.video-main-block .video-image {
    position: relative
}

.video-title-block {
    display: flex;
    padding: 22px 0 17px 0;
    background: url(/img/divider.jpg);
    background-repeat: repeat-x;
    background-position: bottom
}

.video-owner-image {
    position: relative;
    width: 52px;
    height: 52px
}

.video-owner-image img {
    width: 52px;
    height: 52px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    object-fit: cover
}

.video-owner-image .online-tag {
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0c0;
    position: absolute;
    bottom: 5px;
    right: -5px
}

.video-main-title {
    padding-left: 15px
}

.video-main-title h1 {
    display: block!important;
    margin: 0;
    vertical-align: middle
}

.video-main-title h1 span {
    color: #999
}

.streaming-details {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0
}

.streaming-details.mobile-hide {
    display: inline-block!important
}

.streaming-details .live-streaming {
    display: inline-block;
    padding: 5px 10px;
    background: #5e00ff;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.streaming-details .video-views {
    margin-left: 10px;
    background-color: black;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 8px;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.streaming-details .video-views .bg-eye {
    width: 20px;
    height: 16px;
    background: url(/img/sprites.png) -176px -178px;
    display: inline-block;
    vertical-align: middle
}

.streaming-details .video-views .video-data-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 0
}

.streaming-details .video-views span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.streaming-details .video-rating {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}

.streaming-details .video-rating .video-data-text {
    display: inline-block;
    padding-left: 8px
}

.author-name {
    display: inline-block
}

.video-author-details {
    padding-top: 4px
}

.video-author-details p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #b7b7b7;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block
}

.video-author-details p a,.video-author-details span {
    color: #333;
    text-decoration: none;
    font-weight: 400
}

.video-author-details .author-name p span {
    color: #b7b7b7
}

.video-author-details .author-name p a {
    color: #000
}

.video-author-details .seperator {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle
}

.video-author-details .seperator span {
    color: #b6b6b6
}

.video-uploaded {
    display: inline-block;
    vertical-align: middle
}

.video-author-details .video-uploaded p span.mobile-hide {
    font-size: 14px;
    color: #b7b7b7;
    display: inline-block!important
}

.video-views {
    display: inline-block;
    vertical-align: middle
}

.video-quality {
    display: inline-block;
    vertical-align: middle
}

.video-quality.mobile-hide {
    display: inline-block!important
}

.video-quality ul {
    display: inline-block;
    padding: 0;
    margin: 0
}

.video-quality ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle
}

.video-quality li a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
    color: rgba(153,153,153,.6);
    text-decoration: none
}

.video-quality li.active a {
    border: 2px solid #999;
    padding: 4px;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.video-content {
    padding: 17px 0
}

.video-content p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0
}

.video-content p a {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0
}

.video-status-result {
    padding: 17px 0;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    background: url(/img/divider.jpg);
    background-repeat: repeat-x;
    background-position: top
}

.video-status-result ul {
    display: block;
    padding: 0;
    margin: 0
}

.video-status-result ul li {
    width: 25%;
    float: left;
    text-decoration: none;
    list-style-type: none;
    text-align: center
}

.video-status-result ul li:nth-child(2) .video-views {
    margin-left: -14px
}

.video-status-result ul li:first-child {
    text-align: left
}

.video-status-result ul li:last-child {
    text-align: right
}

.video-status-result ul li .bg-timer {
    display: inline-block;
    vertical-align: middle
}

.video-status-result ul li .bg-download {
    display: inline-block;
    vertical-align: middle
}

.video-status-result ul li .bg-comment,.video-status-result ul li .bg-share {
    display: inline-block;
    vertical-align: middle
}

.video-status-result ul li .video-data-text {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    vertical-align: middle
}

.video-status-result ul li span {
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px
}

.video-tags {
    padding-top: 15px;
    padding-bottom: 7px;
    background: url(/img/divider.jpg),url(/img/divider.jpg);
    background-repeat: repeat-x,repeat-x;
    background-position: top,bottom
}

.video-tags .tags-list {
    display: flex;
    align-items: center;
    padding-bottom: 15px
}

.video-tags .tags-list:last-child {
    padding-bottom: 0
}

.video-tags .tags-list p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle
}

.video-tags .tags-list ul {
    margin: 0;
    padding: 0;
    display: block
}

.video-tags .tags-list ul li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
    margin-bottom: 10px
}

.video-tags .tags-list ul li a {
    display: inline-block;
    background: #c9cdd6;
    font-size: 14px!important;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle
}

.related-videos-left {
    padding: 35px 0;
    width: 100%;
    overflow: hidden
}

.related-videos-left ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.social-list.related-video-title {
    display: block;
    padding: 15px 20px
}

.social-list.related-video-title h2 {
    margin: 0;
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
    margin: 0;
    font-weight: 700
}

.sidebar-content.related-right-side {
    padding: 0
}

.related-right-side .video-source {
    width: 280px
}

.related-right-side .video-title {
    font-weight: 700
}

.related-right-side .seperator {
    padding-left: 15px;
    padding-right: 15px
}

.mobile-show {
    display: none!important
}

.tablet-mobile-show {
    display: none!important
}

.desktop-show {
    display: block
}

.mobile-hide {
    display: block!important
}

.tablet-show-only {
    display: none!important
}

.inner-page-navigation-none {
    display: none!important
}

.video-source {
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.streaming-details.mobile-hide {
    padding-top: 12px
}

.video-rating {
    position: absolute;
    top: -30px
}

@media screen and (min-width: 661px) {
    .streaming-details .video-rating {
        position:unset
    }

    .video-author-details {
        display: flex;
        align-items: center;
        padding-top: 8px
    }

    .video-author-details .seperator {
        width: 32px!important;
        padding: unset;
        text-align: center
    }

    .video-author-details .author-name {
        width: 55px!important;
        padding: unset
    }

    .video-author-details .video-uploaded {
        width: 122px!important;
        padding: unset;
        text-align: center
    }

    .video-author-details .video-views {
        width: 83px!important;
        padding: unset;
        text-align: center
    }

    .video-author-details .video-quality.mobile-hide {
        width: 150px!important;
        padding: unset!important
    }
}

@media screen and (min-width: 360px) {
    .video-data {
        display:flex;
        justify-content: space-between
    }

    .related-right-side .seperator {
        display: none
    }
}

@media screen and (max-width: 1032px) {
    /*new styles*/.margin-right-desktop {
        margin-right: 30px
    }
    /*banner*/
    .banner .banner-anchor {
        font-size: 2.5vw;
    }
    .banner {
        top:-5px;
    }
    /**/
    .header-content {
        width: 100%
    }

    .header-wrapper, .header-wrapper-fixed {
        border-top: 5px solid red;
    }

    .flex-container.new-nav {
        align-items: center!important;
    }

    .new-links-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: unset;
    }

    .flex-container {
        flex-direction: column;
    }

    .margin-right {
        margin-right: 45px
    }

    .margin-right-auto {
        margin-right: auto;
    }

    .flex-container .bg-menu {
        width: 25px;
        height: 20px;
        margin-right: 0
    }

    .header-wrapper {
        height: 190px;
    }

    .header-wrapper-fixed {
        height: 50px!important;
    }
    .header-wrapper-fixed .new-links-container {
        padding-top: 8px;
    }

    .title {
        padding-top: 20px;
        text-align: center;
    }

    .show-on-tablet {
        display: flex;
    }

    .hidden-on-tablet {
        display: none;
    }

    .title {
        padding-top: 8%;
    }

    nav {
        align-self: center;
    }

    .horizontal-line {
        top: -123px;
        border-bottom: 1px solid #333333;
        border-top: 0px
    }

    .share-button {
        padding: 3px 20px 3px 10px;
    }

    .new-links-container .new-link a {
        font-size: 14px
    }

    .premium-button {
        padding: 3px 20px 3px 10px;
    }

    .share-button a,.premium-button a {
        font-size: 14px!important
    }

    /**/
    .body-wrapper {
        margin-top: -30px!important;
    }
}

@media only screen and (max-width: 1032px) {
    .footer-divider {
        top:0;
        margin: 0;
        visibility: hidden
    }

    .header-wrapper,.header-wrapper-fixed {
        height: 190px;
    }

    .video-source {
        width: 571px
    }

    .header-content {
        width: 641px
    }

    .body-wrapper {
        width: 641px
    }

    .search-box {
        width: 93%
    }

    .clear {
        right: 180px
    }

    .content-nav-list {
        display: block
    }

    .section-content-nav {
        border-right: none
    }

    .social-list a {
        margin: 0 10px 0 10px
    }

    .section-social {
        width: 290px;
        display: inline-block;
        float: right;
        text-align: right
    }

    .section-social .social-list {
        padding-top: 10px
    }

    .section-content-nav {
        width: 350px
    }

    .section-content {
        width: 641px;
        border-right: none
    }

    .section-sidebar {
        width: 641px
    }

    .sidebar-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .divider {
        height: 1px;
        background: rgba(0,0,0,.1);
        width: 641px;
        display: block;
        margin-bottom: 15px
    }

    .page-navigation {
        border-right: none
    }

    .desktop-show {
        display: none
    }

    .tablet-mobile-show {
        display: block!important
    }

    .tablet-show-only {
        display: block!important
    }

    .inner-page-nav .content-nav-list {
        padding: 10px 20px 25px
    }

    .section-content-nav.inner-page-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* flex-direction: column; */
    }

    .section-content-nav.inner-page-nav .divider {
        display: none
    }

    .related-videos-left {
        display: none
    }

    .video-main-block {
        padding: 0 25px
    }

    .related-right-side .video-source {
        width: 571px
    }

    .related-right-side .tablet-mobile-show {
        display: inline-block!important;
        padding: 15px 25px
    }

    .related-right-side .seperator {
        padding-left: 10px;
        padding-right: 10px
    }

    .related-right-side .video-block .tablet-show-only {
        display: inline-block!important
    }

    .share-and-subscribe {
        padding: 10px 25px
    }
    #newpost,#newpostFixed {
        right: calc(5%);
    }
    .video-block {
        padding: 0 25px 20px
    }
}

@media only screen and (max-width: 659px) {
    /*new styles*/.margin-right {
        margin-right: 22px
    }
    /*banner*/
    .banner{top:-4px}
    .banner .banner-anchor{font-size: 4.5vw}
    /**/

    .margin-right-desktop {
        margin-right: 0
    }

    .margin-right-desktop {
        margin-right: 0
    }

    .header-content {
        width: 100%!important
    }

    .flex-container.new-nav {
        align-items: center!important;
    }

    .header-wrapper, .header-wrapper-fixed {
        border-top: 3px solid red;
    }

    .new-links-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .padding {
        padding-left: 15px
    }

    .flex-container {
        flex-direction: column;
    }

    .flex-container .bg-menu {
        width: 25px !important;
        height: 20px !important;
    }

    .header-wrapper-fixed {
        height: 50px!important;
    }
    .header-wrapper-fixed .new-links-container {
        padding-top: 8px;
    }

    .header-wrapper-fixed {
        height: 50px!important;
    }
    .header-wrapper-fixed .new-links-container {
        padding-top: 8px;
    }

    .title {
        padding-top: 40px;
        text-align: center;
    }

    .title img {
        max-width: 70%!important
    }

    .header-wrapper-fixed .title {
        padding-top: 50px;
    }

    nav {
        align-self: center;
    }

    .hidden-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: flex;
    }

    .share-button {
        padding: 3px 20px 3px 10px;
    }

    .new-links-container .new-link a {
        font-size: 14px
    }

    .premium-button {
        padding: 3px 20px 3px 10px;
    }

    .share-button a,.premium-button a {
        font-size: 13px!important
    }

    .flex-container .bg-menu span {
        height: 4px !important;
    }

    .horizontal-line {
        top: -105px;
        border-bottom: 1px solid #333333;
    }

    .header-wrapper-fixed .horizontal-line {
        top: -113px
    }

    .flex-container .bg-menu {
        margin-right: 15px!important
    }

    #newpost {
        position: absolute;
        right: calc(8%);
        top: 40%;
        word-break: break-word;
        color: #fff;
        width: 80%;
        font-size: 14px;
        background: #004aad;
        padding: 0px 10px;
        z-index: 4444;
        transform: translateX(3%);
    }
    #newpostFixed {
        position: absolute;
        right: calc(8%);
        top: 90%;
        word-break: break-word;
        color: #fff;
        width: 80%;
        font-size: 14px;
        background: #004aad;
        padding: 0px 10px;
        z-index: 4444;
        transform: translateX(3%);
    }
    .arrow {
        left: 78%
    }

    .search-bar label {
        display: none;
    }

	/*    .search-box {
        width: calc(100% - 34px)
    }*/

    .bit {
        margin: 0;
        padding: 2px 0!important
    }

    .logos {
        display: flex;
        flex-wrap: wrap;
        max-width: 90%;
        margin: auto;
        justify-content: center
    }

    /*.header-wrapper,.header-wrapper-fixed {
        height: 145px
    }*/
	.header-wrapper{
		height: 170px !important;
	} 

	.header-wrapper-fixed {
		height: 50px !important;
	}

    .header-content {
        max-width: 100%;
        width: 95%
    }

    .body-wrapper {
        width: 95%
    }

    .nav-item {
        display: none
    }

    .search-box {
        width: 88%!important
    }

    .search-bar {
        padding: 17px 17px
    }

    .bg-menu {
        display: block
    }

    .clear {
        right: 80px
    }

    .section-content-nav {
        width: 100%
    }

    .section-social {
        display: none
    }

    .section-content {
        width: 100%;
        border-right: none
    }

    .section-sidebar {
        width: 100%
    }

    .social-list a {
        margin-left: 13px;
        margin-right: 13px
    }

    .video-source {
        width: 275px
    }

    .content-nav-list {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        padding-block: 20px!important;
    }

    .video-block {
        padding-left: 10px;
        padding-right: 10px
    }

    .divider {
        height: 1px;
        background: rgba(0,0,0,.1);
        width: 100%;
        display: block;
        margin-bottom: 15px
    }

    .hide-mobile {
        display: none
    }

    .seperator {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-navigation {
        display: none
    }

    .page-navigation-mobile {
        max-width: 100%;
        padding: 10px;
        text-align: center;
        display: block
    }

    .footer-divider-mobile {
        width: 100%;
        background: rgba(255,255,255,.1);
        height: 1px;
        margin-top: 25px;
        margin-bottom: 25px;
        display: block
    }

    .footer-divider {
        display: none
    }

    .nav-footer {
        display: block!important;
        padding-top: 15px;
        padding-left: 0;
        width: 100%
    }

    .section-footer {
        text-align: center
    }

    .video-rating {
        left: 22px
    }

    .nav-footer-list {
        display: flex!important;
        justify-content: space-evenly
    }

    .video-title {
        font-size: 16px
    }

    .nav-item li {
        display: inline;
        padding-right: 0;
        font-size: 14px;
        font-weight: 700
    }

    .social-footer {
        padding-top: 0;
        float: unset
    }

    .mobile-show {
        display: block!important
    }

    .mobile-hide {
        display: none!important
    }

    .tablet-show-only {
        display: none!important
    }

    .tablet-mobile-show {
        display: block!important
    }

    .section-content-nav.inner-page-nav {
        display: block
    }

    .share-and-subscribe {
        padding: 0 15px 20px 15px;
        text-align: center;
        width: auto;
    }

    .video-main-block {
        padding: 0 15px
    }

    .video-main-title {
        padding-left: 0
    }

    .video-main-title h1 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        display: inline
    }

    .related-right-side .video-source {
        width: 275px
    }

    .video-quality.mobile-hide {
        display: none!important
    }

    .video-author-details {
        display: flex;
        align-items: center;
        padding: 22px 0 0;
        margin-top: 17px;
        background: url(/img/divider.jpg);
        background-repeat: repeat-x;
        background-position: top
    }

    .video-content {
        padding: 17px 0 22px
    }

    .video-author-details .seperator {
        padding-left: 8px;
        padding-right: 8px;
        color: #b6b6b6
    }

    .video-author-details .seperator span.hide-mobile {
        display: block;
        color: #b6b6b6
    }

    .video-author-details .video-views+.seperator {
        display: none
    }

    .author-name {
        padding-left: 10px
    }

    .mobile-streaming-details {
        padding: 17px 0 0 0
    }

    .video-title-block {
        padding: 17px 0 22px 0
    }

    .video-status-result {
        padding: 20px 0 0 0
    }

    .video-status-result ul li {
        width: 50%;
        text-align: left;
        padding-bottom: 21px
    }

    .video-status-result ul li:last-child {
        text-align: left
    }

    .video-tags {
        padding: 20px 0 5px 0
    }

    .video-tags .tags-list {
        padding-bottom: 0;
        align-items: flex-start
    }

    .video-tags .tags-list p {
        line-height: 30px
    }

    .video-tags .tags-list ul li {
        margin-bottom: 15px
    }

    .related-right-side .tablet-mobile-show {
        display: block!important
    }

    .related-right-side .seperator {
        padding-left: 15px;
        padding-right: 15px
    }

    .streaming-details .video-rating {
        display: none
    }

    .video-detail-box .video-rating.mobile-show {
        position: relative;
        display: inline-block!important;
        bottom: auto;
        left: auto;
        padding-top: 7px;
        top: 0
    }

    .video-detail-box .video-rating.mobile-show .video-data-text {
        display: inline-block
    }

    .streaming-details.mobile-hide {
        display: none!important
    }

    .video-main-block .video-quality {
        float: right
    }

    .video-main-block .video-quality li:last-child a {
        margin-right: 0
    }

    .streaming-details .video-views {
        margin-left: 5px
    }

    .related-right-side .video-block .tablet-show-only {
        display: none!important
    }

    .related-right-side .tablet-mobile-show {
        padding: 20px 25px
    }

    .video-owner-image {
        width: 36px;
        height: 36px
    }

    .video-owner-image img {
        width: 36px;
        height: 36px
    }

    .video-quality li a {
        padding: 3px 4px;
        margin-right: 5px
    }

    .mobile-streaming-details .video-quality li a {
        color: rgba(153,153,153,.6)
    }

    .mobile-streaming-details .video-quality ul li.active a {
        color: #999
    }

    .video-owner-image .online-tag {
        width: 9px;
        height: 9px
    }

    .video-status-result ul li:nth-child(2) .video-views {
        margin-left: 0
    }

    .video-author-details .video-uploaded p span.mobile-hide {
        display: none!important
    }
}
@media screen and (min-width:500px) and (max-width:600px) {
    #newpost {
        position: absolute;
        right: calc(8%);
        top: 40%;
        word-break: break-word;
        color: #fff;
        width: 44%;
        font-size: 14px;
        background: #004aad;
        padding: 0px 10px;
        z-index: 4444;
        transform: translateX(3%);
    }
    #newpostFixed {
        position: absolute;
        right: calc(8%);
        top: 80%;
        word-break: break-word;
        color: #fff;
        width: 44%;
        font-size: 14px;
        background: #004aad;
        padding: 0px 10px;
        z-index: 4444;
        transform: translateX(3%);
    }
}

.video-rating {
    cursor: pointer
}

.video-comments {
    cursor: pointer
}

.popup {
    position: fixed;
    background: rgba(0,0,0,.9);
    width: 100%;
    min-height: 300vh;
    height: 100%;
    z-index: 9999999999999
}

.popup-data {
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 300px;
    padding: 20px;
    z-index: 500px;
    position: relative;
    top: 17%
}

.hide-popup {
    display: none
}

@media only screen and (max-width: 659px) {
    .video-image img {
        width:305px
    }

    .body-wrapper {
        margin-top: -32px!important
    }
}

@media only screen and (max-width: 659px) {
    .video-image img {
        width:100%
    }

    .body-wrapper {
        margin-top: -40px!important;
    }
}

.small-img {
    z-index: 2;
    position: absolute;
    right: 44%;
    top: 0;
    width: 12%!important;
    max-width: 25%;
    border-radius: 5px;
    opacity: .9
}

.flex-container {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%
}

.flex-container .bg-menu {
    z-index: 999999;
    position: relative;
    background-image: none;
    width: 35px;
    height: 30px;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 16px
}

.flex-container .bg-menu span {
    display: block;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    transition: .25s ease-in-out
}

.pg_close {
    width: 32px;
    height: 32px;
    opacity: .3;
    cursor: pointer
}

.pg_close:hover {
    opacity: 1
}

.pg_close:after,.pg_close:before {
    position: absolute;
    right: 125px;
    content: ' ';
    height: 33px;
    width: 2px;
    top: 14px;
    background-color: #000
}

.pg_close:before {
    transform: rotate(45deg)
}

.pg_close:after {
    transform: rotate(-45deg)
}

nav ul li:hover {
    background-color: #ecebe9
}

.pg_close_li:hover {
    background-color: #fff
}

a {
    color: #fff
}

.toggle,[id^=drop] {
    display: none
}

nav {
    margin: 0;
    padding: 0
}

nav:after {
    content: "";
    display: table;
    clear: both
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

nav ul li {
    margin: 0;
    display: inline-block
}

nav a,nav ul li label {
    display: block;
    padding: 14px 20px;
    color: #254441;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px solid #ededed
}

li>a:after {
    content: ' +'
}

li>a:only-child:after {
    content: ''
}

nav {
    margin: 0
}

.menu {
    display: none
}

.toggle {
    display: block;
    color: #254441;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px solid #ededed
}

[id^=drop]:checked+ul {
    display: block
}

nav ul li {
    display: block;
    width: 100%;
    cursor: pointer
}

.main-ul {
    z-index: 9999999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 250px;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 10%);
    padding-bottom: 50px;
    overflow: auto
}

@media all and (max-width : 768px) {
    .main-ul {
        max-width:unset
    }

    .pg_close:after,.pg_close:before {
        position: absolute;
        left: 85%
    }
}

@media all and (min-width : 341px) and (max-width:359px) {
    .video-data {
        display:flex;
        justify-content: space-between
    }
}

@media all and (max-width : 340px) {
    nav ul li {
        display:block;
        width: 94%
    }
    .social-list {
        padding: 20px 10px;
    }
    /*banner*/
    .banner {top:-4px}
    /**/
    .title {
        font-size: 24px
    }

    .nav-item li {
        padding-right: 0;
        display: block;
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .video-comments,.video-shares {
        align-self: center
    }

    .video-data {
        display: flex;
        justify-content: space-between;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .nav-item {
        padding-left: 0
    }

    .nav-footer {
        padding-left: 0
    }

    .section-footer .social-list a {
        margin-left: 13px;
        margin-right: 13px;
        width: 18%;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .search-box {
        width: 87%!important;
    }

    .video-main-title {
        padding-top: 0
    }

    .video-title-block {
        width: 100%
    }

    .video-author-details p {
        display: flex
    }

    .streaming-details .video-views span:nth-child(2) {
        display: none
    }

    .video-author-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .video-author-details p a,.video-author-details span {
        margin-right: 5px
    }

    .author-name {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .video-status-result ul {
        margin-left: 15px
    }

    .video-status-result ul li .video-data-text {
        width: 25%
    }

    .video-uploaded p span span:first-child {
        margin-right: 0
    }

    .video-main-block .video-quality {
        padding-top: 5px
    }

    .video-uploaded {
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .video-data-text .stat.comment-count {
        margin-left: -7px
    }

    .video-data-text .stat.share-count {
        margin-left: -12px
    }

    .bg-comment,.video-block .bg-share,.video-status-result ul li .bg-download,.video-status-result ul li .bg-timer {
        margin-right: 5px
    }

    .bg-share {
        margin-right: 11px
    }

    .video-data-text {
        padding-left: 3px
    }

    .video-status-result ul li span {
        font-size: 15px
    }

    .video-main-block {
        padding: 0 10px
    }

    .related-right-side .seperator {
        padding-left: 5px;
        padding-right: 5px
    }

    .video-data {
        padding-left: 18px;
        padding-right: 0
    }

    .stat.comment-count,.stat.comment-counts {
        margin-right: 10px
    }

    .video-views {
        display: flex!important;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .video-shares {
        display: flex!important
    }

    .video-comments {
        display: flex!important
    }

    .video-status-result ul li .bg-comment {
        margin-right: 10px
    }

    .mobile-streaming-details.mobile-show .video-views {
        display: inline-block!important
    }

    .popup-data {
        width: 80%
    }
}

nav ul li a:hover,nav ul li label:hover {
    background: #ecebe9!important
}

#navbar {
    position: relative
}

.header-wrapper-fixed {
    position: fixed;
    top: -160px;
    opacity: 0;
    right: 0;
    left: 0;
    height: 90px;
    box-shadow: rgb(0 0 0 / 20%) 0 -2px 13px 0;
    z-index: 3000;
    background: #fff;
    transition: top 280ms,opacity .2s
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 8px
}

.menu-overlay.menu-is-open ~ .main-ul[style*="display: block;"]::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 30px;
    border: 0 solid transparent;
    background-clip: content-box;
    background-color: #888888d1
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

.video-data-overlay div.bg-online {
    width: 40px;
    height: 14px;
    margin-right: 11px;
    /* left: -30px; */
    position: relative;
    /* display: flex; */
    /* justify-content: space-between; */
}
.bg-online:before {
    content: "";
    background: red;
    animation: none;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-animation: fadeinout 2s linear forwards;
    animation: fadeinout 2s linear infinite;
    opacity: 0;
    margin: 0;
    right: 0;
    left: unset;
    transform: translateY(-50%);
}
@-webkit-keyframes fadeinout {
    50% { opacity: 1; }
  }
  
  @keyframes fadeinout {
    50% { opacity: 1; }
  }
.bg-online {
    /* position: absolute; */
    /* left: -8%; */
    /* top: 50%; */
    margin-right: -24px;
    /* transform: translateX(-50%) translateY(-50%); */
    width: 20px;
    height: 20px
}

.bg-online:before {
    /* content: ""; */
    /* position: relative; */
    /* display: block; */
    /* width: 300%; */
    /* height: 300%; */
    /* box-sizing: border-box; */
    /* margin-left: -100%; */
    /* margin-top: -100%; */
    /* border-radius: 45px; */
    /* background-color: #00cd2a; */
    /* -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
    /* animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.bg-online:after {
    content: "LIVE";
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #00cd2a;
    border-radius: 5px;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); */
    /* -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; */
    /* animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; */
    font-size: 9.7px;
    font-weight: bold;
    justify-content: space-between;
    padding: 0px 5px;
    align-items: center;
}
.video-image .wrapper {
    overflow: hidden;
    width: 100%
}

.video-image .wrapper:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #000;
    top: 0;
    left: 50%;
    transform: translate(-50%,0)
}

.pg_close_li label {
    border-bottom: none;
    height: 30px;
    background: red
}

.bg-search-image {
    cursor: pointer;
    border-color: transparent;
    width: 32px;
    height: 24px;
    background: url(/img/sprites.png) -132px -177px;
    position: absolute;
    z-index: 1001;
    right: 7px;
    top: 2px
}

.hide {
    display: none
}

.page-navigation {
    border: 0
}

.wrapper {
    display: inline-block;
    position: relative
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width: 660px) {
    .search-bar label {
        display:none
    }

    .search-box {
        width: calc(100% - 34px)
    }

    .video-title a {
        font-size: 22px;
        font-weight: 700
    }
}

.times {
    font-size: 11px;
    color: #fff;
    background: #000;
    padding: 1px 5px;
    border-radius: 3px
}

.stats {
    font-size: 15px;
    color: #333
}

.bg-search-image {
    cursor: pointer;
    border-color: transparent;
    width: 32px;
    height: 24px;
    background: url(/img/sprites.png) -132px -177px;
    position: absolute;
    z-index: 1001;
    right: 7px;
    top: 2px
}

.hide {
    display: none
}

.page-navigation {
    border: 0
}

.wrapper {
    display: inline-block;
    position: relative
}

@media all and (max-width: 660px) {
    .search-bar label {
        display:none
    }

    .search-box {
        width: 260px
    }
}

.video-actor {
    display: inline-block;
    background: #c9cdd6;
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: middle
}

@media(max-width: 435px) {
    .video-tags .tags-list ul {
        display:flex;
        max-width: 100%;
        flex-wrap: wrap
    }

    .video-tags .tags-list ul li {
        margin-right: 10px
    }

    .video-tags .tags-list ul li a {
        font-size: 11.5px;
        padding: 7px 5.5px
    }
}

@media(max-width: 341px) {
    .nav-footer-list {
        display:flex;
        flex-direction: column;
        align-items: center
    }

    .nav-item li {
        padding-right: 0;
        display: block;
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px
    }
}

@media(min-width: 1033px) {
    .nav-footer {
        flex:0 0 50%;
        float: left
    }

    .footer-divider-mobile {
        display: none
    }

    .social-list {
        float: right;
        flex: 0 0 50%
    }

    .copy {
        float: left;
        width: 100%;
        padding: 30px 0
    }
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }

    100%,80% {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }

    100%,80% {
        opacity: 0
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.8)
    }
}

.icons-container,.icons-img,.new-img {
    display: none
}

@media screen and (min-width: 992px) {
    img[src="http://localhost/F21b-Clean/img/downloadIcon.svg"] {
        vertical-align: bottom;
    }

    .icons-img {
        cursor: pointer
    }

    .menu.main-ul {
        box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%);
    }

    .menu-overlay.menu-is-open ~ .main-ul[style*="display: block;"] {
        overflow: scroll;
    }

    .menu-overlay.menu-is-open ~ .main-ul[style*="display: block;"]:hover::-webkit-scrollbar {
        display: block;
    }

    .menu-is-open {
        background: rgb(255 255 255 / 0%)
    }

    .menu-overlay.menu-is-open {
        z-index: -1
    }

    .menu-overlay.menu-is-open~.main-ul:hover {
        overflow: auto
    }

    .menu.main-ul {
        display: block!important
    }

    .menu-overlay.menu-is-open~.main-ul .new-img {
        display: block;
        margin-right: 10px;
        position: absolute;
        left: 42%;
        top: 64px;
        z-index: 999999999999999799
    }

    .menu-overlay.menu-is-open~.main-ul {
        max-width: 350px
    }

    .menu-overlay.menu-is-open~.main-ul .open-side-menu {
        display: none
    }

    .menu-overlay.menu-is-open~.main-ul .close-side-menu {
        position: absolute;
        right: 10px
    }

    .menu-overlay~.main-ul[style="display: none;"] .close-side-menu {
        display: none
    }

    .menu-overlay~.main-ul[style="display: none;"] .top-text {
        display: none
    }

    .menu-overlay~.main-ul[style="display: none;"] .navlink-name {
        display: none
    }

    .menu-overlay.menu-is-open~.main-ul .icons-img {
        display: none
    }

    .menu-overlay~.main-ul[style="display: none;"] .icons-img {
        display: block;
        position: absolute;
        top: 50px;
        left: 26%;
        z-index: 99999999999999999
    }

    .menu-overlay~.main-ul[style="display: none;"] li:not(.pg_close_li) {
        display: none
    }

    nav ul li label:hover {
        background: red!important
    }

    .pg_close_li:hover {
        background-color: #000
    }

    .menu-overlay.menu-is-open~.main-ul .new-img {
        display: block;
        margin-right: 10px;
        position: absolute;
        left: 42%;
        top: 64px;
        z-index: 999999999999999799
    }

    .menu-overlay~.main-ul {
        max-width: 50px;
        overflow: unset
    }

    .pg_close {
        display: none
    }

    .pg_close_li {
        background: #000
    }

    .close-side-menu,.open-side-menu {
        cursor: pointer
    }

    .top-text {
        color: #fff
    }

    .icons-container {
        display: block
    }

    .pg_close_li label {
        border-bottom: none;
        height: 20px;
        background: red;
        /* border-top-right-radius:10px; */
    }

    .menu-overlay.menu-is-open ~ .main-ul[style*="display: block;"]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: transparent;
    }

    .menu-overlay.menu-is-open ~ .main-ul[style*="display: block;"]::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .menu-overlay.menu-is-open ~ .main-ul[style*="display: block;"]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
        background-color: grey;
    }
}

@media screen and (max-width: 320px) {
    /*new styles*/.header-wrapper-fixed .title {
        padding-top: 60px;
    }

    .margin-right-desktop {
        margin-right: 0
    }

    .share-button {
        padding: 3px 10px 3px 5px;
    }

    .premium-button {
        padding: 3px 10px 3px 5px;
    }

    .share-button a,.premium-button a {
        font-size: 12px!important
    }

    .padding {
        padding-left: 10px
    }

    .flex-container .bg-menu {
        margin-right: 15px!important
    }

    .title {
        padding-top: 45px;
    }

    #newpost,#newpostFixed {
        right: calc(12%);
        width: 78%;
    }

    .pg_close_li label {
        width: 92.5%
    }

    nav ul li label:hover {
        background: red!important
    }
}

/*new styles*/
@media screen and (max-width: 280px) {
    .share-button a, .premium-button a {
        font-size: 8px!important
    }
}
