body {
  background: #161616;
}
h2 {
  text-transform: uppercase;
}
a:hover {
  text-decoration: unset;
  color: #e51e45;
  transition: 0.3s;
}
a {
  color: #fff;
}
.navbar-shadow {
  box-shadow: rgba(0, 0, 0) 0 10px 20px -5px, rgba(0, 0, 0) 0 1px 4px;
  transition: 0.2s;
}
.red {
  color: #e51e45 !important;
}
a.nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
}
.categories_img_w {
  width: 230px;
}
.live_chat {
  position: relative;
}
.custom_badge {
  bottom: -3px;
  right: 15px;
}
.join-menu {
  background-color: #e51e45;
}
.bg-black {
  background-color: #161616 !important;
}
.logo {
  vertical-align: unset;
}
#navbarNav ul li span {
  display: none;
  position: absolute;
  width: 100%;
  background: #e51e45;
  left: 0;
  top: 62px;
  text-align: center;
  z-index: 999;
  padding: 10px 0;
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
#navbarNav ul li a.more {
  -webkit-background-size: auto 6px;
  -moz-background-size: auto 6px;
  background-size: auto 6px;
  position: relative;
}
#navbarNav ul li span a.more {
  -webkit-background-size: auto 6px;
  -moz-background-size: auto 6px;
  background-size: auto 6px;
}
#navbarNav ul li span a.more img {
  top: 33px;
}
#navbarNav ul li span span {
  background: #161616;
  padding: 10px 0 5px;
  top: 56px;
}
#navbarNav ul li a.more img {
  display: none;
  top: 26px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 50px;
  z-index: 900;
}
#navbarNav ul li span a {
  -o-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#navbarNav h3.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popularCategories .caption a {
  color: #fff;
  font-weight: 700;
}
.fa-caret-down {
  font-size: 15px;
  margin-left: 6px;
}
#navbarNav ul li a.more img {
  display: none;
  top: 50px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 50px;
  z-index: 900;
}
#navbarNav li:last-child a {
  margin-top: 2px;
  font-size: 90%;
  vertical-align: middle;
}
.unlisted li {
  list-style-type: none;
  padding: 5px;
}
.unlisted a {
  color: #4a4a49;
}
.sub_footer {
  background-color: #333;
}
.sub_footer a {
  color: #6c6c6c;
  font-size: 0.8rem;
  list-style: none;
}
.sub_footer li {
  color: #6c6c6c;
  font-size: 0.8rem;
  list-style: none;
}
#footer-join .col-sm-3 a {
  color: #4a4a49;
}
.sub_footer li > a {
  position: relative;
  text-decoration: none;
}
.sub_footer li > a:hover {
  color: #6c6c6c;
}
.sub_footer li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #6c6c6c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sub_footer li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.detail_info_panel > a {
  position: relative;
  text-decoration: none;
}
.detail_info_panel a:hover {
  color: #fff;
}
.detail_info_panel a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.detail_info_panel a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cover {
  position: relative;
}
.list-item.cover {
  position: relative;
  z-index: 1;
}
.video_cover {
  width: 100%;
  position: absolute;
  z-index: 1000;
  display: block;
  background: rgba(0, 0, 0, 0.51);
  bottom: 0;
}
.video_cover a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.time {
  font-size: 0.8rem;
  color: #fff;
  padding-top: 5px;
}
h2.latest {
  border-left: 13px solid #e51e45;
  padding: 7px;
  color: #fff;
}
.play_icon {
  position: absolute;
  font-size: 6rem;
  color: #e51e45;
  top: 50%;
  left: 50%;
  margin-left: -2%;
  margin-top: -2%;
  opacity: 0.65;
}
.play_icon:hover {
  transform: scale(1.1);
}
.opacity_img {
  transition: 0.5s;
}
.opacity_img:hover {
  opacity: 0.6;
}
.model.cover {
  position: relative;
}
.hover_over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.hover_over_text {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  transition: 0.2s;
  z-index: 100;
  transform: translateY(1em);
}
.hover_over_text a {
  color: #fff;
  font-size: 1.41em;
}
.model.cover:hover .hover_over {
  visibility: visible;
  opacity: 1;
}
.slide_small {
  position: relative;
  color: #fff;
  float: left;
  font-size: 20px;
  height: auto;
  line-height: 5;
  text-align: center;
  width: 309px;
}
.slide_small2 {
  position: relative;
  color: #fff;
  float: left;
  font-size: 20px;
  height: auto;
  line-height: 5;
  text-align: center;
  width: 330px;
}
.purejscarousel-btn {
  background: 0 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 30px;
}
.purejscarousel-btn-next {
  border-bottom: 7px solid #e51e45;
  border-right: 7px solid #e51e45;
  right: 20px;
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  cursor: pointer;
}
.purejscarousel-btn-prev {
  border-bottom: 7px solid #e51e45;
  border-left: 7px solid #e51e45;
  left: 20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.purejscarousel-dots-container {
  display: none;
}
.purejscarousel {
  overflow: hidden;
}
.purejscarousel-list:after,
.purejscarousel-list:before {
  content: "";
  display: table;
}
.purejscarousel-list:after {
  clear: both;
}
.purejscarousel-slide {
  float: left;
}
.video_cover2 {
  width: 100%;
  position: absolute;
  z-index: 1000;
  display: block;
  background: rgba(0, 0, 0, 0.51);
  bottom: 0;
}
.video_cover2 a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.overlay_hp_detail {
  position: relative;
}
.bottom_card {
  box-shadow: rgba(0, 0, 0) 0 10px 20px -5px, rgba(0, 0, 0) 0 1px 4px;
  text-align: left;
  color: #fff;
  padding: 1px 15px 15px 15px;
  background: #212529ab;
}
.flex-even {
  flex: 1;
}
.flex-even .bottom_card {
  height: 100px;
}
.bottom_card_category {
  box-shadow: rgba(0, 0, 0) 0 10px 20px -5px, rgba(0, 0, 0) 0 1px 4px;
  text-align: left;
  color: #fff;
  padding: 15px;
}
.bottom_card_category h3 a {
  color: #fff;
  font-size: 1em;
  transition: 0.2s;
}
.bottom_card_category h3 a:hover {
  text-decoration: underline;
}
.card_title a {
  color: #fff !important;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
h3.card_title {
  margin-bottom: 5px;
  line-height: 15px;
  margin-top: 10px;
}
.time_video {
  color: #fff;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75rem;
  margin-top: 0;
  position: relative;
  top: 15px;
}
.join-bottom {
  color: #e51e45;
  font-weight: 600;
}
.join-button {
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #fff;
  transition: 0.3s;
}
.join-button:hover {
  color: #e51e45;
  background: #fff;
}
small {
  font-size: 1rem;
}
.color_red {
  color: #e51e45 !important;
}
.categories_detail a {
  color: #e51e45 !important;
}
.categories_detail a:hover {
  color: #fff !important;
}
.cover_detail .label {
  color: #fff;
  text-transform: uppercase;
}
.cover_detail .content a {
  color: #e51e45;
  text-transform: uppercase;
}
.cover_detail .content a:hover {
  text-decoration: underline;
}
.bg_red {
  background-color: #e51e45;
}
@media (min-width: 1024px) {
  .grow {
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .grow:hover {
    transform: scale(1.05);
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1401px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
  .join-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
.seeall {
  position: absolute;
  top: 20px;
  right: 0;
}
.navbar .nav-item > .nav-link.active {
  border-bottom: 2px solid #e51e45;
}
.update_date.hp {
  line-height: normal;
  font-size: 13px;
}
.category_link_hp {
  display: block;
  color: #fff;
  padding: 3px;
  cursor: pointer;
}
.category_link_hp a {
  color: #e51e45;
}
.category_link_hp:hover {
  color: #e51e45 !important;
  cursor: pointer;
  transition: 0.2s;
}
.shadow {
  margin: auto;
}
.shadow a {
  padding: 5px;
  color: #fff;
}
.shadow a.current {
  color: #e51e45;
  font-size: 120%;
}
.kind-update {
  text-align: right;
}
.kind-update a {
  color: #fff;
  padding: 10px;
}
.kind-update a.active {
  color: #e51e45;
}
.video-js .vjs-big-play-button {
  background-color: #e51e4696;
}
.row.clickable input[type="radio"] {
  position: absolute;
  left: 15px;
  top: 30px;
}
.clickableBG {
  background-color: #21252923;
}
#comments-zone img {
  margin-right: 12px;
  margin-top: -7px;
}
#loadMore3,
.load {
  display: none;
}
.load2 {
  width: 25%;
}
#loadMore,
#loadMore2,
#loadMoreCat {
  display: block;
  color: #e51e45;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}
#loadMoreCat {
  margin: 20px;
}
.morelink {
  color: #e51e45;
  text-transform: uppercase;
  font-size: 0.775rem;
}
#loadMore,
#loadMore2,
#loadMoreCat {
  cursor: pointer;
}
.category_link_hp {
  display: none;
}
.view_all {
  position: absolute;
  right: 0;
  top: -55px;
}
.view_all2 {
  position: absolute;
  right: 0;
  top: 40px;
}
a.view_all:hover {
  text-decoration: underline;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.loginJoin {
  position: fixed;
  top:63px;
 
  z-index: 9999;
}
.leftos,
.rightos {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
}
.leftos {
  background-color: #e51e45;
}
.rightos {
  background-color: #fff;
  right:0;
}
.rightos > a {
  color: #000;
}
.navbar-toggler-icon:before {
  content: "MENU";
  color: #fff;
  position: relative;
  left: -70px;
  top: 5px;
}
button:focus {
  outline: 0;
}
.card_title a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.bg-grey {
  background-color: #212529ab;
}
#content {
  position: relative;
}
.img-responsive.mobile {
  display: none;
}
.search_i i {
  font-size: 23px;
}
.owl-carousel .prev-slide {
  background: url(/img/nav-icon2.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide {
  background: url(/img/nav-icon2.png) no-repeat scroll -24px 0;
  right: -33px;
}
@media only screen and (max-width: 480px) {
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
  .owl-carousel .prev-slide {
    left: 0;
  }
  .owl-carousel .next-slide {
    right: 0;
  }
  .view_all2 {
    position: absolute;
    right: 5px;
    top: 20px;
  }
  .vjs-poster {
    background-size: cover;
  }
}
.inner_height {
  position: relative;
  overflow: hidden;
  background-color: #000;
  transition: 0s;
}
.inner_height:hover {
  transition-delay: 1s;
}
.inner_height video {
  position: absolute;
  top: 20px;
  left: 0;
}
.loader-bar {
  height: 4px;
  background: #161616;
}
.loader {
  height: 4px;
  background: #e51e45;
}
.progresss-bar {
  width: 0;
  height: 7px;
  background: #e51e45;
}
.text-grey {
  color: #6f7377;
}
.container1 {
  background-image: url(/img/banner_twinks_top_slider.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
.container2 {
  background-image: url(/banners/new/handjob_banner_top.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
.video-js.vjs-16-9 {
  padding-top: 44%;
}
.iconsClass0 > img {
  position: relative;
  top: 3px;
  width: 75px;
}
.iconsClass1 > img {
  position: relative;
  top: 6px;
  width: 75px;
}
.iconsClass2 > img {
  position: relative;
  top: 4px;
  width: 75px;
}
.iconsClass3 > img {
  margin-top: 18px !important;
  width: 85px;
}
.iconsClass > img {
  width: 65px;
}
.w-custom {
  width: 25%;
}
.plans_text {
  margin-top: 10px;
  font-size: 16px;
  color: #0c3c50;
  font-weight: 700;
}
.pricelist {
  color: #0c3c50;
  font-weight: 700;
  font-size: 35px;
  position: relative;
}
.pricelist .dolar {
  font-weight: 300;
  font-size: 17px;
  position: absolute;
  bottom: 2px;
  left: -14px;
}
.peer-month {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #0c3c50;
  font-weight: 700;
}
.save {
  color: #e51e45;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.hint {
  color: #0c3c50;
  font-weight: 300;
  font-size: 9px;
}
.number-header {
  background-color: #0c3c50;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.payment-header {
  text-transform: uppercase;
  color: #0c3c50;
  text-align: center;
  font-weight: 700;
}
.form-header {
  font-weight: 300;
  font-size: 1.5rem;
}
.memebersip {
  color: #e51e45;
}

.img_wrap_payment{
width:50%;
height: auto;
}
.submit_button {
  background-color: #e51e45;
  font-size: 20px !important;
  color: #fff;
  width: 100%;
  padding: 8px 13px;
  font-size: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.four {
  width: 47%;
  max-width: 47%;
}
.mobile_line {
  display: none;
}
.desktop_line {
  display: block;
}
.flexx>img:first-child {
  width: 250px;
}
.flexx>img {
  width: 170px;
}

.fle>img {
  width: 100px;
}
@media (max-width: 992px) {
  .flexx>img:first-child {
    width: 170px;
  }
  .navbar-shadow {
    box-shadow: unset;
   
}
  .flexx>img {
    width: 80px;
  }
  
  .fle>img {
    width: 60px;
  }
  .mobile_line {
    display: block;
  }
  .desktop_line {
    display: none;
  }
  .description {
    font-size: 90%;
  }
  .container1 {
    background-image: url(/img/banner_twinks_mobile.jpg);
    background-size: 100% auto;
  }
  .container2 {
    background-image: url(/banners/new/banner_handjobs_mobile.jpg);
    background-size: 100% auto;
  }
  .model-cstom {
    width: 50%;
  }
  .model-cstom-img {
    width: 100%;
  }
  h2 {
    font-size: 1.2rem;
  }
  #content {
    top: 113px;
  }
  .video-js.vjs-16-9 {
    padding-top: 56.25%;
  }
  .slide_small2 {
   
        width: 46%;
        margin-right: 10px;
   
  }
  .bottom_card_category h3 a {
    
    font-size: 18px;
   
  }
  .bottom_card_category{
    padding: 10px;
  }
  .iconsClass2 > img {
    margin-top: 4px;
    width: 60px;
  }
  .iconsClass > img {
    width: 50px;
  }
  .load2 {
    width: 100%;
  }
  .navbar-nav .nav-link {
    text-align: center;
  }
  .nav-item a i:not(:last-child) {
    display: none !important;
  }
  .navbar .nav-item .nav-link {
    border-bottom: 2px solid transparent;
  }
  .navbar .nav-item > .nav-link.active {
    border-bottom: 2px solid #e51e45;
  }
  .carousel-indicators {
    bottom: -15px;
  }
  .sub_footer {
    flex-direction: column;
    text-align: center;
  }
  .kind-update {
    text-align: center;
  }
  .w-custom {
    width: 50%;
  }
  .item2_line {
    width: 100%;
    cursor: pointer;
  }
  .slide_small {
    width: 100%;
  }
  button.back-to-top.show {
    bottom: 180px !important;
  }
  .iconsClass0 > img {
    position: relative;
    top: -1px;
    width: 55px;
  }
  .iconsClass1 > img {
    position: relative;
    top: 0;
    width: 55px;
  }
  .iconsClass2 > img {
    position: relative;
    top: -1px;
    width: 55px;
  }
  .iconsClass3 > img {
    margin-top: 10px !important;
    width: 65px;
  }
  .iconsClass > img {
    width: 45px;
  }
  .bestboys #boyitem {
    width: 49% !important;
  }
  #boyitem > .nameAppear {
    display: block !important;
  }
  .plans_text {
    font-size: 12px;
  }
  .pricelist {
    font-size: 25px;
  }
  .peer-month {
    font-size: 14px;
  }
  .four {
    width: 49%;
    max-width: 49%;
  }
  .save {
    font-size: 15px;
  }
  .form-header {
    margin-left: 10px;
  }
  .form .payment-type input:checked + label:after, .form .plan input:checked + label:after, form .payment-plan input:checked + label:after{top:-1px!important; left:0!important}
}
@media (max-width: 1400px) {
  a.nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 374px) {
  h2 {
    font-size: 1.6rem;
  }
}
#my-video,
#my-video2 {
  opacity: 0;
  transition: opacity 2s;
}
.progressEB {
  width: 100%;
  height: 4px;
}
.progress-wrapEB {
  top: 0;
  position: absolute;
  z-index: 9999;
  display: none;
}
.progress-barEB {
  background: #e51e45;
  left: 0;
  z-index: 9999;
  position: absolute;
  top: 0;
}

.preloadLine{
  background: #e51e45;
  left: -100%;
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  z-index: 2;
}

.inner_height:hover .preloadLine {
  -webkit-animation: preloadAnimation linear 0.8s;
  -moz-animation: preloadAnimation linear 0.8s;
  -ms-animation: preloadAnimation linear 0.8s;
  -o-animation: preloadAnimation linear 0.8s;
  animation: preloadAnimation linear 0.8s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes preloadAnimation {
  0% {
    transform: translateX(0);
    transform: translateY(0);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-moz-keyframes preloadAnimation {
  0% {
    -moz-transform: translateX(0);
    -moz-transform: translateY(0);
  }
  90% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateY(-2px);
  }
}
@-ms-keyframes preloadAnimation {
  0% {
    -ms-transform: translateX(0);
    -ms-transform: translateY(0);
  }
  90% {
    -ms-transform: translateX(100%);
  }
  100% {
    -ms-transform: translateY(-2px);
  }
}
.custom_card {
  background-color: transparent;
  border: 0;
}
.card.custom_card button {
  font-size: 19px;
}
p.description_models_cat {
  margin-top: 5px;
  margin-bottom: 5px;
}
p.description.text-light.text-center {
  border-bottom: 1px solid grey;
  padding-bottom: 15px;
}
.description {
  font-size: 13px;
}
.border_custom_icon {
  border-right: 1px solid #3f3e3e;
}
.border_custom_icon:last-child {
  border-right: 0;
}
.video-js .vjs-modal-dialog {
  display: none;
}
#main_carousel2 .video_background-dimensions {
  height: 400px !important;
}
.video-js {
  background: 0 0;
}
.chars .current {
  color: #e51e45;
}
.item2_line {
  width: 100%;
  height: 50vh;
  cursor: pointer;
}
#navbarNav ul li span #seriesitem a:hover {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#boyitem {
  width: 13.5%;
  margin: 0 auto;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
}
#boyitem > a {
  margin-bottom: -7px;
  margin: 0;
}
#boyitem > a.fade {
  margin: 0 !important;
  width: 100%;
}
#boyitem > .nameAppear {
  display: none;
  padding: 5px;
  margin: 0 5% !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
#navbarNav ul li span #boyitem a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 0 !important;
}
#navbarNav ul li span #boyitem a.fade:hover {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#boyitem:hover > .nameAppear {
  display: block;
}
.navboys {
  display: block;
  width: 100%;
}
a.name {
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  color: #fff;
  font-size: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  display: none;
  z-index: 5;
  -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 40px;
}
.purejscarousel-btn-prev:hover {
  border-bottom: 7px solid #121212;
  border-left: 7px solid #121212;
}
.purejscarousel-btn-next:hover {
  border-bottom: 7px solid #121212;
  border-right: 7px solid #121212;
}
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0;
  width: 0;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.back-to-top:active,
button.back-to-top:focus,
button.back-to-top:hover {
  outline: 0 !important;
}
button.back-to-top::after,
button.back-to-top::before {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #fff;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color: #e51e45;
  position: relative;
  top: -24px;
}
button.back-to-top.show {
  cursor: pointer;
  display: block;
  background: #e51e45;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 80px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.25);
}
.hoverMTop:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff0;
  display: block;
  content: "";
  transition: width 0.5s ease-in-out;
}
.hoverMTop:hover:after {
  width: 100%;
}
.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e51e45;
}
.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}
.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
  pointer-events: none;
  opacity: 0;
}
.owl-carousel .prev-slide:hover {
  background-position: 0 -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}
span.img-text {
  text-decoration: none;
  outline: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}
span.img-text:hover {
  color: #e51e45;
}
.bestboys #boyitem {
  width: 16%;
}
.play_icon-thumb {
  display: none;
  width: 50px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  z-index: 99;
}
.play_icon-thumb:hover {
  opacity: 1;
}
.img_detail_thumb {
  width: 100%;
}
.vjs-poster {
  height: 103%;
}
.container-form {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.two {
  width: 27%;
  max-width: 47%;
}
.coll {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.021), 0 1px 2px rgba(0, 0, 0, 0.027);
}
.col:first-of-type {
  margin-left: 0;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.fcontrowidth {
  width: 97%;
}
.form .payment-plan input,
.form .payment-type input,
.form .plan input,
.form .plan2 input {
  display: none;
}
#join_now {
  display: none;
}
.form label {
  position: relative;
  color: #fff;
  background-color: #fff;
  font-size: 26px;
  text-align: center;
  height: 180px;
  display: block;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .plan2 label {
  position: relative;
  color: #fff;
  background-color: #fff;
  font-size: 26px;
  text-align: center;
  height: 100% !important;
  display: block;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .plan2 img {
  width: 100%;
}
.form .payment-plan input:checked + label,
.form .payment-type input:checked + label,
.form .plan input:checked + label {
  border: 2px solid #0c3c50;
}
.form .payment-plan input:checked + label,
.form .payment-type input:checked + label,
.form .plan2 input:checked + label {
  border: 2px solid #0c3c50;
}
.form .payment-type input:checked + label:after,
.form .plan input:checked + label:after,
form .payment-plan input:checked + label:after {
  content: "\2713";
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  border: 1px solid #0c3c50;
  background-color: #0c3c50;
  z-index: 999;
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 14px;
}
.form .payment-type input:checked + label:after,
.form .plan2 input:checked + label:after,
form .payment-plan input:checked + label:after {
  line-height: 20px;
  border-radius: 100%;
  border: 1px solid #0c3c50;
  background-color: #0c3c50;
  z-index: 999;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 14px;
}
.submit {
  padding: 15px 60px;
  display: inline-block;
  border: none;
  margin: 20px 0;
  background-color: #2fcc71;
  color: #fff;
  border: 2px solid #333;
  font-size: 18px;
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.submit:hover {
  cursor: pointer;
  transform: rotateX(360deg);
}
.searchBox {
  position: relative;
  background: #212529ab;
  height: 40px;
  border-radius: 40px;
  padding: 1px;
  margin-top: -10px;
}
.searchBox:hover > .searchInput {
  width: 240px;
  padding: 0 6px;
}
.searchBox:hover > .searchButton {
  background: #fff;
  color: #2f3640;
}
.searchButton {
  color: #fff;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #212529ab;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.searchInput {
  border: none;
  background: 0 0;
  outline: 0;
  float: left;
  padding: 0;
  color: #fff;
  font-size: 14px;
  transition: 0.4s;
  line-height: 40px;
  width: 0;
}
@media screen and (max-width: 992px) {
  .searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
  }
  .searchInput {
    width: 80%;
    padding-left: 10px;
  }
  .searchBox {
    width: 70%;
    margin: auto;
  }
}
.link_over_video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.link_over_video img {
  width: 150px !important;
  opacity: 0.7;
}
.r_problem {
  position: absolute;
  right: 0;
}
.r_problem a {
  color: #4a4a49;
  font-size: 80%;
}
h3.search {
  border-left: 13px solid #e51e45;
  padding: 7px;
  color: #fff;
}
.kind-update a:hover {
  text-decoration: underline !important;
}
.headline_eb {
  color: #fff;
  position: absolute;
  z-index: 9999;
  font-size: 14px;
  left: 7px;
  top: 50px;
  font-weight: 200;
}
.title_img{
  width:60%;
}
@media (max-width: 720px) {
  rs-bgvideo {
    display: none !important;
  }
  .title_img{
    width:100%;
  }
}


.main_homepage_title {
  color: #fff;
  text-align: center;
  font-weight: 200;
  text-transform: initial;
}
.ccbillformular:hover {
  color: #fff;
  text-decoration: underline;
}
.category_name{
  color:transparent;
  font-size:10px;
}