/* FONTS */

@font-face {
    font-family: 'Roboto';
    src: url('../../../media/fonts/Roboto-Bold.woff') format('woff2'),
        url('../../../media/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../media/fonts/Roboto-Regular.woff') format('woff2'),
        url('../../../media/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body, html {
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0 !important;
    position: relative;
}

#my-player {
    width: 100%;
    height: 56.25vw;
}

img.video-error-image {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0;
    z-index: 1;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto !important;
}

.video-error-message {
    position: absolute;
    top: 0;
    z-index: 2;
    line-height: 1.4em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    font-size: 0.8em;
    text-align: left;
    opacity: 1;
    color: white;
    background-color: #333333;
    width: 94%;
    margin-top: 2%;
    margin-left: 3%;
    margin-right: 3%;
}

.video-error-message a {
    color: red;
}


.video-password-error-container {
    position: absolute;
    width: 100%;
    max-width: 500px;
}


.video-password-container {
    width: 100%;
    display: inline-flex;
}

.video-password-container button.video-password-button {
    margin-left: 25px;
    width: 50px;
    padding: 10px;
    font-weight: bold;
}

.video-password-container input.video-password-input {
    padding: 10px;
    width: calc(100% - 75px);
    background: black;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}



.video-password-button-container {
    top: 50px;
    position: relative;
    width: 100%;
    max-width: 500px;
}

a.video-password-details-url {
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

a.video-detail-url-button {
    position: absolute;
    left: 150px;
    bottom: 130px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    z-index: 2;
    background: black;
    padding: 20px 30px;
    transition: all .4s ease-in-out;
}

a.video-detail-url-button:hover {
    background: #ccc;
    color: white;
}

.video-title {
    position: absolute;
    left: 80px;
    right: 20px;
    bottom: 20px;
    font-size: 1.2em;
    color: #fff;
    line-height: 25px;
    background: black;
    padding: 20px 20px;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.25);
}

.video-play {
    position: absolute;
    left: 50px;
    bottom: 130px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    z-index: 2;
    background: black;
    padding: 20px 30px;
    transition: all .4s ease-in-out;
}

.vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 2em !important;
    display: block;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset !important;
    left: 50px !important;
    right: 50%;
    margin-left: -1em;
    /* margin-top: -1em; */
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0 !important;
    background-color: black !important;
    border-radius: 0em !important;
    transition: all .4s !important;
    bottom: 20px;
    height: 65px !important;
}
button.vjs-big-play-button:hover {
    background: #777777 !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    padding: 9px;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    padding: 20px;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 700;
    z-index: 2001;
}

.video-close::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../../media/images/icon_x-sm_white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    right: 20px;
}
/*  COUNTDOWN
---------------------------------------------------------------	*/
#video-error-countdown {
    display: flex;
    margin-bottom: 10vh;
}

.video-error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #000000;
}

.countown-element-container{
    border: solid 1px #333;
    padding: 3.5vw;
    margin: 2vw;
    color: #efefef;
    background: #333;

}

.countown-element-number {
    /*    font-size: 30px;*/
    font-size: 1.2em;
    width: 5vw;
    display: flex;
    justify-content: center;
}

.countown-element-description{
    font-size: 16px;
    width: 5vw;
    display: flex;
    justify-content: center;
}

.countown-element-separator-text{
    font-size: 40px;
    display: none;
}



/*  PLAYER / VIDEOJS
---------------------------------------------------------------	*/

.video-js .vjs-control-bar {
    background-color: rgba(255, 255, 255, 1);
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    /*     margin: 0 0.45em 0 0.45em; */
    background-color: #F3EFE7;
}

.video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, .6);
    margin: 20px auto;
    width: 95%;
    border-radius: 5px;
    z-index: 2001;
}
.video-js .vjs-control:before{
    color: #fff;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}

.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    color: #fff;
}

.video-js .vjs-play-progress:before, .video-js .vjs-play-progress:after {
    color: #fff;
}

span.vjs-remaining-time-display {
    color: #ffffff;
}

.video-js .vjs-load-progress div {
    background: #9c917e;
}

.vjs-time-tooltip {
    display: none;
}

.video-js .vjs-mouse-display .vjs-time-tooltip{
    background-color: rgba(255, 255, 255, 0.85);
    color: black;
    margin-top: -40px;
    padding: 4px 6px;
    display: inline-block;
    border-radius: 8px;
    font-size: 11px;
    font-family: arial;
}

.vjs-menu.vjs-menu-show {
    display: block;
}


@media screen and (min-width: 320px) {
    .video-title {
        font-size: 0.8em;
    }

    .countown-element-number {
        font-size: 0.8em;
    }

}


@media screen and (min-width: 567px) {
    .video-title {
        font-size: 1.0em;
    }

    .countown-element-number {
        font-size: 1.0em;
    }

}

@media screen and (min-width: 1023px) {
    .video-title {
        font-size: 1.4.em;
    }

    .countown-element-number {
        font-size: 60px;
    }

    .video-error-message {
        font-size: 1.2em;
    }

}

@media screen and (min-width: 1200px) {
    .video-title {
        font-size: 1.8em;
    }

}