﻿@charset "UTF-8";

video { width:100%; margin-bottom: -40px; margin-top: 40px; background: #F5F3F0; max-width:1024px; }

/* TYPOGRAPHY */
.stylised-player h3, .stylised-player p { margin: 0; padding: 0; font-weight: normal; }
.stylised-player h3 { font-size: 20px; color: #1F1F1F; font-family: "Montserrat-Medium", Arial; line-height: 27px; letter-spacing: -0.25px }
.stylised-player p { font-size: 20px; color: #000000; font-family: "Montserrat-Light", Arial; line-height: 27px; padding-bottom: 24px; }

/* STYLISED PLAYER */
.stylised-player { width: 100%; max-width: 1024px; height: 75px; margin: 35px 0; background-color: #F5F3F0; position: relative; box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.10); }
.stylised-player p { color: black; text-align: center; position: absolute; top: 24px; left: 166px; right: 72px; z-index: 1; font-family: "Montserrat-Medium", Arial; /*cursor: pointer;*/ }
.stylised-play, .stylised-pause { width: 166px; height: 48px; background-color: #F7B932; position: absolute; left: 0; text-align: center; padding-top: 24px; padding-bottom: 24px; padding-left: 20px; cursor: pointer; display:inline-table; }
.stylised-restart { width: 72px; height: 75px; background-color: #F7B932; position: absolute; right: 0; background-image: url(../images/icon_restart_black.png); background-size: 72px 72px; background-repeat: no-repeat; cursor: pointer; }
.stylised-time-wrapper { height: 75px; position: absolute; left: 166px; right: 72px; cursor: pointer; }
.stylised-time-progress { height: 30px; background-color: #EF8609; cursor: pointer; }
.stylised-play:active, .stylised-pause:active, .stylised-restart:active { background-color: #EF8609; }
.stylised-play-icon { position: absolute; top: 20px; left: 32px; width: 32px; height: 32px; background-image: url(../images/icon_play_black.png); background-size: 32px 32px; background-repeat: no-repeat; }
.stylised-pause-icon { position: absolute; top: 20px; left: 32px; width: 32px; height: 32px; background-image: url(../images/icon_pause_black.png); background-size: 32px 32px; background-repeat: no-repeat; }

/*video::-webkit-media-controls-enclosure {
  display:none !important;
}

*/


video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}


video::-webkit-media-controls-volume-slider {
display:none;
}

video::-webkit-media-controls-mute-button {
display:none;
}


.qpagination .qprev .btnwhite, .qpagination .qnext .btnwhite {
    width: 30px;
}


.qpagination .qprev .btngray, .qpagination .qnext .btngray {
    width: 30px;
}


span.qnext.active {
    animation: glowing 1300ms infinite;
}


.overlay{
    display: none;
}


.fullScreenPlayer.showPecter video {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
}

.fullScreenPlayer.showPecter .overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: transparent;
    display: flex;
    justify-content: left;
    align-items: end;
    height: 100vh;
}

.fullScreenPlayer.showPecter .overlay button.cst-btn {
    margin: 20px 10px;
}
button.cst-btn {
    background-color: transparent;
    /* border: none; */
    border-radius: 50%;
    padding: 10px;
    width: 72px;
    text-align: center !important;
}


span.play{
    display: none;
}



button.cst-btn span.pause, button.cst-btn span.play {
    width: 50px;
    height: 50px;
    text-align: center;
}


span.pause i, span.play i{
    font-size: 50px;
}



/*cst csss*/



/*cst cssss*/


@keyframes glowing {
        0% {
          background-color: #4472c4;
          box-shadow: 0px -3px 0px 0px white;
        }
        50% {
          background-color: #84a5ff;
          box-shadow: 0px 0px 0px 0px white;
        }
        100% {
             background-color: #4472c4;
             box-shadow: 0px -3px 0px 0px white;
        }
}







/*video::-webkit-media-controls {
    display: none;
}*/


/*video#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: -webkit-fill-available;
}

button.cst-btn {
    background-color: black;
    color: antiquewhite;
    z-index: 99;
    width: 200px;
     display: none; 
     margin: auto; 
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    position: fixed;
    top: 78%;
     bottom: 0; 
    left: 37%;
     right: 0;
     transform: translate(50px, 50px);
}*/


/*.fullScreenPlayer.cst-vid button.cst-btn{
    display: block;
}
*/


/*.video img {
  display: none;
}*/

.fullScreenPlayer {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    width: 100% !important;
}


.fullScreenPlayer .plusplayer {
   /* display: flex;*/
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    /*flex-direction: column;*/
}


.plusplayer video {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    /* bottom: 50px; */
    /* padding: 20px; */
    margin-top: 0 !important;
    max-height: -webkit-fill-available;
    max-width: -webkit-fill-available;
    height: 100%;
/*    object-fit: fill;*/
}
 




/*.stylised-player {
    position: absolute;
    z-index: 9;
    top: 100%;
    margin: 0;
    max-width: -webkit-fill-available;
}*/


.stylised-player {
    position: absolute;
    z-index: 9;
    top: 100%;
    margin: 0;
    max-width: -webkit-fill-available;
    margin: 30px 0;
}


.stylised-player p {
    color: black;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 166px;
    right: 72px;
    z-index: 1;
    padding: 0;
    font-family: "Montserrat-Medium", Arial;
    cursor: pointer;
}



.plusplayer .stylised-player {
    width: 100%;
    max-width: -webkit-fill-available;
    height: 30px;
    margin:  0;
    background-color: #F5F3F0;
    position: relative;
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.10);
    z-index: 9999999;
}


.stylised-play, .stylised-pause {
    width: 166px;
    height: 30px;
    background-color: #F7B932;
    position: absolute;
    left: 0;
    text-align: center;
    padding-top: 0px;
    cursor: pointer;
    display: inline-table;
}




.plusplayer .stylised-play-icon {
    position: absolute;
    top: 0px;
    left: 32px;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_play_black.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
}


.plusplayer .stylised-pause-icon {
    position: absolute;
    top: 0px;
    left: 32px;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_pause_black.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
}



.plusplayer .stylised-time-wrapper {
    height: 30px;
    position: absolute;
    left: 166px;
    right: 72px;
     cursor: pointer;
}




.stylised-restart {
    width: 66px;
    height: 30px;
    background-color: #F7B932;
    position: absolute;
    right: 0;
    background-image: url(../images/icon_restart_black.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
}






