/*
Theme Name: ResanaTV
Theme URI: https://resana.tv/
Author: رسانا تی وی
Author URI: https://resana.tv/
*/


@font-face {
    font-family: IRANYekan;
    src: url("assets/fonts/IRANYekanX-Medium.woff");
}

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    direction: rtl;
    font-family: "IRANYekan", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: white;
}

*, ::before, ::after {
    box-sizing: border-box
}

ul, li {
    list-style: none
}

a {
    text-decoration: none
}

hr {
    border: 0;
    border-bottom: 1px #e0e0e0 solid
}

b, strong, .yc-bold {
    font-weight: 700
}

img {
    max-width: 100%;
    object-fit: cover;
}

.right {
    float: right
}

.left {
    float: left
}

.yc, header {
    width: 100%;
    float: right
}

.yc-8 {
    font-size: 8px
}

.yc-9 {
    font-size: 9px
}

.yc-10 {
    font-size: 10px
}

.yc-11 {
    font-size: 11px
}

.yc-12 {
    font-size: 12px
}

.yc-13 {
    font-size: 13px
}

.yc-14 {
    font-size: 14px
}

.yc-15 {
    font-size: 15px
}

.yc-16 {
    font-size: 16px
}

.yc-17 {
    font-size: 17px
}

.yc-18 {
    font-size: 18px
}

.yc-19 {
    font-size: 19px
}

.yc-20 {
    font-size: 20px
}

.yc-21 {
    font-size: 21px
}

.yc-22 {
    font-size: 22px
}

.yc-23 {
    font-size: 23px
}

.yc-24 {
    font-size: 24px
}

.yc-25 {
    font-size: 25px
}

.yc-26 {
    font-size: 26px
}

.yc-27 {
    font-size: 27px
}

.yc-28 {
    font-size: 28px
}

.yc-29 {
    font-size: 29px
}

.yc-30 {
    font-size: 30px
}

.yc-31 {
    font-size: 31px
}

.yc-fff, ::selection {
    color: #fff
}

.yc-000 {
    color: #0E0E0E
}

.yc-medium {
    font-weight: 500
}

.yc-400 {
    font-weight: 400
}

#player_single {
    position: absolute;
    /*height: 100%;*/
    width: 100%;
    display: flex;
}

.digits-form_button, .digits-form_button[type="submit"] {
    color: white;
    background-color: darkred;
}

.yc-center, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.yc-align {
    text-align: center
}

.main, main {
    width: 85%;
    margin: 0 auto
}

.yc-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.yc-overflow {
    overflow: hidden
}

.yc-color, ::selection {
    background-color: #4cb6cc
}

.yc-relative {
    position: relative
}

.yc-absolute {
    position: absolute
}

.yc-pointer {
    cursor: pointer
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.main-slider .owl-nav .owl-next, .owl-carousel.main-slider .owl-nav .owl-prev {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.4);
    font-size: 35px;
    margin: 0 8px;
}

.owl-carousel.main-slider .owl-nav .owl-next:hover, .owl-carousel.main-slider .owl-nav .owl-prev:hover {
    color: #fff
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
    background: #869791
}

.main-slider .owl-dots {
    float: right;
    text-align: center;
    width: 100%;
    margin-top: -21vh;
    left: 0;
    position: absolute;
    display: none
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 5px 3px;
    background-color: #4B4B4B;
    border-radius: 30px;
    width: 8px;
    height: 8px;
}

.owl-dots .owl-dot.active {
    background: #fff;
    margin-bottom: 2.5px;
}

.main-slider .owl-nav {
    position: relative;
    float: left;
    margin: -250px 0 0 45px;
}

.owl-carousel.yc-sliders .owl-nav .owl-next {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgb(234, 239, 247, 0) 70%);
    width: 50px;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 35px;
    opacity: 0;
    visibility: hidden;
    color: #fff
}

.owl-carousel.yc-sliders .owl-nav .owl-prev {
    position: absolute;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 10%, rgb(234, 239, 247, 0) 70%);
    width: 50px;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 35px;
    opacity: 0;
    visibility: hidden;
    color: #fff
}

.owl-carousel.yc-sliders .owl-nav .owl-prev.disabled, .owl-carousel.yc-sliders .owl-nav .owl-next.disabled {
    display: none !important
}

.owl-carousel.yc-sliders:hover .owl-nav .owl-prev, .owl-carousel.yc-sliders:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: inherit;
}

body {
    background-color: #000000;
    /*background-image: url("assets/img/Bg_02.svg");
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: cover;*/
}

body.panel-body {
    background-image: radial-gradient(at bottom, #1993ff, #121212 70%);
}

body.buy-body {
    /*background-color: #f2f2f2;*/
}

.main {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.single-main {
    width: calc(100% - 100px);
    margin: 0 auto;
}

body.buy-body .main-head {
    background-color: rgba(18, 18, 18, 1) !important;
}

.main-head {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
    background-image: url("assets/img/Metalic_01.svg");
    padding-top: 25px;
    -webkit-transition-duration: 0s;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 75px;
}

.main-head.fixed {
    background-color: rgba(18, 18, 18, 1);
}

.certificate_items {
    position: relative;
    z-index: 3;
}

.main-head #menu-open {
    margin-left: 10px;
    display: none;
}

.serie-dl {
    display: none;
}

.digits2_box .digits-form_input input, .digits2_box .digits-form_input textarea, .digits2_box .digits-form_input input[type='text'] {
    background-color: white !important;
    color: #000 !important;
}

.digits2_box .digits-form_input input::placeholder, .digits2_box .digits-form_input textarea::placeholder, .digits2_box .digits-form_input input[type='text']::placeholder {
    color: rgb(40, 40, 40);
}

.digits_secure_modal_box, .digits_ui, .digits_secure_modal_box *, .digits_ui *, .digits_font, .dig_ma-box, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box ::placeholder, .dig_ma-box label, .dig_ma-box button, .dig_ma-box select, .dig_ma-box * {
    font-family: "IRANYekan", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !Important;
}

.logo {
    width: 50px;
    margin-right: 20px;
}

.main-head .center-head {
    /*width: calc(100% - 405px);*/
    overflow-x: auto;
}

.main-head .main-menu {
    margin-top: 7px;
    width: 100%;
    padding-bottom: 10px;
}

.main-head .main-menu .menu-item {
    font-size: 14px;
    margin-left: 35px;
}

.main-head .main-menu .menu-item:last-child {
    margin-left: 0;
}

.main-head .main-menu .menu-item a {
    color: #fff;
    font-weight: 400;
}

.main-head .main-menu .menu-item .active {
    color: #6eb8ff;
}

.main-head #search-btn {
    margin-top: -8px;
    font-size: 30px;
    margin-left: 25px;
    transform: rotate(90deg);
}

.head-panel {
    margin-left: 25px;
    font-size: 14px;
}

.head-panel:last-child {
    margin-left: 0;
}

.head-panel.login-register {
    border-radius: 5px;
    padding: 7px 10px;
    margin-top: -3px;
}

.head-panel.m-login-register {
    display: none;
    font-size: 13px;
    margin-top: -1px;
}

.main-head .logo:hover {
    transform: scale(1.1);
}

.main-head .main-menu .menu-item a:hover,
.main-head .main-menu .menu-item a:hover *,
.head-panel:hover {
    color:  var(--main-color);
}

.main-head #search-btn:hover {
    transform: rotate(0deg);
}

.head-panel.login-register:hover {
    background-color: #fff;
    color: #000;
}

.d-slide-bg {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background-size: cover;
}

.m-slide-bg {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.single-header .m-slide-bg {
    height: 500px;
}

.main-slider .item .slide-info {
    max-width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 2;
    min-height: 37.5vw;
    position: relative;
    display: table;
    padding-right: 57px;
    padding-left: 57px;
}

.main-slider .item .slide-info .info-center {
    vertical-align: middle;
    display: table-cell;
}

.main-slider .item .slide-info .info-center img {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 12px;
    object-fit: contain;
}

.main-slider .item .slide-info .info-center h2 {
    margin-bottom: 15px;
}

.main-slider .item .slide-info .info-center .slide-btns, .movie-slides .movie-info .post-info .post-btns a, .single-header .single-center .single-btns {
    border-radius: 5px;
    padding: 10px 25px;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

.main-slider .item .slide-info .info-center .slide-btns.series, .movie-slides .movie-info .post-info .post-btns a.serie {
    background-color: #fff;
    color: #000;
}

.main-slider .item .slide-info .info-center .slide-btns.series:hover, .movie-slides .movie-info .post-info .post-btns a.serie:hover {
    background-color: #1993ff;
    color: #fff;
}

.movie-slides .movie-info .post-info .post-btns .fav-plus, .single-header .single-center .post-btns .fav-plus {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 18px;
    cursor: pointer;
}

.movie-slides .movie-info .post-info .post-btns .fav-plus.ajax {
    margin-top: 11px;
}

.post-btns .rate-dislike {
    transform: rotate(180deg);
}

.single-header .single-center .post-btns a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 10px 25px;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.single-header .single-center .post-btns a.playmovie {
    background: #fff;
    color: #000;
}

.single-header .single-center .post-btns a.playmovie:hover {
    background-color: #1993ff;
    color: #fff;
}

.single-header .single-center .post-btns a.playmovie i {
    float: right;
    margin: 5px 0 0 5px;
}

.movie-slides .movie-info .post-info .post-btns .fav-plus:hover, .single-header .single-center .post-btns a:hover, .single-header .single-center .post-btns .fav-plus:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.main-slider .item .slide-info .info-center .slide-btns.demo, .single-header .single-center .single-btns.demo {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.main-slider .item .slide-info .info-center .slide-btns.demo:hover, .single-header .single-center .single-btns.demo:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.nots-slid {
    margin-top: 40px;
}

.nots-slid ul .item {
    border-radius: 5px;
    box-shadow: 0 0 10px #373737;
    margin: 8px;
    aspect-ratio: 2/1;
}

.movie-slides {
    margin: 60px 0 30px 0;
}

.movie-slides .section-info {
    margin-bottom: 20px;
}

.movie-slides .section-info:hover h3 span {
    opacity: 1;
    visibility: inherit;
}

.movie-slides .section-info h3 span {
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.movie-slides .section-info h3 span i {
    margin-right: 5px;
}

.movies-slider .item {
    /*width: 250px;*/
    margin-left: 15px;
    cursor: pointer;
}

.movies-slider .item img {
    /*height: 370px;*/
    height: 100%;
    border-radius: 8px;
}

.load-more {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    z-index: 1;
}

.load-more span {
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 15px;
}

.load-more span:hover {
    background-color: #fff;
    color: #000;
}

.movies-slider .item h4 {
    margin-top: 10px;
}

.movies-slider .item .hvr-post {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
}

.movies-slider .item a h4 {
    margin-top: 8px;
}

.movies-slider .item:hover .hvr-post {
    opacity: 1;
    visibility: inherit;
}

.movies-slider .item .hvr-post ul {
    bottom: 0;
    right: 0;
    /*background: #00000087;*/
    padding: 20px;
    width: 100%;
    /*box-shadow: 0 0 40px black;*/
}

.movies-slider .item .hvr-post ul li {
    margin: 5px 0;
}

.movies-slider .item .hvr-post ul li .imdb-ico {
    height: 25px;
    width: 60px;
    float: right;
}

.movie-slides .postinfo {
    background-color: #1A1A1A;
    margin-top: 60px;
    display: none;
    height: 450px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.movie-slides .postinfo .loader-pic {
    min-height: 450px;
}

.movie-slides .postinfo .loader-pic img {
    width: 70px;
    margin-right: 50px;
}

.movie-slides .movie-info {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /*background-position: center;*/
}

.movie-slides .movie-info img {
    width: 75%;
}

.movie-slides .movie-info .post-info {
    height: 100%;
    padding: 0 57px;
    max-width: 800px;
    z-index: 3;
    position: relative;
}

.movie-slides .movie-info .post-info .head-title a i {
    margin-right: 15px;
    visibility: hidden;
    opacity: 0;
}

.movie-slides .movie-info .post-info .head-title a:hover i {
    visibility: inherit;
    opacity: 1;
}

.movie-slides .movie-info .post-info .post-stick, .movie-slides .movie-info .post-info .post-content, .single-header .single-center .post-content, .single-header .single-center .post-stick {
    margin-top: 15px;
}

.movie-slides .movie-info .post-info .post-stick li, .single-header .single-center .post-stick li {
    margin-left: 25px;
}

.single-header .single-center .post-stick li.imdb .imdb-icon {
    float: right;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 2px 0 0 7px;
}

.movie-slides .movie-info .post-info .post-stick li.age, .single-header .single-center .post-metas li.age span {
    background-color: rgb(255, 196, 0);
    color: #212121;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 7px;
}

.single-header .single-center .post-metas li.age {
    margin-top: 10px;
}

.single-header .single-center .post-metas li.age samp {
    color: #aaaaaa;
    font-size: 13px;
    margin-right: 10px;
}

.movie-slides .movie-info .post-info .post-btns, .single-header .single-center .post-btns {
    margin-top: 15px;
}

.movie-slides .movie-info .post-info .post-btns a.info {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    padding: 0;
    margin-top: 15px;
    margin-right: 5px;
}

.movie-slides .movie-info .post-info .post-btns a.info i {
    font-size: 30px;
    margin-left: 10px;
}

.movie-slides .movie-info .post-info .post-btns a.info span {
    margin: 5px 10px 0 0;
}

.movie-slides .movie-info .post-info .post-btns a.info:hover {
    color: #1993ff;
}

.movie-slides .movie-info .post-info .post-metas, .single-header .single-center .post-metas {
    font-size: 15px;
    color: #cccccc;
    margin-top: 15px;
}

.movie-slides .movie-info .post-info .post-metas li, .single-header .single-center .post-metas li {
    font-weight: 400;
    margin: 5px 0;
}

.single-header .single-center .post-metas li.tags {
    width: 0;
    height: 0;
    overflow: hidden;
}

.movie-slides .movie-info .post-info .post-metas li a, .single-header .single-center .post-metas li a {
    color: #cccccc;
}

.movie-slides .movie-info .post-info .post-metas li a:hover, .single-header .single-center .post-metas li a:hover {
    color: #fff;
}

.actors-slide {
    margin: 60px 0 30px 0;
}

.actors-slide h3 {
    margin-bottom: 30px;
}

.actors-slider .item {
    width: 230px;
    margin-left: 40px;
}

.actors-slider .item img {
    border-radius: 50%;
    width: 100%;
    height: 230px;
}

.actors-slider .item samp {
    margin-top: 15px;
}

.buy-body .logo {
    height: 35px;
    width: 75px;
}

.digits-form_container.digits {
    width: 100%;
}

/*
.dig_input_wrapper::before, .dig_input_wrapper::after {
    right: 0;
}

.input-text.countrycode.digits_countrycode.country_code_flag {
    color: black;
    background: #eee;
    border-radius: 10px 0 0 10px;
}


.mobile_field.mobile_format.dig-mobmail.dig-mobile_field.mobile_placeholder {
    background: white;
    color: black;
}*/
.plyr--playing .plyr__control--overlaid {
    /*display: none !important;*/
}

#video_page {
    #container {
        /*height: 100vh;
        position: relative;
        z-index: 3;*/
    }

    .plyr__controls {
        direction: ltr;
    }

    .plyr__captions {
        transform: translateX(-50%) !important;
        left: 50%;
        width: auto;
        background: rgba(0, 0, 0, 0.5);
        direction: rtl;
        padding: 0;
    }
}

.cover-video-fixed {
    z-index: 5;
}

.cover-video-fixed .slider_default_bg {
    max-width: 90%;
    margin: 0 auto;
    right: 0;
}

footer.foot {
    color: #aaaaaa;
    background-color: #000000;
    margin-top: 100px;
}

footer.foot .main-foot, .comments-list .comments, .pages .main-pages {
    width: 900px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 48px;
}

footer.foot .main-foot ul li {
    width: 50%;
    margin-bottom: 15px;
    float: right;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

footer.foot .main-foot ul li a {
    color: #aaaaaa;
}

footer.foot .main-foot ul li a:hover {
    color: #fff;
}

.social {
    margin: 35px 0 50px 0;
}

.social .socialicons {
    margin: 20px 0;
}

.social .socialicons a {
    background-color: rgb(170, 170, 170);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    color: #222327;
    margin-left: 10px;
    -webkit-transition-duration: 1ms;
    transition-duration: 1ms
}

.social .socialicons a.tg:hover {
    background-color: #2DA5E1;
    color: #fff;
}

.social .socialicons a.in:hover {
    background-color: #dc2743;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}

.social .socialicons a.tw:hover {
    background-color: #1DA1F2;
    color: #fff;
}

.social .enamad {
    text-align: center;
    height: 110px;
    overflow: hidden;
}

.social .copyright {
    margin-top: 10px;
    font-size: 14px;
    color: #aaaaaa;
    position: absolute;
    bottom: 40px;
    width: 100%;
    right: 0;
}

.social .copyright a {
    color: #aaaaaa;
}

.social .copyright a:hover {
    color: #fff;
}

.need-buy-plan {
    background-color: #1993ff;
    padding: 10px;
    border-radius: 5px;
}

.need-buy-plan:hover {
    opacity: 0.9;
}

.panel-alert {
    background-color: #D95C5C;
    width: 100%;
    float: right;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    margin-top: 15px;
}

.panel-alert.warn {
    background-color: orange;
}

.d-slide-bg {
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#close_menu {
    position: absolute;
    left: 15px;
    top: 15px;
}

.slide-menu {
    position: fixed;
    height: 100%;
    width: 250px;
    background-color: #222327;
    top: 0;
    z-index: 20;
    right: -250px;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    line-height: 45px;
}

.slide-menu .menu-info {
    margin-top: 23px;
}

.slide-menu .menu-info span {
    margin-left: 10px;
    margin-top: 2px;
}

.slide-menu .menu-info ul {
    margin-top: 40px;
}

.slide-menu .menu-info ul li {
    margin-bottom: 35px;
}

.slide-menu .menu-info ul li:last-child {
    margin-bottom: 0;
}

.slide-menu .menu-info ul li a i {
    font-size: 23px;
    float: right;
    margin-left: 15px;
}

.slide-menu .menu-info ul li a samp {
    margin-top: 2px;
    float: right;
}

.slide-menu .menu-info ul li a.active {
    color: #6eb8ff;
}

.blur-page {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    display: none;
}

/* single csses */
.single-header .single-info {
    max-width: 50%;
    padding-top: 50px;
    z-index: 2;
    min-height: 37.5vw;
    position: relative;
    display: table;
    padding-right: 57px;
    padding-left: 57px;
}

.single-header .single-center {
    vertical-align: middle;
    display: table-cell;
}

.single-header .single-center img {
    max-width: 20vw;
    max-height: 10vw;
    margin-bottom: 12px;
}

.series_page {
    display: flex;
    flex-direction: column;


}

.serie-content {
    color: white;
}

.series-episodes {

    .serie-select select {
        min-width: 160px;
        padding: 10px;
        border-radius: 10px;
        font-size: 16px;
        color: #424242;
        cursor: pointer;
        margin: 10px 0;
    }
}

.series-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    .episode_box {
        padding: 5px;
        position: relative;
        width: 250px;
        height: 300px;
        margin-bottom: 25px;

        a {
            /*display: inline-block;*/
        }

        img {
            height: 250px;
            border-radius: 15px;
        }

        .serie-title h2 {
            text-wrap: auto;
        }

        .videoimg-hvr {
            height: 100%;
            position: absolute;
            color: #020201;
            font-size: 25px;
            top: 0;
            right: 0;
            border-radius: 10px;
            visibility: hidden;
            opacity: 0;
        }

        .videoimg-hvr .icon {
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            margin: 0 auto;
        }
    }

    .episode_box:hover .videoimg-hvr {
        visibility: inherit;
        opacity: 1;
    }

}


.serie-episodes .serie-videos {
    margin-top: 30px;
}

.serie-episodes .serie-videos li {
    width: calc(16.66% - 20px);
    margin-left: 20px;
    margin-bottom: 25px;
    cursor: default;
}

.serie-episodes .serie-videos li:last-child {
    margin-left: 0;
}

.serie-episodes .serie-videos li img {
    border-radius: 10px;
    height: 250px;
}


.serie-episodes .serie-videos li .serie-title {
    margin-top: 10px;
}

.serie-episodes .serie-videos li .serie-title h2 {
    width: calc(100% - 25px);
}

.serie-episodes .serie-videos li .serie-title samp {
    color: #cccccc;
    font-size: 12px;
}

.serie-episodes .serie-videos li .serie-content p {
    color: #aaaaaa;
    font-size: 13px;
    margin-top: 7px;
    height: 60px;
    overflow: hidden;
}

.series-gallery .series-gallerys span {
    margin-bottom: 20px;
}

.series-gallery .series-gallerys h2, .series-gallery .series-gallerys .content {
    color: #aaaaaa;
}

.series-gallery .series-gallerys .content {
    margin-top: 10px;
    line-height: 27px;
}

#movie_details .series-gallery {
    width: 900px;
    margin: 0 auto;
    max-width: 95%;
}

div.cssbox {
    display: inline-block;
    width: calc(11.11% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
}

div.cssbox img.cssbox_thumb {
    height: 175px;
    border-radius: 7px;
}

span.cssbox_full {
    z-index: 999999;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    transition: opacity 0.5s linear;
}

span.cssbox_full img {
    position: fixed;
    background-color: white;
    margin: 0;
    padding: 0;
    max-height: 80%;
    max-width: 80%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px black;
    border-radius: 10px;
}

a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
    z-index: 999999;
    position: fixed;
    text-decoration: none;
    visibility: hidden;
    color: white;
    font-size: 36px;
}

a.cssbox_close {
    top: 1%;
    right: 1%
}

a.cssbox_close::after {
    content: '\00d7';
}

a.cssbox_prev,
a.cssbox_next {
    top: 50%;
    transform: translate(0%, -50%);
}

a.cssbox_prev {
    right: 5%;
}

a.cssbox_next {
    left: 5%;
}

a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
    visibility: visible;
}

a:target > img.cssbox_thumb + span.cssbox_full {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.comments-list .comments-ul {
    background-color: #222327;
    margin-top: 15px;
    border-radius: 7px;
    padding: 20px;
}

.comments-list .comments-ul .avatar {
    width: 40px;
    font-size: 35px;
}

.comments-list .comments-ul li .comment-content {
    width: calc(100% - 70px);
    margin: 15px 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comments-list .comments-ul li:last-child .comment-content {
    border-bottom: 0;
}

.comments-list .comments-ul li .comment-content .title {
    color: #aaaaaa;
}

.comments-list .comments-ul li .comment-content .title span {
    margin-left: 15px;
}

.comments-list .comments-ul li .comment-content .title span:last-child {
    margin-left: 0;
}

.comments-list .comments-ul li .comment-content .title .time {
    margin-top: 2px;
}

.comments-list .comments-ul li .comment-content .comment-p {
    margin-top: 13px;
    line-height: 25px;
}

.comments-list .comments-ul .form .input {
    width: calc(100% - 100px);
    border: 0;
    padding: 15px;
    border-radius: 5px;
    margin: 0 10px;
}

.comments-list .comments-ul .form .submit {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    margin-top: 5px;
    background: #99c14d url('assets/img/send.png') no-repeat center/21px;
    cursor: pointer;
}

.comments-list .comments-ul .form {
    margin-bottom: 20px;
}

.comments-list .comments-ul .form .submit:hover {
    opacity: 0.8;
    transform: rotate(360deg)
}

.comments-list .comments-ul .more {
    margin: 50px 0 20px;
}

.comments-list .comments-ul .more .more-center {
    width: 220px;
    margin: 0 auto;
}

.comments-list .comments-ul .more .more-comments {
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 500;
    padding: 9px 80px;
    text-align: center;
    cursor: pointer;
}

.comments-list .comments-ul .more .more-comments:hover {
    background-color: #fff;
    color: #000;
}

.comments-list .comments-ul .cm-status {
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.comments-list .comments-ul .cm-status.successc {
    background-color: #66bb6a;
}

.comments-list .comments-ul .cm-status.errorc {
    background-color: #e57373;
}

.comments-list .comments-ul .not-logged {
    background-color: #1565c0;
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.comments-list .comments-ul .not-logged a {
    background-color: #ffca28;
    font-weight: 700;
    color: #000;
    padding: 3px 10px;
    border-radius: 30px;
}

.comments-list .comments-ul .not-logged a:hover {
    background-color: #ff8f00;
    color: #fff;
}

.download-box {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.download-box .hide-box {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

.download-box .download-main {
    width: 450px;
    margin: auto;
    z-index: 3;
}

.download-box .download-main .box img {
    margin: 15px 0;
}

.download-box .download-main .box {
    background-color: rgb(55, 56, 62);
    border-radius: 5px;
    padding: 15px;
}

.download-box .download-main .box .title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.download-box .download-main .box .title samp {
    position: absolute;
    left: 2px;
    top: -3px;
    font-size: 22px;
    cursor: pointer;
}

.download-box .download-main .box .title samp:hover {
    transform: rotate(90deg);
}

.download-box .download-main .box ul {
    margin: 20px 0;
}

.download-box .download-main .box ul li {
    margin-bottom: 20px;
    opacity: 0.8;
}

.download-box .download-main .box ul li:last-child {
    margin-bottom: 0;
}

.download-box .download-main .box ul li a span i {
    margin-left: 7px;
}

.download-box .download-main .box ul li a span {
    width: calc(100% - 60px);
    text-align: right;
}

.download-box .download-main .box ul li a samp {
    width: 60px;
    text-align: left;
}

.download-box .download-main .box ul li:hover {
    opacity: 1;
}

.search-box {
    position: fixed;
    background-color: #121212e8;
    height: 100%;
    top: 0;
    right: 0;
    padding-top: 20vh;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.search-box .searchf {
    margin-top: 100px;
}

.search-box span#close-search {
    font-size: 30px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 20vh;
    left: 5vw;
    color: #af0303;
    z-index: 20;
    border-right: 1px solid #939393;
    height: 60px;
    padding-right: 5px;
    line-height: 60px;
}

.search-box span#close-search:hover i {
    transform: rotate(90deg);
}

.search-box form {
    width: calc(100% - 10vw);
    background-color: #fff;
    border-radius: 10px;
    right: 5vw;
    position: absolute;
}

.search-box form input[type="text"] {
    border: 0;
    float: left;
    width: calc(100% - 80px);
    background: 0;
    padding: 20px;
    border-right: 1px solid #5a5a5a;
    font-size: 16px;
    height: 60px;
    outline: none;
}

.search-box form input[type="submit"] {
    font-family: FontAwesome;
    border: 0;
    background: 0;
    font-size: 35px;
    width: 35px;
    margin: 10px;
    height: 40px;
    transform: rotate(90deg);
    cursor: pointer;
}

.search-box form input[type="submit"]:hover {
    transform: rotate(450deg);
}

.search-box .search-content {
    position: fixed;
    bottom: 0;
    right: 0;
    height: calc(100% - 200px);
}

.search-box .search-content .content {
    width: 300px;
    margin: auto;
}

.search-box .search-content .content .icons .fa-file {
    font-size: 150px;
    opacity: 0.5;
}

.search-box .search-content .content .icons .fa-search {
    font-size: 120px;
    transform: rotate(90deg);
    margin-right: -55px;
    opacity: 0.5;
}

.search-box .search-content .content p {
    margin-top: 25px;
    line-height: 26px;
    cursor: default;
}

.result_page {
    margin-top: 120px;
    padding: 0 2vw 2vw 150px;

    .top-header {
        padding: 50px 0 30px 0;
        border-bottom: 1px solid #333232;
        margin-bottom: 30px;
    }
}

.site-categories {
    margin-top: 100px;
}

.site-categories ul li {
    width: calc(20% - 15px);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    /*padding-bottom: 15px;*/
}

.site-categories ul li a img {
    /*height: 250px;*/
}

.site-categories ul li a .content {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.site-categories ul li a .content h2 {
    text-align: right;
    padding-right: 30px;
    text-shadow: 0 0 5px black;
}

.panel-main {
    width: 700px;
    margin: 0 auto;
}

.user-panel-form, .buy-plan-form {
    padding-top: 50px;
}

.user-panel-form .head .switch-btn {
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: -10px;
}

.user-panel-form .head .switch-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.user-panel-form .form {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #222327;
    margin-top: 40px;
    padding: 40px 80px 70px 80px;
}

.user-panel-form .form h2 {
    color: #aaaaaa;
    margin-top: 15px;
}

.user-panel-form .form form .input {
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.user-panel-form .form form .submit {
    border: 0;
    width: 100%;
    color: #fff;
    background-color: #1993ff;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 35px;
    font-size: 15px;
    cursor: pointer;
}

.user-panel-form .form form {
    margin-top: 45px;
}

.user-panel-form .form form .input::placeholder {
    color: #fff;
}

.user-panel-form .form form .forget {
    margin-top: 30px;
}

.user-panel-form .form form .submit:hover {
    opacity: 0.8;
}

.user-panel-form .form form .forget:hover {
    color: #bdbdbd;
}

.buy-plan-form .head h1 {
    width: calc(100% - 150px);
    text-align: center;
}

.buy-plan-form .head .buy-banner {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.buy-plan-form .head .buy-banner img {
    height: 140px;
}

.buy-plan-form .plans {
    margin-top: 30px;
}

.buy-plan-form .plans ul {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 30px;
}

.buy-plan-form .plans ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.buy-plan-form .plans ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.buy-plan-form .plans ul li .plan-item-single {
    width: 25%;
    height: 25px;
}

.buy-plan-form .plans ul li .plan-item-single samp {
    color: #1993ff;
}

.buy-plan-form .plans ul li .plan-item-single a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 20px;
    color: #000;
    font-weight: 300;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.buy-plan-form .plans ul li:hover .plan-item-single a {
    border: 1px solid #1993ff;
    color: #fff;
    background-color: #1993ff;
}

.buy-plan-form .plans-info {
    margin-top: 25px;
    color: #666666;
    font-size: 14px;
}

.buy-plan-form .plans-info p.under {
    font-size: 12px;
    line-height: 26px;
    margin-right: 10px;
    width: calc(100% - 10px);
    margin-top: 6px;
    font-weight: 500;
}

.buy-plan-form .blog {
    background-image: linear-gradient(to bottom, #ffc400, #f08453);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.buy-plan-form .blog .title i {
    font-size: 25px;
    margin-left: 20px;
}

.buy-plan-form .blog .title h3 {
    width: calc(100% - 45px);
}

.buy-plan-form .blog .content p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.buy-plan-form .blog .content i {
    font-size: 30px;
    margin-top: 15px;
}

.buy-plan-form .contact-info {
    background-image: linear-gradient(to bottom, #6eb8ff, #1993ff);
    margin-top: 20px;
    padding: 35px;
    border-radius: 10px;
}

.buy-plan-form .contact-info .contacts, .buy-plan-form .checkout {
    margin-top: 25px;
}

.buy-plan-form .contact-info .contacts span {
    width: 50%;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.buy-plan-form .cart {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
}

.buy-plan-form .cart .title {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.buy-plan-form.cart-plan .head h1 {
    width: calc(100% - 200px);
}

.buy-plan-form .cart .content {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.buy-plan-form .cart .content .item {
    margin: 10px 0;
}

.buy-plan-form .cart .content .item span {
    width: 50%;
    text-align: right;
}

.buy-plan-form .cart .content .item span:last-child {
    text-align: left;
}

.buy-plan-form .copen {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.buy-plan-form .copen .copen-title samp {
    margin-top: 7px;
}

.buy-plan-form .copen .form input {
    margin-top: 25px;
    border: 0;
    background-color: rgb(242, 242, 242);
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
}

.buy-plan-form .copen .form span {
    margin-top: 15px;
    background-color: #aaaaaa;
    padding: 7px 0;
}

.buy-plan-form .copen .result-discount {
    margin-top: 20px;
}

.buy-plan-form .copen .result-discount.success {
    margin-top: 10px;
}

.buy-plan-form .copen .result-discount .icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

.buy-plan-form .copen .result-discount .icon.success {
    background-color: #66bb6a;
}

.buy-plan-form .copen .result-discount .icon.error {
    background-color: #ef5350;
}

.buy-plan-form .checkout .payment {
    width: calc(100% - 100px);
}

.buy-plan-form .checkout .payment .payment-item {
    width: calc(20% - 15px);
    padding: 10px;
    height: 100px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    opacity: 0.3;
}

.buy-plan-form .checkout .payment .payment-item.active {
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.buy-plan-form .checkout .payment .payment-item img {
    width: 50px;
}

.buy-plan-form .checkout span {
    margin-top: 35px;
}

.buy-plan-form .checkout .pay-out {
    margin-top: 30px;
    color: #1993ff;
}

.buy-plan-form .checkout .pay-out input[type="submit"] {
    background-color: #1993ff;
    border: 0;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 20px;
}

.buy-plan-form .copen .form span:hover {
    background-color: #9e9e9e;
}

.buy-plan-form .checkout .pay-out input[type="submit"]:hover {
    opacity: 0.8;
}

.logged .user-panel-top:before {
    content: '';
    display: inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    top: 30px;
    left: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.logged .user-panel-top .top-menu-panel-icon {
    font-size: 30px;
}

.logged .user-panel-top .panel-menu {
    width: 210px;
    background-color: #fff;
    border-radius: 8px;
    top: 48px;
    left: -10px;
    font-size: 12px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.logged .user-panel-top .panel-menu .menu-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 5px;
}

.logged .user-panel-top .panel-menu .menu-info i {
    color: #aaaaaa;
    margin-left: 10px;
    font-size: 25px;
}

.logged .user-panel-top .panel-menu .menu-info span {
    width: calc(100% - 35px);
    float: right;
    margin-top: 4px;
}

.logged .user-panel-top:hover .panel-menu {
    top: 43px;
    visibility: inherit;
    opacity: 1;
}

.logged .user-panel-top:hover:before {
    top: 25px;
    visibility: inherit;
    opacity: 1;
}

.logged .user-panel-top .panel-menu .menu-info:hover i {
    transform: rotate(360deg);
}

.logged .user-panel-top .panel-menu .menu-info:hover span {
    padding-right: 5px;
}

.logged .user-panel-top .panel-menu li {
    padding: 10px;
}

.logged .user-panel-top .panel-menu li:hover {
    background-color: #eee;
}

.logged .user-panel-top .panel-menu li a i {
    color: #aaaaaa;
    margin-left: 6px;
    font-size: 17px;
    margin-top: 1px;
}

.logged .user-panel-top .panel-menu li a span {
    color: #000;
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 400;
}

.logged .user-panel-top .panel-menu .panel-menu-foot {
    padding: 15px 10px;
    margin-top: 5px;
}

.logged .user-panel-top .panel-menu .panel-menu-foot.active {
    background-color: #99c14d;
}

.logged .user-panel-top .panel-menu .panel-menu-foot span, .logged .user-panel-top .panel-menu .panel-menu-foot samp {
    font-size: 11px;
}

.logged .user-panel-top .panel-menu .panel-menu-foot.active span {
    color: #0aa000;
    margin-bottom: 4px;
}

.logged .user-panel-top .panel-menu .panel-menu-foot.active samp {
    color: #2c6700;
}

.logged .user-panel-top .panel-menu .panel-menu-foot.not-active {
    background-color: #ef5350;
}

.logged .user-panel-top .panel-menu .panel-menu-foot.not-active span {
    color: #fff;
    margin-bottom: 4px;
}

.logged .user-panel-top .panel-menu .panel-menu-foot.not-active samp {
    color: #fff;
}

.pages {
    margin-top: 100px;
}

.pages .content {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
}

.pages .content p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}

.pages .content img {
    max-height: 400px;
    border-radius: 5px;
}

.pages .content .faq li {
    margin-bottom: 15px;
}

.pages .content .faq li:last-child {
    margin-bottom: 0;
}

.pages .content .faq li .title {
    color: #1993ff;
    font-size: 13px;
}

.pages .content .faq li .title samp {
    font-size: 16px;
    margin-top: -2px;
}

.pages .content .faq li .title.active samp {
    transform: rotate(-90deg);
}

.pages .content .faq li .p-content {
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
    display: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.single-actor {
    margin-top: 100px;
}

.actor-info .actor-pic {
    width: 200px;
}

.actor-info .actor-pic img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.actor-info .content {
    width: calc(100% - 200px);
    padding-right: 20px;
    padding-top: 15px;
}

.actor-info .content .actor-info-text {
    margin-top: 20px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}

.bookmarks, .page-404 {
    margin-top: 100px;
}

.bookmarks .bookmark-empty, .utility-posts .search-not {
    height: 50vh;
}

.bookmarks .bookmark-empty .icon:nth-child(1) {
    font-size: 60px;
    color: #99c14d;
}

.bookmarks .bookmark-empty .icon:nth-child(2) {
    font-size: 40px;
    margin-top: -20px;
}

.bookmarks .bookmark-empty .icon:nth-child(3) {
    opacity: 0.5;
    font-size: 150px;
    margin-top: -30px;
}

.utility-posts .search-not .icon {
    opacity: 0.5;
    font-size: 100px;
}

.pages .profile-info, .pages .profile-plans {
    background-color: #242424;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: 40px;
    color: white;
}

#user-panel {

    #wms_all_access {

        table {
            width: 100%;
            border-spacing: 0;

            th {
                border-bottom: 1px solid #8a8a8a;
            }

            td {
                border-bottom: 1px solid #4d4d4d;
            }

            a {
                color: white;
                display: block;
            }

            * {
                font-size: 13px;
                text-align: center;
                line-height: 40px;
            }

            .expire_row {
                * {
                    color: #da8080;
                }

            }
        }
    }
}

.pages .profile-plans {
    margin-top: 25px;
}

.pages .profile-info .titles, .pages .profile-plans .titles {
    margin-bottom: 15px;
}

.pages .profile-info .titles:first-child span {
    width: calc(100% - 50px);
}

.pages .profile-info .titles a {
    color: #1993ff;
}

.pages .profile-info .alert {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.pages .profile-info .alert.success {
    background-color: #66bb6a;
}

.pages .profile-info .alert.error {
    background-color: #e57373;
}

.pages .profile-plans .titles span .active {
    color: #03ce0d;
}

.pages .profile-plans .titles span .not-active {
    color: #ef5350;
}

.pages .profile-plans .titles span.time {
    color: #ef6c00;
}

.pages .profile-plans .titles a {
    background-color: #1993ff;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: -11px;
}

.pages .transactions-btn {
    color: #000000;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 20px;
}

.pages .transactions-btn:hover {
    box-shadow: 0 0 3px rgba(67, 38, 100, .55);
}

.pages .profile-plans .titles a:hover {
    box-shadow: 0 0 8px rgba(67, 38, 100, .55);
}

.pages .profile-info .titles a:hover {
    color: #1976d2;
}

.pages .profile-info form {
    margin-top: 30px;
}

.pages .profile-info form input, .pages .profile-info form select {
    background-color: #f2f2f2;
    border: 0;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.pages .profile-info form select {
    width: calc(100% - 80px);
    float: right;
    cursor: pointer;
}

.pages .profile-info form label[for="display-name"] {
    float: right;
    color: #616161;
    font-size: 14px;
    font-weight: 500;
    width: 80px;
    margin-top: 12px;
}

.pages .profile-info form input[type="submit"] {
    background-color: #1993ff;
    color: #fff;
    border: 0;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.pages .profile-info form input[type="submit"]:hover {
    opacity: 0.8;
}

.pages, .single-actor, .buy-plan-form, .main-site, .user-panel-form, .bookmarks, .page-404, .page-404 .not-found, .utilities {
    min-height: 60vh;
}

.page-404 .not-found .info-text {
    margin-top: 15px;
}

.page-404 .not-found .info-text p.par {
    color: #666;
    margin-top: 15px;
}

.page-404 .not-found .content {
    width: 250px;
    margin: 0 auto;
}

.page-404 .not-found .info-text a {
    background-color: #1993ff;
    color: #fff;
    border-radius: 5px;
    padding: 7px 0;
    margin-top: 30px;
}

.page-404 .not-found .info-text a:hover {
    background-color: #0d70c7;
}

.transactions {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px 10px;
    margin-top: 30px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.transactions .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    text-align: center;
}

.transactions .table th {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    color: #424242;
}

.transactions .table td {
    padding: 15px;
    color: #545454;
}

.transactions .table td.pending {
    color: #f57c00;
}

.transactions .table td.success {
    color: #43a047;
}

.transactions .table td.canceled {
    color: #ef5350;
}

.utilities {
    margin-top: 50px;
}

.utility-posts article {
    width: calc(11.11% - 15px);
    margin-left: 15px;
    margin-top: 25px;
}

.utility-posts article img {
    height: 370px;
    border-radius: 8px;
    width: 100%;
}

.utility-posts article .hvr-post {
    width: 100%;
    height: calc(100% - 25px);
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
}

.utility-posts article .hvr-post ul {
    bottom: 20px;
    right: 10px;
    width: calc(100% - 20px);
}

.utility-posts article .hvr-post ul li {
    margin: 5px 0;
}

.utility-posts article h2 {
    margin-top: 8px;
}

.utility-posts article:hover .hvr-post {
    opacity: 1;
    visibility: inherit;
}

.utility-posts .paginate span, .utility-posts .paginate a {
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 0 3px;
}

.utility-posts .paginate span {
    background-color: rgba(255, 255, 255, 0.3);
}

.utility-posts .paginate a {
    background-color: rgba(255, 255, 255, 0.1);
}

.utility-posts .paginate a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.cart-plan .verify-payment {
    background-color: #fff;
    min-height: 500px;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    padding: 0px 30px;
}

.cart-plan .verify-img {
    width: 150px;
    margin-top: 50px;
}

.cart-plan .verify-title {
    margin-top: 10px;
}

.cart-plan .verify-back {
    background-color: #1993ff;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    border-radius: 3px;
    margin-top: 100px;
}

.cart-plan .verify-back:hover {
    background-color: #1481e2;
}

.cart-plan .alert {
    width: 100%;
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
}

.cart-plan .alert.alert-error {
    background-color: #ef9a9a;
    border-right: 5px solid #f44336;
}

/* cf7 plugin */
.wpcf7-form label {
    width: 100%;
    float: right;
    color: rgb(55, 56, 62);
    font-size: 12px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    float: right;
    margin-top: 5px;
    background-color: #F2F2F2;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}

.wpcf7-form p {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.wpcf7-form textarea {
    max-height: 150px;
    resize: none;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    float: right;
    border: 0;
    background-color: #1993ff;
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    margin-top: 5px;
}

.wpcf7-form input[type="submit"]:hover {
    opacity: 0.8;
}

.wpcf7-form select {
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    float: right;
    margin: 0;
    border: 0;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    padding: 6px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-right: 2px solid #F44336;
    background-color: #ffebee;
    color: #F44336;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    width: 100%;
    float: right;
}

/*******************************************************/
/*.main-head:after {
    content: url("assets/img/Metalic_01.svg");
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    bottom: 25px;
    overflow: hidden;
}*/

footer:after {
    content: url("assets/img/Metalic_01.svg");
    position: absolute;
    right: 0;
    width: 100%;
    height: 5px;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

footer::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 500px;
    background: #ffffff21;
    border-radius: 50%;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(100px);
    overflow: hidden;
    z-index: 1;
}

footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 40px;
}

img.gray_border {

}

.star-field {
    width: 50%;
    height: 200px;
    right: 25%;
    position: absolute;
    overflow: hidden;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: twinkle 3s infinite alternate ease-in-out, move 5s infinite alternate ease-in-out;
}

@keyframes twinkle {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes move {
    0% {
        transform: translate(2px, 2px);
    }
    100% {
        transform: translate(40px, -10px);
    }
}

:root {
    --swiper-pagination-color: #d70404;
    --swiper-pagination-bullet-inactive-color: #f00;
    --plyr-captions-background: rgba(0, 0, 0, 0.44) !important;
    --plyr-captions-text-color: white !important;
    --plyr-font-size-base: 20px;
}

.plyr__captions {
    font-size: 2vw !important;
}

.resana_btn {
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 20px;
    border: 1px solid;
}

.black_btn {
    color: white;
    background-color: black;
    border: 1px solid;
}

.hvr-post {
    h4 {
        position: absolute;
    }
}

.login_page {
    .user-panel-form {

        .panel-main {
            position: relative;
            z-index: 3;
        }

        .fader {
            background: radial-gradient(circle, #fff0 0, #000000 100%);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            z-index: 2;
        }
    }
}

.main-site {
    margin-top: 80px;
}

.fader_slide {
    background: radial-gradient(circle, #fff0 0, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}

.single-header .fader_slide {
    z-index: 1;
}

/** ****************** Home slider ********************* **/
#home_slider, #archive_slider {
    /*padding-top: 75px;*/
    background: black;
    height: 100vh;

    .slider_small_bg {
        display: none;
        height: 730px;
    }

    .slider_default_bg {
        display: block;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }


    .muteButton {
        padding: 0;
        margin-right: 10px;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        border: 1px solid #fff;
        display: none;
        cursor: pointer;
        background: #000;
    }

    video.main_video {
        display: none;
    }


    .cover-video video, video.main_video {
        overflow: hidden;
        object-fit: cover;
        /*position: absolute;*/
        min-width: 100%;
        min-height: 100%;
    }

    .cover-video {
        display: none;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;

        img {
            /*max-height: 650px;*/
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
        }
    }


    .swiper-slide.single-header {
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        overflow: hidden;
    }

    .cover-video,
    .main_video,
    .slider_default_bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .movie_slide_info {
        position: absolute;
        top: 5px;
        z-index: 10;
        color: white;
        width: 45%;
        padding-right: 80px;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        /*align-items: flex-end;*/
        padding-bottom: 40px;
        height: calc(100vh - 20px);


        > div {

        }

        .movie_title {
            margin: 0 0 15px 0;
            font-size: 23px;
            display: flex;
            align-items: baseline;
        }

        .text_info {
            text-align: justify;
        }


        .movie_reporter {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            padding: 5px 0 0 0;

            > div {
                margin-left: 20px;
            }

            .age span {
                background-color: rgb(255, 196, 0);
                color: #212121;
                font-weight: 700;
                border-radius: 5px;
                padding: 0 7px;
                display: none;
            }
        }


        .slider_btn_box {
            bottom: 40px;
            right: 5%;
            display: flex;

            a.slide-btns {
                padding: 10px 20px;
                margin-left: 5px;
                display: inline-block;
                position: relative;
                text-align: center;
                border-radius: 20px;
                color: white;
                border: 1px solid;

            }

            a.preview_btn {
                background-color: #000000;
            }

            a.movie_details_btn {


            }
        }
    }

    .movie_logo img {
        max-width: 300px;
        max-height: 180px;
    }

    .movie_title h2 {
        font-size: 30px;
        margin-bottom: 1vw;
    }

    .slider_btn_box {
        margin-top: 2vw;
    }

}

.vertical_home_slider {
    aspect-ratio: 4 / 1;
    margin-top: 80px;

    img {
        width: 100%;
        /*height: 100%;*/
        overflow: hidden;
    }
}

.flex_auto {
    width: auto !important;
}

.special_slider {
    height: 400px;
    display: flex;
    margin-top: 100px;
    margin-bottom: 65px;
    position: relative;


    .special_slide {
        box-shadow: 5px 0 20px black;
        flex-grow: 1;
        transition: all 0.5s ease;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 7px;

        img {
            height: 100%;
            width: 100%;
            object-fit: none;
        }

        a.special_slide_link {
            display: none;
        }
    }

    .special_slide.active_slide {
        position: relative;
        flex-grow: 2;
        border-radius: 0;
        box-shadow: 0 0 90px 60px black;
        background-size: cover;

        .special_slide_link {
            display: block !important;
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: white;
            padding: 10px;
            border-radius: 5px;
            color: black;
        }
    }
}

.age {
    display: none;
}

.yc.post-stick *, .movie_reporter > div {
    color: #ffe17e;
}

.post-content {
    text-align: justify;
}

#simple_home_slider {

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.sub_cat_list {
    display: flex;
    margin-top: 100px;
    justify-content: center;

    .sub_cat_box {
        width: 20%;
        padding: 10px;

        img {
            border-radius: 5px;
        }
    }
}

.box_etiquette {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 5px;
    text-align: center;
    font-size: 10px;
}

.comments-list {
    margin-bottom: 100px;
}

.serie-select {
    text-align: center;
}

.site-categories {

    ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 15px;
    }
}

.main.articles_page {
    padding-bottom: 100px;
}

.owl-item .item {
    max-width: calc(100% - 15px);
}

#simple_home_slider {
    margin-top: 10px;
}

#categories_home_slider {
    /*height: 320px;*/
}

#categories_home_slider img {
    max-width: 100%;
}

/***********************************************************************************************/
/*************************************** Movie suggestion **************************************/
/***********************************************************************************************/
#game_page *, #game_page *:hover {
    transition: all 0.4s ease-in-out;
}

#game_page {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 450px;
    top: 100px;
    align-items: center;
}

#card_selection_box {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.card_selection_item {
    margin: 0 -40px;
    cursor: pointer;
    padding: 10px;
    width: 150px;
}

.card_selection_item img.card_image {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9) rotate(0turn);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s linear 0.6s;
    pointer-events: none;
}

.card_selection_item img.back_card {
    transform: rotate(-25deg);
    display: inline-block;
    position: relative;
    top: 0;
}

.card_selection_item img.back_card:hover {
    top: -40px;
}

.card_selection_item.card_selected img.card_image {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(1turn);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s;
    pointer-events: auto;
    width: 180px;
    padding: 0;
}

.card_selection_item.card_selected img.back_card {
    display: none;
    pointer-events: none;
}

.card_selection_item.card_selected {
    /*left: 50%;
    position: absolute;
    transform: translateX(-50%);*/
}

#movie_suggestion_box a {
    display: flex;
    flex-direction: column;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

/***********************************************************************************************/
/**************************************** Media queries ****************************************/
/***********************************************************************************************/
@media only screen and (max-width: 2000px) {
    .utility-posts article {
        width: calc(12.5% - 15px);
    }
}

@media only screen and (max-width: 1700px) {
    .serie-episodes .serie-videos li img, .serie-episodes .serie-videos li .videoimg-hvr {
        height: 200px;
    }

    .serie-episodes .serie-videos .videoimg-hvr .icon {
        width: 50px;
        height: 50px;
    }

    div.cssbox {
        width: calc(16.66% - 20px);
    }

    .utility-posts article {
        width: calc(16.66% - 15px);
    }
}

@media only screen and (max-width: 1600px) {
    .d-slide-bg {
        overflow: hidden;
    }

    .site-categories ul li a img {
        /*height: 180px;*/
    }

    .site-categories ul li a .content h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1500px) {
    .serie-episodes .serie-videos li {
        width: calc(20% - 20px);
    }

    .utility-posts article {
        width: calc(20% - 15px);
    }

    .movies-slider .item {
        /*width: 190px;*/
    }

    .movies-slider .item img, .movies-slider .item .hvr-post {
        /*height: 280px;*/
        height: 100%;
    }

    .actors-slider .item {
        width: 160px;
    }

    .actors-slider .item img {
        height: 160px;
        width: 160px;
    }

    .movie-slides .section-info, .actors-slide h3, .movie-slides .section-info h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .d-slide-bg {
        /*background-size: contain;*/
    }
}

@media only screen and (max-width: 1300px) {
    .site-categories ul li {

    }

    .main-head .main-menu .menu-item {
        font-size: 12px;
        margin-left: 15px;
    }

    .logo {
        height: 100%;
    }

    .main-head {
        padding: 15px 0;
    }

    .main-head #search-btn {
        font-size: 24px;
        margin-left: 20px;
        margin-top: -5px;
    }

    .head-panel {
        margin-left: 20px;
        font-size: 12px;
    }

    .owl-carousel.main-slider .owl-nav .owl-next, .owl-carousel.main-slider .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        font-size: 25px;
        margin: 0 5px;
    }

    .main-slider .owl-nav {
        margin: -210px 0 0 45px;
    }

    .main-head .center-head {
        width: calc(100% - 330px);
    }

    .comments-list .comments {
        width: 100%;
    }

    .comments-list span.title {
        padding: 0 10px;
    }

    .serie-episodes .serie-videos li {
        width: calc(25% - 20px);
    }

    div.cssbox {
        width: calc(20% - 20px);
    }

    .search-box .searchf {
        margin-top: 80px;
    }

    .search-box form {
        border-radius: 5px;
    }

    .search-box form input[type="text"] {
        font-size: 14px;
        padding: 15px;
    }

    .search-box form input[type="submit"] {
        font-size: 27px;
    }

    .search-box span#close-search {
        /*font-size: 16px;
        margin-top: 15px;*/
    }

    .site-categories ul li {
        /*width: calc(25% - 17px);*/
    }

    .actor-info .actor-pic {
        width: 140px;
    }

    .actor-info .actor-pic img {
        width: 140px;
        height: 140px;
    }

    .single-actor, .pages {
        margin-top: 70px;
    }

    .actor-info .content {
        width: calc(100% - 140px);
        padding-top: 0;
    }

    .actor-info .content .actor-info-text {
        font-size: 12px;
    }

    .utility-posts article {
        width: calc(25% - 15px);
    }

    .movies-slider .item {
        /*width: 170px;*/
    }

    .movies-slider .item img, .movies-slider .item .hvr-post {
        /*height: 250px;*/
        height: calc(100% - 30px);
    }

    .actors-slider .item {
        width: 150px;
    }

    .actors-slider .item img {
        height: 150px;
    }
}

@media only screen and (max-width: 1100px) {
    .d-slide-bg {
        height: 600px;
    }

    .movie-slides .section-info h3 {
        font-size: 18px;
    }

    .movie-slides .section-info h3 span, .movies-slider .item .hvr-post ul li {
        font-size: 13px;
    }

    .movie-slides {
        margin-top: 40px;
    }

    .actors-slide {
        margin-top: 40px;
    }

    .actors-slide h3 {
        font-size: 18px;
    }

    .actors-slider .item {
        margin-left: 15px;
    }

    .single-header .single-info {
        max-width: 100%;
    }

    .serie-episodes .serie-videos li img, .serie-episodes .serie-videos li .videoimg-hvr {
        height: 150px;
    }

    .serie-episodes .serie-videos li .videoimg-hvr {
        font-size: 20px;
    }

    .serie-episodes .serie-videos .videoimg-hvr .icon {
        width: 40px;
        height: 40px;
    }

    .site-categories ul li {
        /*width: calc(33.33% - 17px);*/
        border-radius: 5px;
    }

    .site-categories ul li a .content h2 {
        font-size: 20px;
    }

    .actor-info .content .actor-info-text {
        line-height: 23px;
    }

    .main-slider .item .slide-info .info-center img {
        max-width: 200px;
        max-height: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .serie-episodes .serie-videos li {
        width: calc(50% - 20px);
    }

    .serie-episodes .serie-videos li img, .serie-episodes .serie-videos li .videoimg-hvr {
        height: 220px;
    }

    .serie-episodes .serie-videos .videoimg-hvr .icon {
        width: 50px;
        height: 50px;
    }

    div.cssbox {
        width: calc(25% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .cover-video-fixed .slider_default_bg {
        max-height: 60%;
        top: 35% !important;
    }

    .m-slide-bg {
        display: block;
    }

    .main-slider .owl-nav {
        display: none;
    }

    .main-slider .owl-dots {
        display: block;
    }

    .main-head .center-head {
        display: none;
    }

    .right-head {
        margin-top: 2px;
    }

    .main-head #menu-open {
        display: block;
    }

    .head-panel.login-register {
        border: 0;
        padding: 0;
        margin-top: 5px;
    }

    .main-head {
        padding: 18px 0;
    }

    .pages .main-pages {
        width: 100%;
    }

    .pages .content, .pages .profile-info, .pages .profile-plans, .transactions {
        border-radius: 0;
        box-shadow: unset;
    }

    footer.foot .main-foot, .panel-main {
        width: calc(100% - 50px);
    }

    .main-slider .item .slide-info {
        max-width: 100%;
    }

    .movies-slider .item {
        /*width: 140px;*/
    }

    .movies-slider .item img, .movies-slider .item .hvr-post {
        /*height: 200px;*/
        height: 100%;
    }

    .movie-slides .movie-info .post-info {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .movie-slides .movie-info .post-info .post-content p a, .single-header .single-center .post-content p, .series-gallery .series-gallerys h2 {
        font-size: 13px;
    }

    .movie-slides .movie-info .post-info .head-title a, .single-header .single-center h1, .actor-info .content h2 {
        font-size: 20px;
    }

    .movie-slides .movie-info .post-info .post-stick li, .movies-slider .item a h4, .actors-slider .item samp, .single-header .single-center .post-stick li, .single-header .single-center .post-metas li.age, .comments-list .comments-ul li .comment-content .comment-p, .serie-episodes .serie-videos li .serie-title h2, .series-gallery .series-gallerys .content {
        font-size: 12px;
    }

    .movie-slides .movie-info .post-info .post-btns a, .single-header .single-center .post-btns a {
        padding: 7px 15px;
        font-size: 11px;
    }

    .movie-slides .movie-info .post-info .post-metas, .single-header .single-center .post-metas, .single-header .single-center .post-metas li.age samp {
        font-size: 11px;
    }

    .movie-slides .movie-info .post-info .post-btns a.info i {
        font-size: 25px;
    }

    .actors-slider .item {
        width: 150px;
    }

    .actors-slider .item img {
        height: 150px;
    }

    .movie-slides, .actors-slide {
        margin: 20px 0;
    }

    footer.foot {
        margin-top: 50px;
    }

    .main-slider .owl-dots {
        margin-top: -190px;
    }

    .movie-slides .section-info h3 {
        font-size: 16px;
    }

    .movie-slides .section-info h3 span {
        font-size: 10px;
    }

    .movies-slider .item .hvr-post ul {
        bottom: 10px;
    }

    .movies-slider .item .hvr-post ul li {
        margin: 3px 0;
        font-size: 10px;
    }

    .movie-slides .movie-info .post-info .post-btns .fav-plus, .single-header .single-center .post-btns .fav-plus {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .d-slide-bg {
        height: 500px;
    }

    .single-main {
        width: calc(100% - 30px);
    }

    .comments-list .comments-ul .avatar {
        width: 35px;
        font-size: 30px;
        margin-top: 7px;
    }

    .comments-list .comments-ul .form .input {
        width: calc(100% - 95px);
        padding: 10px;
        font-size: 12px;
        border-radius: 3px;
        margin: 7px 10px 0;
    }

    .comments-list .comments-ul .form .submit {
        width: 35px;
        height: 35px;
        margin-top: 8px;
    }

    .comments-list .comments-ul li .comment-content .title, .serie-episodes .serie-videos li .serie-title samp {
        font-size: 11px;
    }

    .comments-list .comments-ul li .comment-content .title .time {
        font-size: 9px;
    }

    .comments-list .comments-ul li .comment-content {
        margin-top: 20px;
    }

    .serie-episodes .serie-videos li img, .serie-episodes .serie-videos li .videoimg-hvr {
        width: 130px;
        height: 90px;
        float: right;
    }

    .serie-episodes .serie-videos li .serie-title {
        float: right;
        width: calc(100% - 130px);
        padding: 0 15px;
    }

    .serie-episodes .serie-videos li {
        width: 100%;
        margin-bottom: 60px;
    }

    .serie-episodes .serie-videos li .serie-content p {
        height: unset;
        overflow: unset;
        margin-top: 20px;
        font-size: 12px;
    }

    .serie-episodes .serie-videos li .serie-title .serie-dl {
        font-size: 15px;
    }

    .serie-episodes .serie-videos li .videoimg-hvr {
        font-size: 18px;
    }

    .serie-episodes .serie-videos .videoimg-hvr .icon {
        width: 40px;
        height: 40px;
    }

    div.cssbox {
        width: calc(33.33% - 20px);
    }

    .search-box .searchf {
        margin-top: 85px;
    }

    .search-box form {
        /*border-radius: 2px;
        width: calc(100% - 100px);*/
    }

    .search-box form input[type="text"] {
        font-size: 13px;
        padding: 10px;
    }

    .search-box form input[type="submit"] {
        font-size: 23px;
    }

    .search-box span#close-search {
        width: 100px;
        margin-top: 10px;
        font-size: 14px;
    }

    .site-categories ul li {
        width: 100%;
        border-radius: 3px;
    }

    .buy-plan-form .checkout .payment .payment-item {
        width: calc(33.33% - 7.5px);
    }

    .buy-plan-form .checkout .payment .payment-item:last-child {
        margin-right: 0;
    }

    .actor-info .actor-pic {
        width: 100%;
        text-align: center;
    }

    .actor-info .actor-pic img {
        width: 200px;
        height: 200px;
    }

    .actor-info .content {
        text-align: center;
        width: 100%;
        padding-right: 0;
    }

    .actor-info .content .actor-info-text {
        margin-top: 10px;
        line-height: 22px;
    }

    .load-more {
        font-size: 12px;
    }

    .movie-slides .movie-info {
        padding: 30px 0;
    }

    .main-slider .item .slide-info .info-center img {
        max-width: 120px;
        max-height: 120px;
    }

    .utility-posts article {
        width: calc(33.33% - 15px);
    }

    .utility-posts article .hvr-post, .utility-posts article img {
        height: 270px;
    }

    .actors-slider .item {
        width: 130px;
    }

    .actors-slider .item img {
        height: 130px;
    }

    .movie-slides .section-info, .actors-slide h3, .movie-slides .section-info h3 {
        font-size: 18px;
    }

    #home_top_banner .text_contents img {

    }
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
    .site-categories ul li {
        width: calc(50% - 17px);
    }
}

@media only screen and (max-width: 500px) {
    .d-slide-bg {
        height: 700px;
        background-size: cover;
        background-position: inherit;
        background-image: none !important;
    }

    .main-slider .item .slide-info {
        width: 100%;
        position: absolute;
        z-index: 36;
        bottom: 200px;
        padding: 0 20px;
    }

    .main-slider .item .slide-info .info-center {
        text-align: center;
    }

    .main-slider .item .slide-info .info-center img {
        max-width: 200px;
        max-height: 200px;
        display: unset;
    }

    .main-slider .item .slide-info .info-center h2 {
        font-size: 15px;
    }


    #player_single {
        display: none;
    }

    .main-slider .item .slide-info .info-center .slide-btns {
        width: 100%;
        float: right;
        margin-left: 0;
    }

    .head-panel.login-register {
        display: none;
    }

    .head-panel.m-login-register {
        display: block;
    }

    .head-panel {
        margin-left: 3px;
    }

    .main-head #search-btn {
        margin-left: 3px;
    }

    .main-head .left-head {
        margin-top: 2px;
    }

    .movies-slider .item {
        /*width: 110px;*/
    }

    .movies-slider .item img, .movies-slider .item .hvr-post {
        /*height: 150px;*/
        height: 100%;
    }

    .actors-slider .item {
        width: 100px;
    }

    .actors-slider .item img {
        height: 100px;
    }

    .single-header .single-info {
        position: absolute;
        bottom: 100px;
        text-align: center;
    }

    .single-header .single-center img {
        display: none;
    }

    .single-header .single-center h1 {
        font-size: 16px;
    }

    .single-header .single-center .post-stick li {
        width: 50%;
        margin-left: 0;
    }

    .single-header .single-center .post-btns a {
        float: unset;
        margin-left: 0;
    }

    .single-header .single-center .post-btns .fav-plus {
        float: unset;
        margin: 10px 10px 0 0;
        width: 35px;
        height: 35px;
    }

    div.cssbox {
        width: calc(50% - 20px);
    }

    .download-box .download-main {
        width: calc(100% - 50px);
    }

    .search-box .search-content .content {
        width: calc(100% - 50px);
    }

    .search-box form {

    }

    .search-box span#close-search {
        width: 30px;
        font-size: 25px;
        margin-top: 3px;
    }

    .search-box span#close-search samp {
        display: none;
    }

    .search-box .search-content .content .icons .fa-file {
        font-size: 100px;
    }

    .search-box .search-content .content .icons .fa-search {
        font-size: 70px;
        margin-right: -35px;
    }

    .search-box .search-content .content p, .buy-plan-form .blog .content p, .buy-plan-form .plans-info p, .pages .content p {
        font-size: 12px;
    }

    .site-categories ul li {
        /*width: calc(50% - 17px);*/
        margin: 0 8px 8px 8px;
    }

    .site-categories ul li a img {
        /*height: 150px;*/
    }

    .site-categories ul li a .content h2 {
        font-size: 17px;
        padding-right: 15px;
    }

    .user-panel-form .form {
        background-color: unset;
        padding: 40px 0 70px 0;
        box-shadow: unset;
    }

    .user-panel-form .form form .input {
        background-color: #3d3e44;
    }

    .buy-plan-form .head .buy-banner img {
        height: 100px;
    }

    .buy-plan-form .plans ul li .plan-item-single h2, .buy-plan-form .plans ul li .plan-item-single span, .buy-plan-form .plans ul li .plan-item-single samp, .buy-plan-form .blog .title h3, .buy-plan-form .contact-info h3, .buy-plan-form .head a {
        font-size: 13px;
    }

    .buy-plan-form .plans ul {
        padding: 30px 10px;
    }

    .buy-plan-form .plans ul li .plan-item-single a {
        padding: 3px 10px;
    }

    .buy-plan-form .plans-info p.under, .buy-plan-form .contact-info .contacts span {
        font-size: 10px;
    }

    .buy-plan-form .head h1 {
        font-size: 15px;
    }

    .buy-plan-form .blog .content i {
        font-size: 20px;
    }

    .buy-plan-form .checkout .payment {
        width: 100%;
        margin-top: 20px;
    }

    .pages .content p {
        line-height: 25px;
    }

    .actor-info .actor-pic img {
        width: 150px;
        height: 150px;
    }

    .utility-posts article {
        width: calc(50% - 15px);
    }

    .utility-posts article .hvr-post, .utility-posts article img {
        height: 220px;
    }

    .vertical_home_slider {
        margin-top: 30px;
    }

    .cover-video-fixed .slider_default_bg {
        max-height: 40%;
        top: 50% !important;

    }

    .cover-video-fixed .slider_small_bg {
        position: absolute;
        height: 35% !important;
    }
}

@media only screen and (max-width: 450px) {
    .site-categories ul li a img {
        /*height: 100px;*/
    }
}

@media only screen and (max-width: 400px) {
    .single-header .d-slide-bg {
        height: 650px;
    }

    .single-header .single-info {
        padding: 0 20px;
    }

    .serie-episodes .serie-videos li .serie-title h2, .pages .content p {
        font-size: 11px;
    }

    .serie-episodes .serie-videos li .serie-title samp {
        font-size: 10px;
    }

    .serie-episodes .serie-videos li .serie-title .serie-dl {
        font-size: 13px;
    }

    div.cssbox img.cssbox_thumb {
        height: 110px;
    }

    .buy-plan-form .head .buy-banner img {
        height: 80px;
    }

    .buy-plan-form .checkout .payment .payment-item {
        width: calc(50% - 7.5px);
    }

    .pages h1 {
        font-size: 16px;
    }

    .utility-posts article {
        width: calc(100% - 15px);
    }

    .utility-posts article .hvr-post, .utility-posts article img {
        height: 340px;
    }

    .comments-list .comments-ul .not-logged {
        font-size: 10px;
    }

    .comments-list .comments-ul .not-logged a {
        padding: 3px 7px;
    }
}

@media only screen and (max-width: 360px) {
    .site-categories ul li a img {
        /*height: 80px;*/
    }

    .site-categories ul li a .content h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 330px) {
    div.cssbox {
        width: calc(100% - 20px);
    }

    div.cssbox img.cssbox_thumb {
        height: 170px;
    }
}

/*************************************************************************************/
/************************************* Responsive ************************************/
/*************************************************************************************/
/* موبایل‌های کوچک */
@media (max-width: 479px) {
    #home_slider, #archive_slider {
        height: calc(100vh - 100px);

        .slider_small_bg {
            display: block;

        }

        .slider_default_bg {
            display: none;
        }

        .movie_slide_info {
            width: 100%;
            padding: 0 20px 15px 20px;
            height: calc(100% - 150px);
            justify-content: end;
            align-items: center;

            .movie_logo {
                display: none;
            }

            .movie_title {
                display: block;
                width: 100%;
            }

        }

        .text_info {
            display: none;
        }

        .slider_btn_box {
            margin-top: 15px;
            justify-items: center;
            display: grid;
            width: 100%;
        }

        .movie_reporter {
            display: flex;
            justify-content: space-around;
            width: 100%;

        }
    }

    .special_slider {

        .special_slide {
            width: 15%;
        }
    }

    .special_slide.active_slide {
        width: 190px;;
    }


}

/* موبایل استاندارد */
@media (min-width: 480px) and (max-width: 767px) {
    #home_slider, #archive_slider {
        .swiper {
            height: 100%;
        }

        .cover-video, .cover-video img {
            height: 100%;
            width: auto;
        }

        .movie_slide_info {
            justify-content: end;
            padding: 20px 10px;
            bottom: 40px;
            height: auto;
            width: 90%;
            right: 5%;
            text-align: justify;
            line-height: 35px;

            .movie_logo {
                /*display: none;*/
            }

            .movie_title {
                font-size: 20px;
                margin: 0;
            }

            .movie_more_details {
                .text_info {
                    text-align: justify;
                    padding: 0 10px;
                }

                .directors, .actors {
                    text-align: right;
                    padding: 0 10px;
                }

                .categorise {
                    display: none;
                }

                .slider_btn_box {
                    bottom: 40px;
                    right: 5%;
                    width: 80%;

                    a.slide-btns {
                        padding: 5px;
                        margin: 0;
                        width: 49%;
                        display: inline-block;
                        position: relative;
                        text-align: center;
                        border-radius: 20px;

                    }

                    a.preview_btn {

                    }

                    a.movie_details_btn {


                    }
                }

            }


        }
    }


}

@media (max-width: 900px) {


    .special_slider .special_slide.active_slide {
        flex-grow: 5;
    }
}

@media (max-width: 500px) {
    .special_slider {
        display: none;
    }
}

/* تبلت */
@media (min-width: 768px) and (max-width: 1023px) {
    #home_slider, #archive_slider {

        .movie_slide_info {
            width: auto;

            .movie_title {
                font-size: 24px;
            }
        }

        video {
            /*width: auto;
            height: 100vh;*/
            object-fit: cover;
        }

        @media (min-aspect-ratio: 1/1) {
            /* وقتی عرض صفحه از ارتفاع بیشتر است */
            video {
                /*width: auto;
                height: 100vh;
                object-fit: cover;*/
            }
        }

        @media (max-aspect-ratio: 1/1) {
            /* وقتی ارتفاع صفحه از عرض بیشتر است */
            /*video {
                width: auto;
                height: 100vh;
            }*/
        }

        .cover-video video, video.main_video {
            /*width: auto;
            height: 100%;*/
        }

        .cover-video img {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
    }

    .special_slider {
        height: 350px;
    }

    .special_slide.active_slide {
    }
}

/* لپ‌تاپ کوچک */
@media (min-width: 1024px) and (max-width: 1279px) {
    .vertical_home_slider {
    }
}

/* دسکتاپ */
@media (min-width: 1280px) and (max-width: 1919px) {

}

/* تلویزیون و Ultra Wide */
@media (min-width: 1720px) {
    #home_slider, #archive_slider {
        .cover-video, .cover-video img {
            width: auto;
            height: 100%;
        }

        .cover-video video, & video.main_video {
            /*width: auto;
            height: 100%;*/
        }
    }
}

/* تلویزیون و Ultra Wide */
@media (max-width: 1920px) {
    .special_slider {
        height: 550px;
    }

    .special_slide.active_slide {
        height: 115%;
        margin-top: -2%;
    }
}

@media (min-width: 1072px) {
    #series-sections {
        width: 100%;
        height: 1px;
        margin-top: -85px;
        margin-bottom: 65px;
    }

    .serie-select {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .box_etiquette {
        top: 10px;
        font-size: 11px;
    }

    .special_slider {
        height: 330px;
    }

    .special_slide.active_slide {
        height: 110%;
        margin-top: -5%;
    }
}

@media (min-width: 1080px) and (max-width: 1300px) and (orientation: landscape) {
    .special_slider {
        height: 250px;
    }

    .special_slide {
        width: 100%;
    }

    .special_slide.active_slide {
        /*height: 250px;*/
        /*width: 375px;*/
    }
}

@media (min-width: 3000px) {


}

@media (min-width: 2000px) {
    .special_slider {
        height: 600px;

        /*.special_slide{
            width: 15%;
        }*/

        .special_slide.active_slide {
            /*height: 750px;*/
            /*width: 1125px;*/
        }
    }

}

