header#main-header,
header#main-header.menu-sticky {
   box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
}
.iq-sub-card img {
   width: 50px;
   height: 50px;
   object-fit: cover;
}

.iq-sub-card .media-body {
   overflow: hidden;
}

.iq-sub-card .media-body h6 {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}

.iq-sub-card .media-body small {
   transition: all ease-in-out .3s;
}

.iq-sub-card:hover .media-body small {
   color: #e50813;
}

.media-body .right {
   float: right;
}

.modal .modal-content {
   display: block;
   background-color: var(--iq-bg1);
   border: none;
   box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.2);
}

.modal .sign-user_card {
   background: rgba(0, 0, 0, 0.3);
   border-radius: 5px;
}

.modal .sign-in-from .form-group input {
   width: 100%;
   height: auto;
   background: transparent;
   border-radius: 0;
   border: 1px solid #373737;
}

/*.modal-dialog{*/
/*   max-width: 400px;*/
/*}*/

.modal .sign-in-from h4 {
   color: #e50813;
}

.big-title {
   font-family: inherit;
}

.slide-item a {
   color: #ffffff;
}

.category_items #dle-content {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}

.category_items #dle-content li.slide-item {
   flex: 0 0 20%;
   max-width: 20%;
   text-align: center;
   margin-bottom: 35px;
}

.category_items #dle-content li.slide-item .block-description,
.block-description {
   left: 0 !important;
   width: 100%;
   padding: 30px;
   text-align: center;
}

.category_items #dle-content li.slide-item .img-fluid {
   width: 100%;
}

.pages {
   width: 100%;
   margin-bottom: 35px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.pages a,
.pages span {
   min-width: 37px;
   display: inline-flex;
   justify-content: center;
   height: 37px;
   align-items: center;
   font-size: 16px;
   background: #252525;
   padding: 0 10px;
   margin: 7px;
   font-weight: 600;
}
.pages span,
.pages a:hover {
   background:var(--iq-primary-hover);
   color: var(--iq-white);
}
.showfull {
   padding-top: 70px;
}
/* VIDEO IFRAME
--------------------------------------------------------------------------------*/
.videoWrapper {
   position: relative;
   height: 0;
   padding-bottom: 56.25%;
   padding-top: 25px;
   box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
}

.videoWrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.del_fav span {
   background: var(--iq-primary);
   color: var(--iq-white);
}
span.full_cat {font-size: 0;}
span.full_cat a {
   display: inline-flex;
   font-size: 16px;
   position: relative;
   padding-right: 21px;
   font-weight: 500;
   color: #fff;
}
span.full_cat a::after {
   content: "";
   background: #dddddd;
   position: absolute;
   top: 10px;
   right: 8px;
   border-radius: 50%;
   width: 5px;
   height: 5px;
}
span.full_cat a:last-child::after {display: none;}
.trending-info .text-detail span {
   font-size: 16px;
   color: #6c757d;
}
.badge-danger {
   background-color: #e50914;
}
.trending-info .text-detail span.badge-danger {
   font-size: 16px;
}

.btn,
.bbcodes,
.btn-border {
   height: auto;
   border-radius: 0;
   background: var(--iq-primary);
}
.btn:hover,
.bbcodes:hover,
.ui-button:hover,
.ui-button {
   background-color: var(--iq-primary-hover);
   border-radius: 0;
}
.pt-30 {
   padding-top: 30px;
}
.mb-40 {
   margin-bottom: 40px;
}
.ui-dialog {
   z-index: 9999;
}
#dropmenudiv,
.ui-dialog {
   background-color: var(--iq-bg1) !important;
   box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5) !important;
}
#dropmenudiv a:hover {
   background-color: var(--iq-bg1) !important;
   color: var(--iq-primary-hover) !important;
}
#modal-overlay {
   background: transparent !important;
}
.ui-dialog-content {
   border: none;
}
.ui-button {
   background: var(--iq-primary-hover);
   border: 1px solid var(--iq-primary-hover);
   color: var(--iq-white);
   transition: color 0.3s ease;
   display: inline-block;
   vertical-align: middle;
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   border-radius: 0px;
   transition: all ease-in-out 0.3s;
   height: auto !important;
}

.ui-button:hover {
   opacity: .8;
}

.ui-dialog-titlebar-close {
   font-size: 0;
}
.ui-dialog-titlebar-close {
   font-size: 0;
   background: transparent !important;
   box-shadow: none;
   padding: 0;
   height: 30px;
   border-radius: 50%;
   width: 30px;
   position: absolute;
   top: 12px;
}
.ui-dialog-titlebar-close:hover {
   background: transparent !important;
}

.mass_comments_action {display: none !important; }
.text_right {
   justify-content: right;
}
.comment {
   border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.m-profile input,
.form-group input {
   width: 100%;
   height: auto;
   background: #141414;
   border: 1px solid var(--iq-white);
   border-radius: 5px;
   color: #fff;
   margin-bottom: 10px;
}

.form-group input::placeholder {
  opacity: .7;
}

.m-profile #dle-content {
   width: 100%;
}
.m-profile #dle-content form {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.m-profile .form-control,
.m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection,
.m-profile .select2-dropdown {
   border: 1px solid transparent;
}

textarea {
   background: transparent;
   border: 1px solid #373737;
   color: #ffffff;
}
.box.story {
   width: 100%;
   margin-bottom: 50px;
   padding: 0 15px;
}
.pm_status {
 margin-top: 20px;
}
#fullsearch {
   flex: 0 0 100%;
   display: flex;
   width: 100%;
}
.iq-card {
   background: #191919;
   border-radius: 5px;
   margin-bottom: 30px;
   border: none;
}
.iq-edit-profile .nav-link {
   padding: 20px 15px;
   border-radius: 0;
   color: var(--iq-body-text);
   text-align: center;
   font-size: 16px;
   border-left: 1px solid #411714;
}
.iq-edit-profile.nav-pills .nav-link.active,
.iq-edit-profile.nav-pills .show>.nav-link {
   color: var(--iq-white);
   background: var(--iq-primary);
}
ul.iq-edit-profile li:first-child a {
   border-radius: 5px 0 0 5px;
   border-left: none;
}
.iq-card .iq-card-header,
.iq-card-transparent .iq-card-header {
   padding: 20px;
   margin-bottom: 0;
   -ms-flex-align: center !important;
   align-items: center !important;
   border-bottom: 1px solid rgb(20 20 20);
}
#userinfo .iq-card-body {
   padding: 30px;
}
.profile-img-edit {
   position: relative;
   display: inline-block;
   height: 150px;
   width: 150px;
}
.profile-pic {
   max-width: 100%;
   display: block;
   border-radius: 50%;
}
.p-image {
   position: absolute;
   top: auto;
   right: 6px;
   bottom: 10px;
   transition: all .3s ease;
   background: var(--iq-primary);
   color: var(--iq-white);
   border-radius: 50%;
   height: 30px;
   width: 30px;
   line-height: 28px;
   text-align: center;
   font-size: 12px;
   cursor: pointer;
}
.iq-card .file-upload {
   display: none;
}
.form-control {
   display: block;
   width: 100%;
   height: calc(1.5em + .75rem + 2px);
   padding: .375rem .75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: .25rem;
   transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control,
select {
   background-color: #141414;
   border: 1px solid transparent;
   height: 46px;
   position: relative;
   color: var(--iq-body-text);
   font-size: 16px;
   width: 100%;
   -webkit-border-radius: 6px;
   border-radius: 6px;
}
.iq-card.m-profile {
   padding: 0;
}
.iq-card.manage-p {
   height: auto;
}
[type="checkbox"] {width: auto !important;}

@media only screen and (max-width:1024px) {
   .category_items #dle-content li.slide-item {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
   }
}
@media only screen and (max-width:640px) {
   .category_items #dle-content li.slide-item {
      flex: 0 0 50%;
      max-width: 50%;
   }
   li.slide-item .block-description,
   li.slide-item .block-social-info {
      display: flex !important;
   }
}
@media only screen and (max-width:480px) {
   .category_items #dle-content li.slide-item {
      flex: 0 0 50%;
      max-width: 50%;
   }
   li.slide-item .block-description h6 {
      display: none !important;
   }
}
@media only screen and (max-width:480px) {
   .category_items #dle-content li.slide-item {
      flex: 0 0 100%;
      max-width: 100%;
   }
}


.slider-inner .modal {
   position: absolute;
   top: -20%;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   display: none;
   overflow: hidden;
   outline: 0;
}

.play_me_button {
   background-color: var(--iq-black);
   border: none;
   font-size: 14px;
   position: relative;
   /* overflow: hidden; */
   transition: 500ms;
   padding: 0.5rem 0;
 }
 
 .play_me_button .play_me {
   color: var(--iq-secondary);
   position: relative;
   transition: 500ms;
   transition-delay: 500ms;
   font-size: 14px;
   letter-spacing: 2px;
   font-weight: 600;
 }
 
 .play_me_button:before {
   content: '';
   position: absolute;
   width: 0%;
   height: 0%;
   left: 50%;
   right: 50%;
   top: 50%;
   bottom: 50%;
   transition: 500ms;
   transition-delay: 500ms;
   background-color: var(--iq-primary);
   box-shadow: 0 0 10px var(--iq-primary),
    0 0 10px var(--iq-primary), 
    0 0 10px var(--iq-primary);
 }
 
 .play_me_button div {
   transition: 500ms;
   position: absolute;
   background-color: var(--iq-primary);
   box-shadow: 0 0 5px var(--iq-primary), 0 0 5px var(--iq-primary), 0 0 5px var(--iq-primary);
 }
 
 .play_me_button .top {
   width: 15px;
   height: 2px;
   top: 0;
   left: 0;
 }
 
 .play_me_button .bottom {
   width: 15px;
   height: 2px;
   bottom: 0;
   right: 0;
 }
 
 .play_me_button .left {
   width: 2px;
   height: 15px;
   top: 0;
   left: 0;
 }
 
 .play_me_button .right {
   width: 2px;
   height: 15px;
   bottom: 0;
   right: 0;
 }
 
 .play_me_button:hover {
   color: var(--iq-black);
 }
 
 .play_me_button:hover .play_me {
   color: var(--iq-black);
 }
 
 .play_me_button:hover:before {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
 }
 
 .play_me_button:hover .top, 
 .play_me_button:hover .bottom {
   width: 100%;
 }
 
 .play_me_button:hover .left,
 .play_me_button:hover .right {
   height: 100%;
 }

 .play_me p {
   margin-bottom: 0;
   padding: 0 .75rem;
 }

.play_me_button_bl {
   background-color: var(--iq-black);
   border: none;
   padding: 0.5rem 0;
}

.play_me_button_bl .play_me{
   font-size: 14px;
   letter-spacing: 2px;
   font-weight: 600;
}

.play_me_button_bl:hover {
   background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);   animation:slidebg 5s linear infinite;
}

@keyframes slidebg {
   to {
     background-position:20vw;
   }
 }

.play_me_button_bl > .play_me p {
   color: var(--iq-white);
   padding: 0 .75rem;
}

.play_me_button_bl > .selected-episode p {
   color: var(--iq-secondary);
}

.selected-episode p{
   color: var(--iq-white);
   margin-bottom: 0;
}

.selected-episode {
   color: var(--iq-primary);
   transition: all ease-in-out .2s;
}

.episode_navigator .owl-next {
   position: absolute;
   right: -25px;
   top: -17px;
}
.episode_navigator .owl-prev {
   position: absolute;
   left: -35px;
   top: -17px;
}

.episode_navigator .owl-nav{
   font-size: 35px;
}

.white-popup {
  position: relative;
  background: rgba(20, 20, 20, 0.7);
  padding: 25px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup h4 {
  color: var(--iq-white);
  margin-bottom: 1rem;
}

.no-trailer {
  position: relative;
  margin: .5rem;
  color: var(--iq-body-text);
}

.trailer-btn {
  color: var(--iq-white);
}

.trailer-btn:hover {
  background-color: var(--iq-white) !important;
  color: var(--iq-primary);
  transition: 0.3s ease-out;
}

.blog_title {
   position: absolute;
   left: 5%;
   top: 10%;
   font-size: 3.052em;
}

.blog_date {
   position: absolute;
   right: 5%;
   bottom: 5%;
   font-size: 16px;
}
.blog_poster  {
   background: rgb(2,0,36);
   background: linear-gradient(180deg, rgba(2,0,36,0.3379552504595589) 0%, rgba(17,17,54,0.5144258386948529) 38%, rgba(229,9,20,1) 100%);
}

.big_blog_poster {
   height: 70vh;
   background-size: cover;
   background-repeat: no-repeat;
   position: absolute;
   left: 0;
   top: 0;
   display: block;
   width: 100%;
   margin-top: 60px;
   opacity: 0.45;
}

#blog_shadow{
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: rgb(20,20,20);
   background: linear-gradient(180deg, rgba(20,20,20,0.8869748583026961) 13%, rgba(19,45,108,0.6320728975183824) 49%, rgba(20,20,20,1) 86%);
}

.cat_page_description {
   border-top: 2px solid var(--iq-primary);
}

#pm-menu a {
   width: 100%;
}

#video_not_work {
   width: auto;
   height: 20px;
   background-color: var(--iq-primary);
   z-index: 55;
   position: absolute;
   top: 0;
   right: 15px;
   padding: 3px 5px 25px 20px;
   cursor: pointer;
}
#video_not_work:hover a:hover{
   color: var(--iq-gold);
}
@media only screen and (max-width:768px) {
   #bamboo_player noindex {
      display: none;
   }
}

.project_banner img {
   max-width: 100%;
   object-fit: contain;
   width: 100%;
}

.project_banner p {
  margin: 0!important;
}

.other_movie_name {
background: url('../images/texure.jpg');
  background-repeat: repeat-x;
  background-position: 100% 100%;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.other_movie_name span {
   font-size: 22px;
   font-weight: 500;
   line-height: 1.2;
}

.other_movie_name a:hover {
   color: var(--iq-white);
   background: none;
}

#close_info {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}