body.no-scroll {
    overflow: hidden;
}

.login-component {
    margin-top: 100px;
}

.center-cropped {
    object-fit: cover;
    object-position: center;
    height: 240px;
    width: 100%;
}

button.image-link {
    border: none;
    background-color: inherit;
    cursor: pointer;
    display: block;
    margin-top: -7px;
    margin-left: 0;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-brand img {
    width: 208px;
    height: 64px;
}

.movie-list-component h2 {
    margin: 10px 0;
}

.movie-list-component .movie-filters {
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

.movie-list-component .movie-row,
.movie-list-component .movie-row:hover {
    text-decoration: none;
}


.movie-list-component .movie-row a,
.movie-list-component .movie-row h5,
.movie-list-component .movie-row h6 {
    color: #000000;
}

.movie-list-component .movie-thumb {
    position: relative;
    overflow: hidden;
}

.movie-list-component img {
    transition: transform .5s, filter .6s ease-in-out;
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
}

.movie-list-component .movie-row:hover img {
    transform: scale(1.05);
    opacity: 0.95;
}

.movie-list-component .preparing-info {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 4px;
}

.movie-list-component .card-body {
    padding: 10px 10px;
}

.movie-list-component .movie-title h5 {
    color: #000000;
}

.movie-list-component .movie-row:hover .movie-title h5 {
    text-decoration: underline;
}

.movie-list-component .movie-description {
    color: #000000;
    height: 100px;
}

.movie-list-component h5 a {
    color: #313131;
}

.movie-list-component .card-text {
    color: #4e4e4e;
}

.movie-list-movie {
    margin-bottom: 15px;
}

.movie-list-movie .card-title {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.movie-list-playlist {
    border-bottom: 1px solid #efefef;
}

.movie-list-movies {
    overflow: auto;
    white-space: nowrap;
    /*flex-wrap: initial !important;*/
}

.movie-list-playlist h4 {
    padding: 10px 0;
    color: #5f5f5f;
}

.movie-details {
}

.movie-details-header {
    margin: 0 0 15px;
    background-color: #e5ecf3;
    padding: 8px 0 3px;
}

.movie-details-header h5 {
    display: flex;
    margin-top: 10px;
}

/* video test */
.mediaplayer {
    position: relative;
    height: 0;
    width: 100%;
    /*max-width: 980px;*/
    /*min-width: 310px;*/
    padding-bottom: 50.625%;
    /* 16/9 : 56.25% * 90% */
    margin: auto;
    background-color: #000000;
}

.mediaplayer video, .mediaplayer .polyfill-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cue-display span.cue {
    color: #e4e4e4;
}

::cue {
    color: #e4e4e4;
}

::cue(.small) {
    font-size: 80%;
}

.cue-display span.cue .small {
    font-size: 80%;
}

::cue(.customstyle) {
    color: red;
    font: bold;
}

.cue-display span.cue .customstyle {
    color: red;
    font: bold;
}

video::cue {
    font-size: 24px;
    opacity: 1;
    background-color: black;
    -webkit-transform: translateY(10%) !important;
    transform: translateY(10%) !important;
}

.subtitle-item {
    cursor: pointer;
}

.subtitle-item.selected {
    color: #d67811;
}

.subtitle-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-right: 20px;
}

.subtitle-editor-buttons .btn {
    margin: 3px 10px;
    width: 34px;
    height: 32px;
}

.subtitle-editor-buttons {
    margin-top: 6px;
    margin-left: -22px;
}

.subtitle-editor .current-time {
    display: inline;
    background-color: #e8e8e8;
    padding: 3px 8px;
    color: #2b2b2b;
    min-height: 30px;
}

.subtitle-editor .btn-info:focus,
.subtitle-editor .btn-secondary:focus {
    box-shadow: none;
}

.subtitle-editor .col-edit-mode-btn {
    text-align: right;
    padding-top: 9px;
}

.subtitle-editor .col-subtitle-editor {
    padding-top: 9px;
}

.subtitle-editor .card-body {
    padding: 7px 9px;
}

.subtitle-editor label {
    margin-bottom: 1px;
    font-size: 14px;
}

.subtitle-editor .save-buttons {
    margin-top: 8px;
}

.subtitle-editor .input-group-text {
    cursor: pointer;
}

.subtitle-editor .input-group-text:hover {
    background-color: #cdced0;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.site-404 {
    margin-top: 30px;
}

.site-404 h3 {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 50px;
}

.site-video-uploader {
    margin-top: 30px;
}

.site-video-uploader .input-file {
    padding: 3px;
}

.add-movie-button-column {
    padding-top: 15px;
}

.add-movie-button-column button:first-child {
    margin-right: 5px;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#embed-player .mediaplayer img {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    width: 7vw;
}

.movie-details .mediaplayer img {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
    width: 3vw;
    cursor: pointer;
}

.editr--content {
    background-color: #ffffff;
}

.tiny-wyswig .editr--content {
    min-height: 75px;
}

.movie-search-results-container .search-result-item {
    padding: 10px 5px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.movie-search-results-container .search-result-item:hover {
    background-color: #e5ecf3;
}

.mediaplayer > .jme-controlbar {
    width: 100%;
}

.edit-video-thumbnail {
    width: 100%;
}

.playlist-site .button-wrapper {
    padding: 5px;
}

.playlist-site .button-wrapper button:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
    .movie-details .col-md-7, .movie-details .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.movie-list-playlist img {
    display: block;
    max-width: 100%;
}

.movie-list-playlist .wrapper {
    min-width: 100%;
    overflow: hidden;
}

.movie-list-playlist .gallery {
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
}

.movie-list-playlist .gallery__img {
    scroll-snap-align: start;
    margin-bottom: 10px;
    min-width: 100vw;
    object-fit: cover;
}

.movie-list-playlist .lil-nav {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}

.movie-list-playlist a {
    display: flex;
}

.movie-list-playlist .lil-nav__img {
    object-fit: cover;
    filter: saturate(0);
    transition: 0.3s ease all;
}

.movie-list-playlist .lil-nav__img:hover {
    transform: scale(1.05);
    filter: saturate(1);
}

.block-topnav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 0 15px;
    display: block;
}

block-topnav .row1 {
    background: white;
    z-index: 1;
    position: relative;
}

.block-topnav ul.menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-topnav ul.menu li.logo {
    width: 64px;
    flex-grow: 0;
}

.block-topnav ul.menu li {
    display: inline-block;
    vertical-align: middle;
    flex-grow: 1;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    border-top: none;
    border-left: none;
    position: relative;
}

.block-topnav ul.menu li {
    padding: 0;
}

.block-topnav .row2 {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.block-topnav .row {
    position: relative;
}

.menu-mainmenu-container {
    width: 100%;
}

.block-searchbox div {
    display: flex;
    justify-content: space-between;
}

.block-postlist {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.lil-nav::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}


.lil-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.lil-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 1);
}

.body {
    padding-top: 3px !important;
}

.col {
    width: 25% !important;
    max-width: 25% !important;
    /*flex-grow: initial !important;*/
    flex-basis: initial !important;
}

.col .postlink .txt {
    padding-left: 0;
    line-height: 44px;
    font-stretch: 10%;
    white-space: normal;
    line-height: 18px;
}

.postlink .pix img {
    width: 177%;
    height: 100%;
}

.mt-4, .my-4 {
    margin-top: -2rem !important;
}

.wrap-out {
    padding-left: 1rem;
}
