.center, .CategoryItem .CategoryItemText, #head > #headTop #searchTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body {
  background: #f9f9f9;
  font-family: Arial, Helvetica, sans-serif;
}

#head > #headMenu #headMenuIn #headMenuList > li a {
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 16px !important;
}

#head > #headTop {
  background: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
}
#head > #headTop #searchTop {
  position: relative;
}
#head > #headTop #searchTop .form-control {
  width: 100%;
  height: 48px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1.5px solid #f2f2f2;
  font-size: 16px;
  padding: 0 40px 0 20px;
  outline: none;
  box-shadow: none;
}
#head > #headTop #searchTop .form-control:focus, #head > #headTop #searchTop .form-control:active {
  border-color: #fe9c1f;
  background: #fff;
}
#head > #headTop #searchTop .form-control:focus ~ button {
  color: #fe9c1f;
}
#head > #headTop #searchTop .form-control:active ~ button {
  color: #fe9c1f;
}
#head > #headTop #searchTop button {
  position: absolute;
  background-color: transparent;
  border: 0;
  right: 25px;
  top: 20px;
  font-size: 17px;
  color: #b3b3b3;
}
#head > #headMenu {
  background: #303030;
}
#head > #headMenu #headMenuIn {
  height: 50px;
}
#head > #headMenu #headMenuIn #headMenuList {
  list-style: none;
}
#head > #headMenu #headMenuIn #headMenuList > li {
  display: inline-block;
  list-style-type: none;
  padding-right: 20px;
}
#head > #headMenu #headMenuIn #headMenuList > li.hml-active a {
  color: pink;
}
#head > #headMenu #headMenuIn #headMenuList > li a {
  margin: 0;
  padding: 13px;
  height: 100%;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#head > #headMenu #headMenuIn #headMenuList > li a:hover {
  color: pink;
}

a {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.active-icon {
  color: rgba(217, 99, 25, 0.71);
}

.select-box {
  font-weight: 500;
  padding: 7px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #303030;
  background: #fff;
  display: inline-block;
  min-width: 120px;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.select-filter {
  font-weight: 500;
  padding: 7px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #303030;
  background: #fff;
  display: inline-block;
  min-width: 120px;
  width: 100%;
}

.page-item.active .page-link {
  background-color: #303030;
  border-color: #303030;
}

.page-item .page-link {
  color: #303030;
}

.channel-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.btn-go {
  background: #fe9c1f;
  color: #303030;
  text-align: center;
  display: flex;
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  line-height: 30px;
  align-items: center;
  padding: 5px 10px;
  justify-content: center;
  border-radius: 5px;
}
.btn-go i {
  margin-right: 6px;
  font-size: 15px;
}

#pornstar .channel-img {
  border-radius: 5px;
  background: #303030;
  max-height: 100%;
  height: 150px;
  text-align: center;
}
#pornstar .channel-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.channel-box {
  text-decoration: none;
}
.channel-box:hover .channel-img img {
  transform: scale(1.1);
}
.channel-box .channel-title {
  color: #000;
}

.channel-box .channel-img {
  height: 140px;
  background: #303030;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.channel-box .channel-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  object-fit: contain;
}

.form-search {
  position: relative;
  margin-top: 15px;
}
.form-search button {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #b3b3b3;
}
.form-search input {
  line-height: 32px;
  color: #b3b3b3;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  padding: 0 30px 0 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1.5px solid #f2f2f2;
  outline: none !important;
  box-shadow: none !important;
}
.form-search input:active, .form-search input:focus {
  border-color: #fe9c1f;
}
.form-search input:active ~ button, .form-search input:focus ~ button {
  color: #fe9c1f;
}

.sort-after {
  position: relative;
}
.sort-after select {
  resize: none;
  appearance: none;
}
.sort-after:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6.5px;
  pointer-events: none;
  background-image: url("../images/icon/sort.png");
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}

.default-title {
  font-size: 1.7em;
  margin: 1rem 0;
  line-height: 42px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.default-title span {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block;
  color: #fe9c1f;
  font-weight: 500;
  font-size: 14px;
}
.default-title span i {
  font-size: 12px;
  margin-right: 4px;
}
.default-title.min-title {
  line-height: 35px;
  font-size: 1.45em;
}

.mo-to .col-md-5 {
  margin-top: 0 !important;
}
.mo-to .sort-after {
  margin-bottom: 0 !important;
}

#close {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 23px;
  color: #fff;
}

#mobileMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: 330ms;
  -moz-transition: 330ms;
  -ms-transition: 330ms;
  -o-transition: 330ms;
  transition: 330ms;
}
#mobileMenu.active {
  left: 0 !important;
}
#mobileMenu .menu {
  height: 100%;
  position: relative;
  width: 250px;
  background: #303030;
  z-index: 30;
  padding: 15px;
  box-shadow: 0 0 10px #000;
}
#mobileMenu .menu ul {
  padding: 0;
  margin: 28px 0 0 0;
  list-style-type: none;
}
#mobileMenu .menu ul li.hml-active a {
  color: #fe9c1f !important;
}
#mobileMenu .menu ul li.hml-active a:after {
  opacity: 1;
  visibility: visible;
}
#mobileMenu .menu ul li a {
  line-height: 45px;
  font-weight: 600;
  position: relative;
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
  display: block !important;
  text-transform: uppercase;
  text-decoration: none;
}
#mobileMenu .menu ul li a:after {
  transition: all 0.2s;
  content: "";
  background: #fe9c1f;
  width: 3px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#mobileMenu .menu ul li a:hover {
  color: #fe9c1f !important;
}
#mobileMenu .menu ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
#mobileMenu #hideMenu {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 250px);
}

#hamburgerMenu {
  display: none;
  font-size: 22px;
  float: left;
  color: #303030;
  margin-top: 9px;
  margin-right: 20px !important;
}

#dark-mode {
  color: #303030;
}

#mobileSearch {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
#mobileSearch form {
  position: relative;
}
#mobileSearch form input {
  width: 100%;
  height: 36px;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1.5px solid #f2f2f2;
  padding: 0 40px 0 20px;
  outline: none;
  box-shadow: none;
}
#mobileSearch form button {
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  top: 3px;
  right: 5px;
  position: absolute;
  left: inherit;
  padding-right: 10px;
  color: #b3b3b3;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: 0;
}

#searchBtn {
  color: #303030 !important;
  font-size: 19px;
  font-weight: 300;
  float: right;
  display: none;
  margin-top: 12px;
  margin-right: 5px;
}

.form-box label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}
.form-box input, .form-box textarea {
  border-color: #fe9c1f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  background: #f2f2f2;
  border: 1.5px solid #f2f2f2;
  transition: all 0.5s;
  min-width: 100%;
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  display: block;
  width: 100%;
  border-radius: 5px;
  max-width: 100%;
  border: 1.5px solid #f2f2f2;
  transition: all 0.5s;
  min-width: 100%;
  outline: none !important;
  box-shadow: none !important;
}
.form-box input:hover, .form-box textarea:hover {
  background-color: #fff;
  border-color: #fe9c1f;
}
.form-box button, .form-box a {
  background: #fe9c1f;
  color: #303030;
  border: 1px solid #fe9c1f;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px 15px;
}
.form-box button:hover, .form-box a:hover {
  background-color: #000;
  border-color: #000;
}

.follow-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

.address-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #303030;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.address-p {
  font-family: Arial, Helvetica, sans-serif;
  color: #303030;
  font-size: 13px;
  margin-top: 0;
}

.info-contact {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.info-contact li {
  font-family: Arial, Helvetica, sans-serif;
  color: #303030;
  font-size: 13px;
  margin-bottom: 6px;
  line-height: 17px;
  font-weight: 600;
}
.info-contact li:last-child {
  margin-bottom: 0;
}
.info-contact li a {
  color: #468efa;
  text-decoration: none;
  font-weight: 600;
}

.social {
  width: 100%;
  display: inline-block;
}
.social a {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  color: #3b5998;
  font-weight: 500;
}
.social a i {
  margin-right: 3px;
}
.social a:last-child {
  margin-right: 0;
}

.alphabetical {
  display: inline-block;
  width: 100%;
  margin: 15px 0 -15px 0;
}
.alphabetical .item {
  width: 14.2857142857%;
  padding-left: 3px;
  padding-right: 3px;
  float: left;
  margin-bottom: 10px;
}
.alphabetical .item a {
  background-color: #f5f3f3;
  color: #333;
  border-radius: 3px;
  text-align: center;
  height: 31px;
  display: block;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}
.alphabetical .item a.active, .alphabetical .item a:hover {
  color: #fff;
  background-color: #333333;
}

.view-more {
  display: block;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #ebebeb;
  color: #303030;
  text-decoration: none;
  margin-bottom: 30px;
}
.view-more:hover {
  color: #303030;
  background-color: #cecece;
}

.best-channel {
  margin-bottom: 20px;
}

.channel-best {
  background: #202020;
  height: 135px;
  display: block;
  border-radius: 10% 0 10% 0;
}
.channel-best a {
  display: block;
  width: 100%;
  height: 100%;
}
.channel-best a span {
  height: 100%;
  width: 100%;
}
.channel-best img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.CategoryItem .cat-img {
  width: 100%;
  height: 335px;
  overflow: hidden;
  display: block;
  border-radius: 7px;
}
.CategoryItem img {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.CategoryItem:hover {
  color: #000;
}
.CategoryItem:hover img {
  transform: scale(1.1);
}

.pornstar-item {
  margin-bottom: 15px;
}
.pornstar-item a {
  text-decoration: none;
}
.pornstar-item a:hover .img img {
  transform: scale(1.07) rotate(4deg);
}
.pornstar-item .img {
  border-radius: 10% 0 10% 0;
  overflow: hidden;
  display: block;
}
.pornstar-item .img img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.pornstar-item .text {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.95rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.popularItem {
  background: #303030;
  padding: 30px 0;
  margin-bottom: 20px;
}
.popularItem h2 {
  color: #fff;
  font-size: 1.7em;
  line-height: 42px;
  margin-block-end: 0.83em;
}
.popularItem .all-link {
  float: right;
  font-size: 13px;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 6px;
}
.popularItem .all-link i {
  margin-right: 6px;
}

#rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 3px 5px;
  margin-bottom: 15px;
}
#rating #like {
  color: #10a2ff;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 23px;
}
#rating #like:hover, #rating #dislike:hover {
  opacity: 0.85;
}
#rating #percent {
  font-size: 18px;
  font-weight: 700;
  color: #303030;
}
#rating #dislike {
  color: #ff5252;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 23px;
}

#parts {
  position: relative;
  width: 100%;
  padding: 15px;
}

#pornstar .card {
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  border: 0;
  box-shadow: 5px 5px 5px #eee;
}
#pornstar .card h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  color: #303030;
  display: inline-block;
  margin: 0 20px 0 0;
}
#pornstar .card .img-fluid {
  border-radius: 5px;
}
#pornstar .card .pornstar-img {
  width: 270px;
  float: left;
}
#pornstar .card .pornstar-detail {
  width: calc(100% - 500px);
  float: left;
}
#pornstar .card .pornstar-right {
  width: 230px;
  float: left;
}
#pornstar .card .pornstar-right h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  color: #505050;
  margin: 3px 0 10px;
}
#pornstar .card .pornstar-right .social-list {
  margin-top: 10px;
}
#pornstar .card .pornstar-right .social-list .social-item {
  font-size: 13px;
  margin-bottom: 14px;
  color: #909090;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  text-transform: capitalize;
}
#pornstar .card .pornstar-right .social-list .social-item img {
  margin-right: 7px;
}
#pornstar .card .pornstar-right .social-list .social-item:hover {
  color: #fe9c1f;
}
#pornstar .card .hide-list {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 125px;
  position: relative;
}
#pornstar .card .hide-list.active {
  max-height: 600px !important;
}
#pornstar .card .hide-list.active:after {
  display: none !important;
}
#pornstar .card .hide-list:after {
  position: absolute;
  background: linear-gradient(180deg, transparent, #fff 80%);
  height: 20px;
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#pornstar .card #viewMore {
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 3;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #fe9c1f;
  text-align: center;
  transition: all 0.5s;
}
#pornstar .card ul {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#pornstar .card ul li {
  min-width: 200px;
  padding-right: 30px;
  margin-bottom: -3px;
}
#pornstar .card ul li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #505050;
}
#pornstar .card ul li b {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #505050;
}

footer {
  position: relative;
  background: #303030;
  color: #909090;
  margin-top: 40px;
  padding: 30px 0 0 0;
}
footer #footer-bottom {
  position: relative;
  background: #000;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 25px;
}
footer #footer-bottom a {
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
footer .footer-box h3 {
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1;
  font-size: 22px;
}
footer .footer-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-box ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  color: #dadada;
}
footer .footer-box p {
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 0;
  color: #dadada;
  font-size: 13px;
  line-height: 1.5;
}

.related h2 {
  font-size: 24px;
  line-height: 36px;
  color: #303030;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.CatList #Cats li a:hover, .CatList #Cats li a.active {
  background-color: #303030;
  color: #fff;
}
.CatList #Cats li a.quality.active {
  background: #909090 !important;
}
.CatList #Cats li a.quality span {
  background-color: #fe9c1f !important;
  width: 30px;
  margin-right: 5px;
}

#Cats li a {
  position: relative;
}
#Cats li a.per {
  padding-left: 33px !important;
}

.cat-plus {
  height: 31px !important;
  line-height: 31px !important;
  z-index: 3;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 31px !important;
}
.cat-plus:hover {
  background-color: #303030;
  color: #fff;
  cursor: pointer;
}

.video-item {
  margin-bottom: 25px;
}
.video-item .video-item-detail {
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.video-item a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
}
.video-item a.related-img .video-item-img {
  height: 118px;
}
.video-item a.related-img .video-item-img .video-item-lt, .video-item a.related-img .video-item-img .video-item-rt {
  font-size: 12px;
}
.video-item a.related-img .video-item-detail {
  font-size: 14px;
}
.video-item a.min-img .video-item-img {
  height: 165px;
}
.video-item a.category-img .video-item-img {
  height: 175px;
}
.video-item a.category-img .video-item-detail {
  font-size: 15px;
}
.video-item a:hover .video-item-img img {
  transform: scale(1.07);
}
.video-item .video-item-img {
  position: relative;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
.video-item .video-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.video-item .video-item-img .video-item-lt {
  position: absolute;
  z-index: 10;
  left: 13px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}
.video-item .video-item-img .video-item-rt {
  position: absolute;
  z-index: 10;
  right: 13px;
  top: 10px;
  background: #00a44b;
  color: white;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 10px;
  text-align: center;
  border-radius: 4px;
}
.video-item .video-item-img .video-item-rt > i {
  margin-right: 5px;
}

#parts {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
}
#parts .form-select {
  width: 120px;
  cursor: pointer;
  float: left;
  padding: 11px 12px 9px 13px;
  font-weight: 700;
  color: #232c30;
  text-shadow: 0 1px 0 #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAk0lEQVR42mMIDAzkA+LFQLwUiJkYsACQOBAvA+JFQMwLEtgIxP+huAmI2dA0sAFxM5KadSDBOUD8GUlwJhCzQzWwA/EsJDmQupkw0yKA+BuS5BIg1oY6CSb2FYjD0d0dAsRfkBTdRWKDxEMYcHjYA4g/ICn+D+W7M+ADQAWWQHwLqgFEWzIQA4AKvYD4GhB7YpMHAKmcaJU8Tsx8AAAAAElFTkSuQmCC) 88px 14px no-repeat, linear-gradient(to bottom, #fff 0, #D3DFE3 100%);
  box-shadow: 0 0 1px 1px #fff inset, 0 1px 0 #ddd;
  border: 1px solid #b5bcc4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  height: 36px;
  font: 14px arial;
  z-index: 0;
  position: relative;
  font-weight: 600;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#parts .part-btns {
  background: #4e6673;
  color: #fff !important;
  position: relative;
  z-index: 2;
  margin-left: -2px;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  height: 38.5px;
  line-height: 39px;
  margin-top: -1px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  width: calc(100% - 120px);
  border: 1px solid #b5bcc4;
  box-shadow: 0 0 1px 1px #4e6673 inset, 0 1px 0 #ddd;
  border-left: 0;
}

#video {
  position: relative;
  width: 100%;
}
#video .video-box .tab-item {
  display: none;
}
#video .video-box .tab-item:first-child {
  display: block;
}
#video .video-box iframe {
  width: 100%;
  min-height: 526px;
}
#video .video-collapse {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#video .video-info {
  margin-top: 15px;
  padding: 0 15px;
  color: #303030;
  font-size: 13px;
}
#video .video-info h1 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
}
#video .video-info .date-list {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
}
#video .video-info .date-list .date {
  float: left;
  font-size: 13.5px;
  font-weight: 500;
  color: #505050;
  margin-right: 15px;
}
#video .video-info .date-list .date span {
  font-weight: 400;
  color: #fe9c1f;
  margin-left: 5px;
}
#video .video-info hr {
  height: 2px;
  background-color: #ededed;
  opacity: 1;
  margin-top: 7px;
}
#video .video-info .tags {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
#video .video-info .tags span {
  color: #909090;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}
#video .video-info .tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#video .video-info .tags ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
#video .video-info .tags ul li a {
  text-decoration: underline;
  font-size: 13px;
  color: #909090;
}
#video .video-info .tags ul li a:hover {
  color: #303030;
}
#video .video-info .video-bubble {
  position: relative;
  width: 100%;
  display: inline-block;
}
#video .video-info .video-bubble .bubble-item {
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
#video .video-info .video-bubble .bubble-item:last-child {
  margin-right: 0;
}
#video .video-info .video-bubble .bubble-item h5 {
  font-size: 13px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 8px;
  margin-top: 0;
}
#video .video-info .video-bubble .bubble-item ul {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
  list-style-type: none;
}
#video .video-info .video-bubble .bubble-item ul li {
  float: left;
  margin-left: -20px;
}
#video .video-info .video-bubble .bubble-item ul li a {
  transition: all 0.2s;
  height: 60px;
  width: 60px;
  display: block;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 60px;
}
#video .video-info .video-bubble .bubble-item ul li a.channel {
  background: #303030;
}
#video .video-info .video-bubble .bubble-item ul li a:hover {
  transform: scale(1.3);
}
#video .video-info .video-bubble .bubble-item ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}

.CatList {
  background: white;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.CatList .CatTitle {
  background: #333333;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 10px;
  padding-left: 20px !important;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.CatList #Cats {
  display: block;
  list-style: none;
  padding: 0;
}
.CatList #Cats li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: #e1e1e1 1px solid;
}
.CatList #Cats li a {
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  width: 100%;
  color: black;
  font-size: 14px;
  text-decoration: none;
}

.CategoryItem {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  text-decoration: none;
  margin-bottom: 20px !important;
  text-align: center;
}
.CategoryItem img {
  border-radius: 7px;
}
.FilterFull {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.FilterFullLabel {
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1300px) {
  .video-item .video-item-img {
    height: 171px !important;
  }
}
@media screen and (max-width: 1200px) {
  .video-item .video-item-img {
    height: 140px !important;
  }

  .video-item .video-item-detail {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 992px) {
  #dark-mode {
    display: block;
    margin-top: 13px !important;
  }
  #dark-mode i {
    font-size: 24px !important;
    margin-top: 0 !important;
  }

  #hamburgerMenu {
    display: block !important;
  }

  #headMenu {
    display: none !important;
  }

  .dark-item {
    width: 25% !important;
  }

  .hide-logo {
    display: none !important;
  }

  #head {
    background-color: #fff;
  }

  #head > #headTop {
    background-color: transparent !important;
    padding-top: 7px;
    padding-bottom: 7px !important;
  }

  .show-logo {
    display: block !important;
    text-align: center !important;
  }
  .show-logo a img {
    max-width: 170px !important;
  }

  #searchTop {
    align-items: normal !important;
    display: block !important;
    width: 25% !important;
  }
  #searchTop form {
    display: none !important;
  }
  #searchTop #searchBtn {
    display: block !important;
  }

  .video-col {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }

  .default-title, .popularItem h2 {
    font-size: 1.5rem !important;
  }

  .popularItem .all-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .popular-pornstar {
    width: 25% !important;
  }

  .best-channel {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .sort-after {
    width: 100% !important;
    float: none !important;
    margin-bottom: 55px !important;
  }
  .sort-after select {
    width: 100% !important;
    min-width: 1px !important;
  }

  .channel-box .channel-img {
    height: 92px !important;
  }

  .channel-box .channel-title {
    font-size: 14px !important;
  }

  .form-search {
    width: calc(100% - 25px) !important;
    margin-left: 0 !important;
    position: absolute !important;
    top: 50px;
  }

  .video-col {
    flex: 0 0 auto !important;
    width: 50% !important;
  }

  .default-title {
    font-size: 1.5rem !important;
  }

  footer {
    text-align: center !important;
  }
  footer .footer-box {
    margin-bottom: 20px !important;
  }
  footer .footer-box:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 567px) {
  .scroll-popular {
    overflow-x: scroll;
    width: 100%;
  }
  .scroll-popular .row {
    white-space: nowrap;
    display: block !important;
    --bs-gutter-x: 0 !important;
  }

  .best-channel {
    width: 81px !important;
    flex: none !important;
    display: inline-block;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin-bottom: 0 !important;
  }

  .channel-best {
    margin-bottom: 0 !important;
  }

  .best-channel.pornstar-item a {
    width: 100% !important;
  }

  .best-channel .pornstar-item .img {
    height: 75px !important;
    width: 100% !important;
    border-radius: 75px !important;
    display: block !important;
    overflow: hidden !important;
    box-sizing: border-box;
    padding: 3px !important;
    background-color: #202020 !important;
  }

  .channel-best {
    height: auto !important;
    background-color: transparent !important;
  }

  .popular-pornstar {
    width: 105px !important;
    flex: none !important;
    display: inline-block;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .view-more {
    font-size: 13.5px !important;
    padding: 11px 0 !important;
  }

  .pornstar-item .img {
    border-radius: 10% !important;
  }

  .pornstar-item .text {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 440px) {
  .video-col {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .default-title {
    font-size: 1.5rem !important;
  }

  .video-item .video-item-img {
    height: auto !important;
    border-radius: 0 !important;
  }
}
body.dark-mode-body {
  background: #181818 !important;
}
body.dark-mode-body #head {
  background: #202020 !important;
}
body.dark-mode-body #head #headTop {
  background: #202020 !important;
}
body.dark-mode-body #head #searchTop input {
  background: #121212 !important;
  border: none !important;
  color: white !important;
}
body.dark-mode-body .FilterFull input, body.dark-mode-body .FilterFull select {
  background: #121212 !important;
  border: none !important;
  color: white !important;
}
body.dark-mode-body .form-search input {
  background: #121212 !important;
  border: none !important;
  color: white !important;
}
body.dark-mode-body h2.default-title {
  color: white !important;
}
body.dark-mode-body .video-item .video-item-detail {
  color: white !important;
}
body.dark-mode-body .view-more {
  background-color: #303030 !important;
  color: white !important;
}
body.dark-mode-body .video-collapse {
  background: #181818 !important;
}
body.dark-mode-body .video-info h1, body.dark-mode-body .video-info p, body.dark-mode-body .video-info h5 {
  color: white !important;
}
body.dark-mode-body #rating {
  background: #121212 !important;
}
body.dark-mode-body #rating #percent {
  color: white !important;
}
body.dark-mode-body .flag-report {
  color: #0c84ff !important;
}
body.dark-mode-body .related h2 {
  color: white !important;
}
body.dark-mode-body .row .col-9 h4 {
  color: white !important;
}
body.dark-mode-body .row .col-md-9 h4 {
  color: white !important;
}
body.dark-mode-body .CatList {
  background: #1c1c1c !important;
}
body.dark-mode-body .CatList #Cats li {
  border-bottom: none !important;
}
body.dark-mode-body .CatList #Cats li a {
  color: white !important;
}
body.dark-mode-body select.select-box {
  border: none !important;
  background: #303030 !important;
  color: white !important;
}
body.dark-mode-body .CategoryItemText {
  color: white !important;
}
body.dark-mode-body .default-title {
  color: white !important;
}
body.dark-mode-body .alphabetical .item a {
  background: #232222;
  color: white !important;
}
body.dark-mode-body .channel-title {
  color: white !important;
}
body.dark-mode-body .card-mx-drks {
  background: #1c1c1c !important;
  color: white !important;
}
body.dark-mode-body .card-mx-drks p {
  color: #cccccc !important;
}
body.dark-mode-body .card-mx-drks ul li {
  color: #cccccc !important;
}
body.dark-mode-body #pornstar .card {
  background: #111111 !important;
  color: white !important;
  box-shadow: none !important;
}
body.dark-mode-body #pornstar .card h1 {
  color: white !important;
}
body.dark-mode-body #pornstar .card .hide-list:after {
  background: none !important;
}
body.dark-mode-body .pornstar-detail li span, body.dark-mode-body .pornstar-detail li b {
  color: #dddddd !important;
}
body.dark-mode-body #hamburgerMenu {
  color: white !important;
}
body.dark-mode-body #searchBtn {
  color: white !important;
}

/*# sourceMappingURL=general.css.map */
