﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #EDF2F9;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */


}


/* Custom page CSS
        -------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

#ctre_wnd {
    position: fixed;
    bottom: 0;
    right: 10px;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
    border-radius: 3px 3px 0 0;
    z-index: 2147483647;
}

@media (prefers-color-scheme: dark) {
    #ctre_wnd {
        background: #000;
        box-shadow: 0px 0px 40px rgba(255,255,255,0.15);
    }
}
.carousel-item > img {
    max-height: 400px !important;

}

video {
    max-height: 400px !important;
}
/*.plyr__controls {
    display: none;
}*/

/*.plyr.plyr--paused .plyr__controls {
    display: none;
}
.plyr.plyr--played .plyr__controls {
    display: flex;
}*/

/*.plyr__controls {
   display: none;
}


.plyr--fullscreen .plyr__controls {
    display: flex !important; 
    background-color:red !important
}
*/