@charset "UTF-8";

html {
  --black-bg: #000;
  --white-bg: #fff;
  --black-color: #000;
  --white-color: #fff;
  --color-inverse: #fff;
  --tabs-bg-color: #20212A;
  --tabs-font-color: #A9A9A9;
  /* background */
  --main-background: #161616;
  --header-background: #070707;
  --header-background2: #000;
  --thumb-box-bg: #070707;
  --thumb-placeholder-bg: #070707;
  --footer-bg: var(--black-bg);
  --footer-box-bg: #070707;
  --pagination-bg: #070707;
  --sort-bg: #070707;
  --tags-link-bg: #20212A;
  --tags-link-bg-hover: #383838;
  --input-bg: #1d1d1d;
  --btn-bg: #070707;
  --btn-report: #2e2f35;
  --input-bg2: #2e2f35;
  --input-upload-bg: #000;
  --member-menu-bg: #161616;
  --img-placeholder-bg: #000;
  --img-placeholder-bg2: #070707;
  --img-placeholder-bg3: #161616;
  --profile-bg: #070707;
  --profile-sort-bg: #161616;
  --community-sort-bg: #161616;
  --thumbs-bottom-btn-bg: #070707;
  --checkbox-bg: var(--black-bg);
  --radio-bg: #191a1d;
  --comment-item-bg: var(--black-bg);
  --modal-bg: #161616;
  --subscribe-bg: #262528;
  --video-sub-btn: #20212A;
  --video-sub-btn-count: #ff8500;
  --sort-box-bg: #161616;
  --embed-button-bg: #34363c;
  --profile-heading-btn-bg: #1d1d1d;
  --subscription-bg: #070707;
  --subscription-btn-bg: #1d1d1d;
  --menu-icon-bg: #fff;
  --suggestion-bg: #1d1d1d;
  --suggestion-group-bg: #000;
  --comment-like-bg: #34363c;

  /* color */
  --general-color: var(--white-color);
  --main-grey-color: #A9A9A9;
  --member-menu-color: var(--main-grey-color);
  --thumb-text-color: var(--white-color);
  --nav-link-color: var(--white-color);
  --pagination-color: var(--main-grey-color);
  --sort-color: var(--main-grey-color);
  --tags-link-color: var(--tabs-font-color);
  --tags-arrow-color: var(--white-color);
  --input-color: var(--white-color);
  --btn-color: var(--white-color);
  --btn-tabs-color: var(--main-grey-color);
  --thumb-info-color: var(--main-grey-color);
  --input-color2: #8b8f96;
  --input-color3: var(--main-grey-color);
  --input-upload-color: #fff;
  --profile-color: var(--white-color);
  --profile-color2: var(--main-grey-color);
  --profile-tab-color: var(--white-color);
  --thumbs-bottom-btn-color: var(--main-grey-color);
  --heading-title-color: var(--white-color);
  --comment-item-color: var(--white-color);
  --subscribe-color: #626262;
  --subscribe-color2: var(--main-grey-color);
  --lang-hover-color: #000;
  --desc-color: #fff;
  --video-sub-btn-color: #A9A9A9;
  --theme-color: var(--main-grey-color);
  --theme-hover-color: #ff8500;
  --related-color: var(--main-grey-color);
  --tabs-title-color: var(--main-grey-color);
  --btn-gold: #ff8500;
  --comment-name-color: var(--white-color);
  --comment-date-color: var(--main-grey-color);
  --profile-heading-btn-color: #000;
  --upload-title-color: #959595;
  --seo-title-color: #fff;
  --seo-text-color: var(--main-grey-color);
  --footer-color: var(--main-grey-color);
  --comment-like-color: #8b8f96;

  /* border */
  --tags-link-border: none;
  --footer-border: none;
  --input-border: none;
  --header-border: 1px solid #161616;
  --header-border2: none;
  --profile-sort-border: 1px solid #000000;
  --video-controls-border: 1px solid #000000;
  --community-item-border: 6px solid #161616;
  --community-filter-border: 1px solid #000;
  --community-filter-input-border: 1px solid #3d3d3d;
  --sort-box-pseudo: #000;
  --btn-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);

  /* btn */
  --swiper-btn-prev: linear-gradient(90deg,
      #161616 52.6%,
      rgba(22, 22, 22, 0) 100%);
  --swiper-btn-next: linear-gradient(270deg,
      #161616 52.6%,
      rgba(22, 22, 22, 0) 100%);
}

html.light {
  --black-bg: #000;
  --white-bg: #fff;
  --black-color: #000;
  --white-color: #fff;
  --grey-color: #707070;
  --color-inverse: #000;
  --tabs-bg-color: #e0e0e0;
  --tabs-font-color: #707070;
  /* background */
  --main-background: var(--white-bg);
  --header-background: transparent;
  --header-background2: #fff;
  --thumb-box-bg: #e0e0e0;
  --thumb-placeholder-bg: #e0e0e0;
  --footer-bg: var(--white-bg);
  --footer-box-bg: var(--white-bg);
  --pagination-bg: #e0e0e0;
  --sort-bg: #e0e0e0;
  --tags-link-bg: none;
  --tags-link-bg-hover: rgba(255, 133, 0, 0.16);
  --input-bg: var(--white-bg);
  --btn-bg: #e0e0e0;
  --btn-report: #e0e0e0;
  --input-bg2: transparent;
  --input-upload-bg: transparent;
  --member-menu-bg: #e0e0e0;
  --img-placeholder-bg: #dadada;
  --img-placeholder-bg2: #dadada;
  --img-placeholder-bg3: #fff;
  --profile-bg: #e0e0e0;
  --profile-sort-bg: #fff;
  --community-sort-bg: #fff;
  --thumbs-bottom-btn-bg: #e0e0e0;
  --checkbox-bg: var(--white-bg);
  --radio-bg: #e0e0e0;
  --modal-bg: #606060;
  --subscribe-bg: #e0e0e0;
  --video-sub-btn: #626262;
  --video-sub-btn-count: var(--subscribe-bg);
  --sort-box-bg: var(--white-bg);
  --embed-button-bg: #e0e0e0;
  --profile-heading-btn-bg: #fff;
  --subscription-btn-bg: #fff;
  --menu-icon-bg: #b8b8b8;
  --suggestion-bg: #e0e0e0;
  --suggestion-group-bg: rgba(0, 0, 0, 0.1);
  --comment-like-bg: #e0e0e0;

  /* color */
  --general-color: #363636;
  --member-menu-color: var(--grey-color);
  --thumb-text-color: #363636;
  --nav-link-color: var(--grey-color);
  --pagination-color: var(--grey-color);
  --sort-color: var(--grey-color);
  --tags-link-color: #ff8500;
  --tags-arrow-color: #b8b8b8;
  --input-color: var(--grey-color);
  --btn-color: var(--grey-color);
  --btn-tabs-color: var(--tabs-font-color);
  --thumb-info-color: var(--grey-color);
  --input-color2: #8b8f96;
  --input-color3: var(--grey-color);
  --input-upload-color: #8b8f96;
  --profile-color: var(--grey-color);
  --profile-color2: #363636;
  --profile-tab-color: var(--grey-color);
  --thumbs-bottom-btn-color: var(--grey-color);
  --heading-title-color: #363636;
  --comment-item-bg: #e0e0e0;
  --comment-item-color: #363636;
  --subscribe-color: var(--grey-color);
  --subscribe-color2: var(--grey-color);
  --lang-hover-color: #000;
  --desc-color: #363636;
  --video-sub-btn-color: #fff;
  --theme-color: #707070;
  --theme-hover-color: #ff8500;
  --related-color: #363636;
  --tabs-title-color: #363636;
  --btn-gold: #363636;
  --comment-name-color: #363636;
  --comment-date-color: #707070;
  --profile-heading-btn-color: #fff;
  --upload-title-color: #363636;
  --seo-title-color: #363636;
  --seo-text-color: #707070;
  --footer-color: #707070;
  --comment-like-color: #707070;

  /* border */
  --tags-link-border: 1px solid #ff8500;
  --footer-border: 1px solid #d9d9d9;
  --input-border: 1px solid var(--grey-color);
  --header-border: 1px solid #d9d9d9;
  --header-border2: 1px solid #d9d9d9;
  --profile-sort-border: 1px solid #d9d9d9;
  --video-controls-border: 1px solid #d9d9d9;
  --community-item-border: 6px solid #d9d9d9;
  --community-filter-border: 1px solid #d9d9d9;
  --community-filter-input-border: 1px solid #d9d9d9;
  --sort-box-pseudo: #d9d9d9;
  --btn-box-shadow: none;

  /* btn */
  --swiper-btn-prev: linear-gradient(90deg,
      #ffffff 52.6%,
      rgba(22, 22, 22, 0) 100%);
  --swiper-btn-next: linear-gradient(270deg,
      #ffffff 52.6%,
      rgba(22, 22, 22, 0) 100%);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img,
object,
embed {
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

a,
a * {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  font: 400 14px/1.2 "Roboto", sans-serif;
  color: var(--general-color);
  background: var(--main-background);
}

header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {position: relative;margin:10px auto;}
.header .logo {text-align:center;margin:20px 0px;}
.header .logo img {height:50px;}

.search {position: relative;font-size:0;margin:20px 10px}
.search .key {background:#242424;height:45px;width:100%;border-radius: 4px 0px 0px 4px ;}
.search .but {position: absolute;cursor: pointer;height:45px;width:45px;right:0px;background:#3a3636;padding:14px;border-radius: 0px 4px 4px 0px ;}
.search i {font-size:18px;}


.main {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}


.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-flag {
  width: 0.7998046875em;
}

.icon-top-arrow {
  font-size: 9px;
}

.icon-arrow-down {
  font-size: 10px;
}

.icon-user {
  color: #b8b8b8;
  font-size: 18px;
}

.sub-btn .icon-user {
  color: var(--video-sub-btn-color);
}

.icon-edit,
.icon-heart,
.icon-favourited-star,
.icon-oclock {
  font-size: 12px;
}

.icon-calendar,
.icon-picture,
.icon-like,
.icon-play {
  font-size: 14px;
}

.icon-eye {
  font-size: 17px;
}

.icon-chat,
.icon-plus {
  font-size: 18px;
}

.icon-no-thumb {
  font-size: 82px;
}

.icon-search,
.icon-upload,
.icon-dislike,
.icon-star,
.icon-monitor,
.icon-categories,
.icon-playlist,
.btn-favourites .icon-heart,
.btn-favourites .icon-favourited-star,
.btn-favourites .icon-oclock,
.sort-control .icon-info,
.sort-control .icon-share,
.sort-control .icon-chat,
.sort-control .icon-flag,
.sort-control .icon-picture {
  font-size: 20px;
}

.rating-container .icon-dislike,
.rating-container .icon-like {
  font-size: 20px;
}

.wrapper {
  position: relative;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.wrapper.profile-page .header {
  margin-bottom: 0;
}

.container {
  max-width: 1260px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.section-row {
  margin-bottom: 44px;
}

.section-row.tags-row {
  margin-bottom: 15px;
  position: relative;
  padding: 0;
  overflow: hidden;
}






.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-links {
  background: #000;
}

.header-links .header-inner {
  padding: 5px 0;
  overflow-x: scroll;
}

.header-links .header-inner::-webkit-scrollbar {
  display: none;
}

.header-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #b8b8b8;
  margin-right: 31px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .header-links a:hover {
    color: #ff8500;
  }
}

.header-links i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 4px;
}

.header-links i svg {
  fill: #ff8500;
}

.header-holder {
  background-color: var(--header-background);
  border-bottom: var(--header-border);
  padding: 12px 0 11px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .header-holder .header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .search {
    position: absolute;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    z-index: 10;
    left: 0;
    max-width: calc(100% - 40px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.search form {
  max-width: 630px;
  width: 100%;
}

@media (max-width: 1024px) {
  .search form {
    max-width: 100%;
  }
}

.search .search-inner {
  width: 100%;
  position: relative;
}

.search input {
  background: var(--input-bg);
  border: var(--input-border);
  border-radius: 10px;
  height: 40px;
  width: 100%;
  padding: 10px 45px 10px 20px;
  color: var(--input-color);
}

.search .btn-search {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .search .btn-search:hover svg {
    fill: #ff8500;
  }
}

.search .btn-search svg {
  fill: #b8b8b8;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header.search-open .logo {
  opacity: 0;
}

.header.search-open .search {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header.search-open .btn-mobile .svg-search {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header.search-open .btn-mobile .svg-icon {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.btn-mobile {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 1024px) {
  .btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn-mobile i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-mobile svg {
  fill: #b8b8b8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-mobile .svg-icon {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.buttons-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-col.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .buttons-col.mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .buttons-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }

  .buttons-col.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buttons-col .mebers-block {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.buttons-col .upload-holder {
  position: relative;
}

.buttons-col .upload-list {
  position: absolute;
  right: 0;
  z-index: 11;
  background: #161616;
  top: calc(100% + 8px);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.upload-open .upload-list {
  display: block;
}

.buttons-col .upload-list a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #b8b8b8;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 10px 32px;
}

@media (min-width: 1024px) {
  .buttons-col .upload-list a:hover {
    color: #000000;
    background-color: #ff8500;
  }

  .buttons-col .upload-btn:hover {
    color: #ff8500;
  }

  .buttons-col .upload-btn:hover svg {
    fill: #ff8500;
  }
}

.leng-holder {
  margin-right: 8px;
  position: relative;
}

.leng-holder .lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .leng-holder .lang-item:hover svg {
    fill: #ff8500;
  }
}

.leng-holder .lang-item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.leng-holder .lang-item i svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: var(--member-menu-color);
}

.leng-holder .drop {
  position: absolute;
  left: -12px;
  z-index: 11;
  background: var(--sort-bg);
  top: calc(100% + 8px);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .leng-holder .drop {
    top: auto;
    bottom: calc(100% + 8px);
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -112px;
  }
}

.leng-holder .drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px;
  color: var(--sort-color);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 1024px) {
  .leng-holder .drop a:hover {
    background: #ff8500;
    color: var(--lang-hover-color);
  }
}

@media (max-width: 1024px) {
  .leng-holder .drop a {
    width: 50%;
  }
}

.leng-holder .drop a img {
  margin-right: 4px;
}

.leng-holder.lang-open .lang-item i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.leng-holder.lang-open .lang-item svg {
  fill: #ff8500;
}

.leng-holder.lang-open .drop {
  opacity: 1;
  visibility: visible;
}

.mebers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  .mebers-block {
    margin-top: 15px;
  }
}

.mebers-block a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--member-menu-color);
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 10px;
  padding: 10px 32px;
  margin-right: 2px;
}

.mebers-block a:last-child {
  margin-right: 0;
}

.mebers-block a:first-child {
  padding: 10px 20px;
}

@media (min-width: 1024px) {
  .mebers-block a:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }
}

@media (max-width: 1024px) {
  .mebers-block a {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    margin-right: 15px;
  }
}

.menu-icon.menu-mobile{
 opacity: 0;
}
body.nav-open .menu-icon.menu-mobile{
opacity: 1;
}
.menu-icon {
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
  display: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tips{
  width: 34px;
  height: 26px;
  
}
@media (max-width: 1024px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon span {
  background-color: var(--menu-icon-bg);
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-icon span:first-child {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 6px;
}

.menu-icon span:last-child {
  top: 12px;
}

.header-nav {
  background: var(--header-background2);
  border-bottom: var(--header-border2);
}

@media (max-width: 1024px) {
  .header-nav {
    position: absolute;
    min-height: -webkit-fill-available;
    height: 100%;
    width: 100%;
    left: 0;
    top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 12;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow-x: auto;
  }
}

.header-nav .header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .header-nav .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 120px;
  }
}

.header-nav .nav-link {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: var(--nav-link-color);
  position: relative;
  padding: 15px 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .header-nav .nav-link {
    padding: 10px 14px;
  }
}

.header-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ff8500;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media (min-width: 1024px) {
  .header-nav .nav-link:hover {
    color: #ff8500;
  }

  .header-nav .nav-link:hover::before {
    width: 100%;
  }
}

.header-nav .nav-link.active {
  color: #ff8500;
  cursor: default;
}

.header-nav .nav-link.active::before {
  width: 100%;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .menu-icon span:nth-child(2) {
  opacity: 0;
}

body.nav-open .menu-icon span:first-child,
body.nav-open .menu-icon span:last-child {
  top: 6px;
  background-color: #ff8502;
}

body.nav-open .menu-icon span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.nav-open .menu-icon span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.nav-open .header-nav {
  opacity: 1;
  visibility: visible;
}

.tags-row {
  padding: 10px 0;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .tags-row {
    padding: 8px 0;
  }
}

.nav-row .swiper-slide{
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.nav-row a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 5px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--nav-link-color);
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.nav-row .swiper-slide.swiper-slide-active a{
  color: #ff8500;
}
.tags-row :root {
  --swiper-theme-color: #ffffff;
}

.tags-row .swiper-button-next,
.tags-row .swiper-button-prev {
  font-size: 18px;
}

.tags-row .swiper-button-next:after,
.tags-row .swiper-button-prev:after {
  color: var(--tags-arrow-color);
  font-size: 18px;
}

.tags-row .swiper-button-next:after {
  color: var(--tags-arrow-color);
  font-size: 18px;
  position: absolute;
  right: 15px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.tags-row .swiper-button-prev {
  left: 0;
}

.tags-row .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.tags-row .swiper-button-prev {
  background: var(--swiper-btn-prev);
  left: 0;
  width: 75px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tags-row .swiper-button-next {
  background: var(--swiper-btn-next);
  right: 0;
  width: 75px;
}

@media (min-width: 1024px) {
  .tags-row .swiper-button-next:hover::after {
    color: #ff8500;
  }
}

.tags-row .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.tags-row a {
    display: block;
    float: left;
  background: var(--tags-link-bg);
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 3px;
  font-size: 14px;
  border: var(--tags-link-border);
  padding: 6px 9px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--tags-link-color);
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (min-width: 1024px) {
  .tags-row a:hover {
    background-color: var(--tags-link-bg-hover);
  }
  .tags-row.video-detail-tags a:hover {
    color: #000000 ;
    background: #ff8500;
    -webkit-box-shadow: var(--btn-box-shadow);
    box-shadow: var(--btn-box-shadow);
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  gap: 5px;
}

.heading.comments-heading {
  margin-bottom: 37px;
}

@media (max-width: 1024px) {
  .heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.heading .title {
  font-size: 24px;
  line-height: 1;
  color: var(--heading-title-color);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.heading .title a {
  color: var(--heading-title-color);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.heading .title em {
  color: #b8b8b8;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .heading .title a:hover {
    color: #ff8500;
  }
}

@media (max-width: 767px) {
  .heading .title {
    font-size: 17px;
  }
}

.sort {
  position: relative;
}

@media (max-width: 665px) {
  .sort.serch-box {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 10px;
  }

  .sort.serch-box .sort-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.sort .sort-title,
.more-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--sort-color);
  background: var(--sort-bg);
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sort.sort-profile .sort-title,
.sort.sort-profile .sort-drop {
  background-color: var(--profile-sort-bg);
}

.sort .sort-title {
  min-width: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 375px) {
  .sort .sort-title {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.sort .sort-title.more-title,
.more-title i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sort .sort-title i,
.more-title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.sort .sort-title svg,
.more-title svg {
  fill: var(--sort-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (min-width: 1024px) {

  .sort .sort-title:hover,
  .more-title:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }

  .sort .sort-title:hover svg,
  .more-title:hover svg {
    fill: #000000;
  }
}

.sort .sort-drop {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: var(--sort-bg);
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  -webkit-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sort .sort-drop a {
  display: block;
  text-align: center;
  color: var(--sort-color);
  padding: 8px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

@media (min-width: 1024px) {
  .sort .sort-drop a:hover {
    background: #ff8500;
    color: #000000;
  }
}

.sort.sort-open .sort-title {
  border-radius: 10px 10px 0 0;
  color: #000000;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
}

.sort.sort-open .sort-title.more-title {
  color: #b8b8b8;
  background: #070707;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sort.sort-open .sort-title.more-title:hover {
  color: #000000;
  background: #ff8500;
  -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
}

.sort.sort-open .sort-title.more-title:hover svg {
  fill: #000000;
}

.sort.sort-open .sort-title.more-title svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  fill: #b8b8b8;
}

.sort.sort-open .sort-title svg {
  fill: #000000;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sort.sort-open .sort-drop {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.sort-tabs {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .sort-tabs {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.sort-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-control a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: var(--btn-tabs-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 30px;
}

.sort-control .drop-btn.second {
  font: 500 14px/20px "Roboto";
  color: var(--btn-tabs-color);
}

.fav-open .drop-btn.second {
  color: #000;
}

.sort-control .drop-btn.second>.download_icon {
  display: block;
  font-size: 20px;
  line-height: 0;
}

.sort-control .drop-btn.second .download_icon,
.sort-control .drop-btn.second .arrow {
  margin: 0;
}

@media screen and (max-width: 890px) {

  .sort-control .drop-btn.second {
    height: 40px;
    width: 50px;
    justify-content: center;
  }

  .sort-control .drop-btn.second>* {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .sort-control .drop-btn.second {
    height: 36px;
    width: 40px;
  }
}


@media (max-width: 500px) {
  .sort-control a {
    font-size: 0;
  }

  .sort-control .download-link {
    font-size: 12px;
  }
}

.sort-control a:last-child {
  margin-right: 0;
  font-size: 14px;
}


.sort-control a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
}

.sort-control a i.arrow {
  margin-left: 10px;
  right: 0;
}

.sort-control a svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #b8b8b8;
}

@media (min-width: 1024px) {
  .sort-control a:hover {
    color: #ff8500;
  }

  .sort-control a:hover svg {
    fill: #ff8500;
  }
}

.sort-control a.active {
  color: #ff8500;
}

.sort-control a.active i.arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sort-control a.active svg {
  fill: #ff8500;
}

.sort-box {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 36px; */
  z-index: 10;
}

.sort-box .tab-content {
  background: var(--sort-box-bg);
  border-top: var(--profile-sort-border);
  padding: 17px 0;
}

.sort-box .sort-inner {
  -moz-column-count: 7;
  -webkit-column-count: 7;
  column-count: 7;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .sort-box .sort-inner {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 460px) {
  .sort-box .sort-inner {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.sort-box .sort-inner a {
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: var(--profile-color2);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .sort-box .sort-inner a:hover {
    color: #ff8500;
  }
}

.sort-box .btn-holder {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort-box .btn-holder::before {
  content: "";
  position: absolute;
  background: var(--sort-box-pseudo);
  height: 1px;
  width: calc(100% - 130px);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sort-box .btn-holder .sort-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--sort-color);
  background-color: var(--sort-bg);
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sort-box .btn-holder .sort-title.more-title i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sort-box .btn-holder .sort-title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.sort-box .btn-holder .sort-title svg {
  fill: var(--sort-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (min-width: 1024px) {
  .sort-box .btn-holder .sort-title:hover {
    color: #000000;
    background: #ff8500;
    -webkit-box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
    box-shadow: 0px 4px 14px rgba(255, 133, 0, 0.5);
  }

  .sort-box .btn-holder .sort-title:hover svg {
    fill: #000000;
  }
}

.tab-content.hidden {
  display: none;
}

.tab-content {
  margin-top: 20px;
}

.sort-box .tab-content {
  margin-top: 0;
}

.profile-tabs .tab-content {
  margin-top: 0px;
}

.sort-search {
  margin-right: 30px;
}

@media (max-width: 665px) {
  .sort-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

.sort-search .open-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #b8b8b8;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sort-search .open-box:last-child {
  margin-right: 0;
}

.sort-search .open-box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
}

.sort-search .open-box i.arrow {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.sort-search .open-box svg {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #b8b8b8;
}

@media (min-width: 1024px) {
  .sort-search .open-box:hover {
    color: #ff8500;
  }

  .sort-search .open-box:hover svg {
    fill: #ff8500;
  }
}

.search-filter {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
  z-index: 10;
  background: var(--community-sort-bg);
  border-top: var(--community-filter-border);
  border-bottom: var(--community-filter-border);
  padding: 17px 0;
}

.search-filter .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .search-filter .form-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search-filter .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 1110px) {
  .search-filter .col-item {
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  .search-filter .col-item {
    max-width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}

.search-filter .col-item.second {
  max-width: 145px;
}

@media (max-width: 1024px) {
  .search-filter .col-item.second {
    margin-right: 10px;
  }
}

.search-filter .col-item:last-child {
  margin-right: 0;
}

.search-filter label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--heading-title-color);
  display: block;
  margin-bottom: 5px;
}




.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 20px -5px;
}

.community_thumbs .thumb {
  position: relative;
}

@media screen and (min-width: 1025px) {

  .thumbs .bottom .submit:hover,
  .list-subscriptions .submit:hover {
    background: #ff8500;
    color: #000000;
  }
}

.thumb {
  width: 20%;
  padding: 5px;
}

.thumb_rel {
  position: relative;
}

@media (max-width: 1023px) {
  .thumb {
    width: 33.33%;
  }
}

@media (max-width: 800px) {
  .thumb {
    width: 50%;
  }
}

@media (max-width: 410px) {
  .header{
    margin-bottom: 0px;
  }
  .thumb {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .header {
    margin-bottom: 0px;
  }
}


.thumb a {
  display: block;
}

@media (min-width: 1024px) {
  .thumb a:hover .item-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .thumb a:hover .title {
    color: #ff8500;
  }
}

.thumb .img-holder {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  /* border-radius: 10px; */
  margin-bottom: 8px;
  background-color: var(--thumb-placeholder-bg);
}

.thumb .img-holder img {
  position: absolute;

  bottom: 0;
  width: 100%;
  min-height: 144px;
}

.categories-thumbs .img-holder img,
.channels-thumbs .img-holder img {
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbs .img-holder .no-thumb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #ff8500;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.thumb .img-holder img.video1 {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  z-index: 4;
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  border: 1px solid #ff8500;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .thumb .img-holder img.video1:hover {
    opacity: 1;
    z-index: 12;
  }
}

.thumb .img-holder img.video2 {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  z-index: 5;
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  border: 1px solid #ff8500;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .thumb .img-holder img.video2:hover {
    opacity: 1;
    z-index: 12;
  }
}

.thumb .img-holder img.video3 {
  top: 30px;
  right: 30px;
  left: auto;
  bottom: auto;
  z-index: 6;
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  border: 1px solid #ff8500;
  /* border-radius: 10px; */
  overflow: hidden;
}

@media (min-width: 1024px) {
  .thumb .img-holder img.video3:hover {
    opacity: 1;
    z-index: 12;
  }
}

.thumb .item-bottom,
.thumb .item-top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thumb .qualtiy,
.thumb .time,
.thumb .views,
.thumb .line-private,
.thumb .line-premium,
.thumb .line-disabled,
.thumb .line-error,
.thumb .line-processing {
  background: rgb(58 58 58 / 50%);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 6px;
  display: inline-flex;
  margin-right: 8px;
}
.thumb .line-premium.premium_yellow_bg{
  background: rgba(255, 133, 0, 0.8);
}
.touch-preview {
  display: none;
}

.thumb .touch-preview {
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.thumb .line-private,
.thumb .line-premium,
.thumb .line-disabled,
.thumb .line-error,
.thumb .line-processing {
  position: absolute;
  top: 5px;
  right: 5px;
}

.thumb .qualtiy {
  font-weight: 700;
  margin-right: 5px;
}

.thumb .item-bottom {
  left: 5px;
  bottom: 5px;
}
.thumb .item-bottom i {
  margin-right: 0.25em; 
}

.thumb .item-top {
  z-index: 1;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(-40px, -40px, 0);
  transform: translate3d(-40px, -40px, 0);
}
.thumb .item-favourited-star,
.thumb .item-heart,
.thumb .item-time {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.thumb .item-favourited-star svg,
.thumb .item-heart svg,
.thumb .item-time svg {
  fill: #ffffff;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 1024px) {

  .thumb .item-heart:hover,
  .thumb .item-favourited-star:hover,
  .thumb .item-time:hover {
    background: #ff8500;
  }

  .thumb .item-heart:hover svg,
  .thumb .item-favourited-star:hover svg,
  .thumb .item-time:hover svg {
    fill: #000000;
  }
}

.thumb .item-heart,
.thumb .item-favourited-star {
  margin-right: 5px;
}

.thumb .item-heart.fixed,
.thumb .item-favourited-star.fixed,
.thumb .item-time.fixed {
  background-color: #ff8500;
}
.thumb .item-heart.fixed svg,
.thumb .item-favourited-star.fixed svg,
.thumb .item-time.fixed svg {
  fill: #000000;
}

.thumb .thumb-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thumb .thumb-bottom .thumb-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--thumb-info-color);
  margin-right: 10px;
  display: block;

  position: relative;
  padding-left: 20px;
}

.thumb .thumb-bottom:not(.thumb-bottom-videos) .thumb-item,
.thumb .thumb-bottom .thumb-item-date {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.thumb .thumb-bottom .thumb-item:first-child {
  padding-left: 22px;
}

.thumb .thumb-bottom .thumb-item i {
  left: 0;
  position: absolute;
  margin-right: 5px;
}

.thumb .title {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  /* or 129% */
  color: var(--thumb-text-color);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--pagination-bg);
  border-radius: 10px;
  color: var(--pagination-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  min-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
  padding: 0 5px;
}

@media (max-width: 1023px) {
  .pagination a.hidden-xs {
    display: none;
  }
}

.pagination a.active {
  background: #ff5b82;
  color: #fff;
  cursor: default;
}

@media (max-width: 1023px) {
  .pagination a.item-pagination {
    /* display: flex; */
  }

  .pagination a.item-pagination,
  .pagination a.item-pagination--first,
  .pagination a.item-pagination--last,
  .pagination:has(a.item-pagination--first) a:nth-child(3),
  .pagination:has(a.item-pagination--first) a:nth-child(4),
  .pagination:has(a.item-pagination--last) a:nth-last-child(-n + 3),
  .pagination:has(a.item-pagination--last) a:nth-last-child(-n + 4),
  .pagination:has(a.item-pagination) a.item-pagination+a,
  .pagination:has(a.item-pagination) a:has(+ a.item-pagination) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pagination:has(a.item-pagination) a.item-pagination+a,
  .pagination:has(a.item-pagination--first) a:nth-child(4),
  .pagination a.item-pagination--last {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .pagination a:hover {
  background: #ff5b82;
  color: #fff;
  }

  .pagination a:hover.prev svg,
  .pagination a:hover.next svg {
    fill: #000000;
  }
}

.pagination a.prev {
  min-width: 129px;
  margin-right: 20px;
}


/* Tab容器 */
.top_nav_container {
  width: 100%;
  overflow: hidden;    
  position: relative;
  display: none;
  align-items: center;
  background-color: #101010;
  padding-right: 10px;
  height: 50px;
  align-items: center;
  margin-bottom: 15px;
}

.swiper_wrapper_container {
  display: flex;
  flex: 1;
  overflow: hidden;

  padding: 0 8px;

}

/* Tab导航栏样式 */
.tab-nav {
  display: flex; 
  padding-right: 0;
  margin-right: -10px;
  user-select: none;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  overflow-y: hidden;/* 水平排列所有 slide */
  transition: transform 0.3s ease;  /* 平滑过渡 */
}

.tab-item {
  flex: 0 0 auto;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.tab-item a{
  display: flex;
  color: var(--nav-link-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 0px 10px 0 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
/* 高亮当前选中的Tab */
.tab-item.active a{
  color: #FF850D;
  font-weight: bold;
}
.site {
    margin: 10px 10px 20px 10px;
    font-size: 0px;
}
.site a {
    display: inline-block;
    text-align: center;
    width: 12.5%;
    font-size: 14px;
    padding: 20px 0px;
    vertical-align: top;
}
a {
    color: #f7d0bf;
    text-decoration: none;
}
.site a.active ,.site a:hover{background:#242424;color:#bcba01;border-radius: 10px;}

@media screen and (max-width: 600px) {
  .top_nav_container {
      display: flex;
  }
  .site a{
      width: 25%;
  }
}

