body {
    background: #f6f6f6;
}

header {
    height: 100% !important;
    min-height: 0px !important;
    background-image: url('/storage/video/banner/default.jpg');
}

.stripe {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-image: url('/images/video/stripe.png');
    background-repeat: repeat-x;
}

.video__description__content > * {
    padding: 0 15px;
}

/*#region video header*/

video {
    max-width: 100%;
    height: auto;
}

.video__adLink {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.video_section {
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
}

.video__adImage {
    max-width: 100%;
    height: 100%;
    padding: 2rem 0;
    z-index: 1000 !important;
}

.video__authorAvatar {
    width: 40px;
    height: auto;
}

.video {
    padding: 1rem 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
    height: auto;
    /*max-height: 600px;*/
    position: relative;

}

.video__tags .list-inline-item a {
    color: inherit;
    text-decoration: none;
}

.video__tags .list-inline-item:not(:first-child) {
    background: #fff;
    color: #000;
    padding: 0 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.video__tags .list-inline-item:not(:first-child):hover,
.video__tags .list-inline-item:not(:first-child):focus {
    background: #6bdaff;
}

.video__title {
    text-align: center;
    flex-grow: 1;
    position: relative;
}

.padding1 {
    padding: 5px;
}

.video__authorLink {
    text-decoration: none;
    color: inherit;
}

.video__footer {
    max-width: 1080px !important;
    height: auto;
    margin: 0 auto;
    padding: 1rem;
}

.activeVideo {
    background: #e3e3e3;
    border-color: #939393 transparent;
    border-bottom: 1px solid #939393;
}

.-invisible {
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
}

.plyr audio, .plyr video {
    max-height: calc(1080px * 9 / 16);
}

.plyr:-webkit-full-screen video {
    height: 100%;
    max-height: 100%;
}

.activeVideo {
    background: #e3e3e3;
    border-color: #939393 transparent;
    border-bottom: 1px solid #939393;
}

.video__description h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    text-align: justify;
    /*font-size: 7.5rem;*/
    /*width: inherit;*/
}

.video__description .video__authorLink:focus,
.video__description .video__authorLink:hover,
.video__description .video__title:focus,
.video__description .video__title:hover {
    color: #6bdaff;
}

.advertising {
    z-index: 1000;
    border: 1px solid #ccc;
    max-width: 15%;
    height: auto;
    position: absolute;
    color: #262626;
    display: none;
    font-size: 1rem;
    background: #f6f6f6;
}

.advertising > img {
    width: 100%;
    height: auto;
}

/*.advertising > * {*/
/*width: auto;*/
/*}*/
.-top-left {
    left: 5%;
    top: 15%;
}

.-top-right {
    right: 5%;
    top: 15%;
}

.-bottom-left {
    left: 5%;
    bottom: 20%;
}

.advertising__timer {
    position: absolute;
    max-width: max-content;
    display: block;
    z-index: 1;
    right: 0;
    bottom: 15%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);

    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    /*border-right: transparent;*/
}

.skipAdd {
    position: absolute;
    color: #fff;
    /*display: none;*/
    font-size: 1.25rem;
    padding: 0.625rem;
    right: 0;
    bottom: 20%;
    background: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    text-decoration: none !important;
    z-index: -1;
}

.skipAdd:hover, .skipAdd:focus,
.advertising__timer:hover, .advertising__timer:focus {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5) transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5);
    /*border: 1px solid rgba(255, 255, 255, 0.5)!important;*/
    /*border-right: transparent;*/
}

.hidden {
    display: none;
    z-index: -100;
}

/*.videoLoadImagegg {*/
    /*position: absolute;*/
    /*left:0;*/
    /*right:0;*/
    /*top:0;*/
    /*bottom:0;*/
    /*display: block;*/
    /*width:100%;*/
    /*height: calc(1080px * 9 / 16);*/
    /*margin: 0 auto;*/
    /*padding: 2rem 0;*/
/*}*/
/*endregion*/

/*region video content*/
.breadcrumb {
    background: #efefef;
}

.breadcrumb a:not(:last-child) {
    color: #6c757d;
    font-weight: 600;
}

.socialIcons .socialIcons__btn {
    /*height: 26px;*/
    /*line-height: 26px;*/
    /*font-size: 12px;*/
    margin: 0;
    /*padding: 0 4px;*/
    text-align: center;
    min-width: 25px;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    /*float: right;*/
    text-transform: uppercase;
    /*color: inherit;*/
}

.rate__parts {
    opacity: 0.6;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    min-width: 30px;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
}

#rateYo {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.socialIcons .socialIcons__btn:hover, .socialIcons .socialIcons__btn:focus {
    filter: brightness(130%);
}

.socialIcons .socialIcons__btn span {
    line-height: 26px;
    font-size: 20px;
    vertical-align: middle;
    color: inherit;
}

.socialIcons__love {
    background: red;
    color: #fff;
    padding-left: 8px;
    padding-right: 6px;
}

.socialIcons__facebook {
    /*background-color: #3e5b98;*/
    color: #3e5b98;
}

.socialIcons__twitter {
    /*background-color: #4da7de;*/
    color: #4da7de;
}

.socialIcons__gplus {
    /*background-color: #dd4b39;*/
    color: #dd4b39;
}

.socialIcons__pinterest {
    /*background-color: #c92619;*/
    color: #c92619;
}

.socialIcons__telegram {
    /*background: #61a8de;*/
    color: #61a8de;
}

.socialIcons__email {
    /*background: #61a8de;*/
    color: #e3a96a;
}

.viewsCounter {
    border-left: 1px solid #ddd;
    padding-left: 10px;
    margin-left: 8px;
}

.rate__ratingsFeedback {
    font-size: 13px;
    padding-right: 1rem;
    padding-left: 0.5rem;
}

.media__main {
    position: relative;
}

.media__img {
    width: 100%;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    float: none;
    margin: 0;
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

.media__img__wrapper {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
}

.media__img__wrapper a {
    background: transparent;
}

.media__img__obj {
    width: 100%;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .66s ease;
}

.media__img__obj {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.media__img__link:hover > img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-font-smoothing: antialiased;
    transition: transform .4s ease, filter .4s;
}

.star-rating {
    display: inline-block;

}

.group {
    padding: 1.25rem 0;
}

.group:after {
    content: "";
    /*display: table;*/
    display: block;
    clear: both;
}
/*endregion*/

/*#region video : content production*/
.contentProduction,
.author,
.graphicDesign,
.thirdBox {
    padding: 2rem;
    background: #fff;
    margin-bottom: 1rem;
    /*-webkit-box-shadow: 0 0px 10px -1px #ccc;*/
    /*-moz-box-shadow: 0 0px 10px -1px #ccc;*/
    /*box-shadow: 0 0px 10px -1px #ccc;*/
    border-bottom: 5px solid #cecece;
}

.contentProduction__body, .graphicDesign__body {
    text-align: center;
}

.contentProduction__body h5, .graphicDesign__body h5 {
    padding: 1rem;
    text-align: right;
}

.contentProduction__body a, .graphicDesign__body a {
    text-decoration: none;
    color: #18accf;
}

.contentProduction__body p, .graphicDesign__body p {
    text-align: justify;
}

.cooperationRequest {
    text-align: center;
    padding: 1rem;
    /*padding:3rem 6rem;*/
    /*margin:1rem 0;*/
    /*margin:6rem 10rem;*/
    border: 2px dashed #6bdaff;
    background: #daf6ff;
    color: #14576c;
}

.cooperationRequest:hover, .cooperationRequest:focus {
    color: #fff;
    background: #355a67;
    border: 2px solid #355a67;
}

.aboutBook {
    text-indent: 1.875rem; /*30px*/
    padding: 1rem 0;
    /*line-height:1rem;*/
    /*font-weight: 400;*/
}

.tags {
    margin: 1rem 0;
}

.tags ul li {
    margin-bottom: 5px;
}

.tags ul li:not(:first-child) {
    background: #434343;
    /*color: #dadada;*/
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tags ul li:not(:first-child):hover, .tags ul li:not(:first-child):focus {
    background: #067397;
    color: #fff;
}

.tags ul li a {
    padding: 2px 5px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}


/*-------------------- content :: thirdBox --------------------*/
.thirdBox {
    text-align: center;
    background: #262626;
    color: #fff;
}

.thirdBox .thirdBox__body a.more {
    background: #ffbe00;
    color: #000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

/*#endregion*/

/*#region video : left sidebar*/
.specialBooks__title {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.3rem;
    margin-top: 0;
    display: block;
    cursor: pointer;
}

.sidebar {
    list-style-type: none;
    text-align: right;
    padding: 0;
}

.sidebar li {
    position: relative;
    /*margin-bottom: 5px;*/
    border-bottom: 1px solid #939393;
    /*padding: 5px 0;*/
}

.media {
    z-index: -1;
}

.sidebar__media__videoDuration {
    display: flex;
    top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    justify-content: center;
    align-items: center;
}

.sidebar__media__videoDuration i {
    font-size: 25px;
    color: white;
    /*content: '\f144'; !*play icon*!*/
}

.sidebar .media-right {
    position: relative;
    z-index: 1;
}

.sidebar .media-right:hover > .sidebar__media__videoDuration,
.sidebar .media-right:focus > .sidebar__media__videoDuration {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.specialBooks {
    /*list-style-type: none;*/
    text-align: right;
    color: #fff;
    position: relative;
    /*padding: 5px;*/
    /*border-bottom: 5px solid #cecece;*/
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.specialBooks a {
    text-decoration: none;
    color: inherit;
}

.specialBooks .specialBooks_gradientEffect .gradient:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.specialBooks__photo {
    position: relative;
    max-width: 100%;
    height: auto;
}

.gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.7))
}

.marginBottom {
    margin-bottom: 2rem !important;
}

.specialBooks__desc {
    color: #fff;
    position: absolute;
    bottom: 5%;
    right: 5%;
    left: 5%;
    padding: 10px;
}

.specialBooks__desc > a {
    font-size: 15px;
}

.module p {
    margin: 0;
}

.module p::after {
    content: '...';
    margin: 0;
}

.line-clamp {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.specialBooks__category {
    position: absolute;
    left: 1.5625rem; /*25px*/
    top: 1.5625rem;
    /*color: #fff;*/
    background: #0c8fa7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content input, .content textarea {
    background: #dddddd;
}

.specialBooks > div {
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

/*.sidebar li:last-child {*/
/*border-bottom: none;*/
/*}*/

.sidebar li:hover, ul.sidebar li:focus {
    background: #e3e3e3;
    border-color: #939393 transparent;
}

.sidebar li .media-body a {
    text-decoration: none;
    color: inherit;
    text-align: right;
    height: 100%;
    font-weight: 500;

    min-height: 42px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    line-height: 21px;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}

.sidebar li img {
    width: 60px;
    height: 60px;
    padding: 2px;
    border: 1px solid #939393;
    /*background: #EF4763;*/
    /*background: #E62117;*/
}

.sidebar li span {
    position: absolute;
    bottom: 0;
    right: 70px;
    font-size: 14px;
}

.subHeaderPadding {
    padding: 1rem 0;
}

.height100VH {
    height: 100vh;
}

.topBanner img {
    max-width: 728px;
    width: 100%;
    max-height: 90px;
    height: 100%;
}

blockquote {
    margin: 0;
    background-color: #d0eaef;
    padding: 17px;
    border-radius: 10px 0 10px;
    border-right: 5px solid #7dbdc5;
}

blockquote::before {
    float: right;
    line-height: 15px;
    padding-right: 0px;
    padding-top: 24px;
    padding-left: 16px;
    color: #7dbdc5;
    content: "\1f677";
    clear: both;
    font-size: 4rem;
}

.graphicDesign__body > img {
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.socials__item {
    color: #8a8a8a;
}

.socials__item i {
    font-size: 16px;
}

.socials__item:hover, .socials__item:focus {
    color: #424242;
}

.author p {
    font-family: IRANSansDN, 'serif', 'Sans-serif';
    font-size: 15px;
    line-height: 2.4rem;
}

/*#endregion*/

/*#region video : ads*/
.movies_wrapper {
    padding: 2% 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border: 2px solid #ffbe00;
    border-radius: 3px;
    box-sizing: border-box;
}

.movies_wrapper {
    background-color: #262626;
}

.movies_inner {
    width: 72%;
    float: right;
}

.movies_wrapper .movie_thumb_wrapper {
    position: relative;
    box-sizing: border-box;
    width: 21%;
    margin: 0 2%;
    float: right;
}

.movies_wrapper .movie_thumb_wrapper, .movies_wrapper .movie_thumb_wrapper .movie_thumb {
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}

.movies_wrapper .movie_thumb_wrapper .movie_thumb {
    transition-property: transform;
    overflow-y: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: block;
    position: relative;
    padding-top: 133%;
}

.movies_wrapper .movie_thumb_wrapper .movie_thumb img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.movies_wrapper .movie_thumb_wrapper .movie-details {
    position: absolute;
    transition: all 300ms ease-out;
    right: 110%;
    padding-right: 18px;
    padding-bottom: 10px;
    font-size: 15px;
    top: 0;
    color: #f2f2f2;
    min-width: 165px;
    opacity: 0;
    z-index: -1;
}

.movies_wrapper .movie_thumb_wrapper .movie_title {
    padding-bottom: 12px;
    padding-right: 10px;
    display: inline-block;
}

.movies_wrapper .movie_thumb_wrapper .movie_title {
    display: block;
}

.movies_wrapper .movie_thumb_wrapper .play-btn {
    border-radius: 30px;
    background-color: #39bb6a;
    padding: 5px 17px;
    margin-right: 8px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.movies_wrapper .movie_thumb_wrapper .movie-details .icon {
    padding-left: 10px;
}

a.movie_thumb_wrapper:hover .movie_thumb {
    transform: scale(1.4);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    z-index: 1;
}

a.movie_thumb_wrapper:hover {
    opacity: 1;
}

a.movie_thumb_wrapper:hover .movie-details {
    opacity: 1;
    z-index: 1;
}
/*#endregion*/

/*#region video : media*/
@media (max-width: 400px) {
    .height100VH {
        height: 75vh;
    }
}

@media (max-width: 575.98px) {
    .video__title {
        border-bottom: 2px solid rgb(138, 138, 138);
        text-align: right;
    }

    .free {
        display: block;
        text-align: center;

    }

    .contentProduction__body h5, .graphicDesign__body h5 {
        text-align: center;
    }

    .specialBooks__photo {
        width: 100%;
        height: 100%;
        max-height: 535px;
    }

    .socialIcons a span {
        padding: 4px;
        width: auto;
        line-height: normal !important;
    }

    .socialIcons .socialIcons__btn {
        min-width: 30px;
    }

}

@media (max-width: 767.98px) {
    .video__title h1 {
        font-size: 30px !important;
        font-weight: 600;
    }
}

@media (max-height: 991.98px) {
    .fixed-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (min-width: 401px) {
    .specialBooks__title {
        min-height: 45px;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box;
        line-height: 20px;
        /* max-height: 42px; */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal !important;
        /* padding-left: 5px; */
    }

}

@media (min-width: 576px) {

    .video__description .video__stars, .video__description .video__date {
        display: inline-block !important;
    }

    /*.padding1, .video__description div {*/
    /*padding: 0 5px;*/
    /*}*/
    .video__description {
        text-align: right;
    }

    .video__title {
        text-align: right;
        padding: 5px 0 6px 0;
        border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    }

    .video__date {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

    .video__seen {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

    .contentProduction__body, .graphicDesign__body, .thirdBox__body {
        display: flex;
        justify-content: space-between;
        text-align: right;
    }

    .contentProduction__text, .graphicDesign__text, .thirdBox__text {
        padding: 1.25rem; /*20px*/
        margin-top: auto;
        margin-bottom: auto;
        flex: 1 1;
    }

    .contentProduction__body h5, .graphicDesign__body h5 {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .videoContainer {
        /*width:1100px;*/
        padding: 0 5rem;
        margin: auto;
    }

    header {
        padding: 63px 1rem 2rem 1rem !important;
    }

    .video__footer {
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    .videoContainer {
        padding: 0 3rem;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .specialBooks > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 700px) and (max-height: 400px) {
    .video__title h1 {
        font-size: 20px !important;
        font-weight: 400;
    }
}
/*#endregion*/

/*-------------------- section : video carousel--------------------*/
.videoCarousel .darkBg .videoCarousel__image {
    width: 100%;
    max-width: 100%;
    /*height: auto;*/
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*.videoLoadImagegg {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: calc(1080px * 9 / 16);*/
    /*margin: 0 auto;*/
    /*padding: 2rem 0;*/
/*}*/