@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,300|Open+Sans+Condensed:300,300italic|Ubuntu+Condensed|Jura:400,300,500|Ubuntu+Mono:400,700,400italic&subset=latin,cyrillic-ext,cyrillic);
@font-face {
    font-family: 'Montserrat';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/176026/montserrat-v11-latin-400.woff2');
}


/*
*,
*:before,
*:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*/

body {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    /*
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    */
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.5em;
    font: 1em/1.67 Jura, Geneva, sans-serif;
    /*font-family: museosans,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    background-color: var(--bg, white);
    color: var(--bg-text, black)
}

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    z-index: 100;
}

::-moz-selection {
    color: #ffffff;
    background: #f43e50;
}

::selection {
    color: #ffffff;
    background: #f43e50;
}

#fullPage {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    /*rgb(255, 255, 255);*/
    display: none;
}

h1,
h2,
h3,
h4 {
    -webkit-margin-before: 2px;
    -webkit-margin-after: 2px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover {
    text-shadow: 0 0 0.1em, 0 0 0.3em;
    text-shadow: 0 0 0.3px, 0 0 38px;
}

#container {
    width: 250px;
    margin: 0 auto;
    position: relative;
}

#content {
    width: 250px;
    min-height: 200px;
}

/*
a:not(#scrollUp),
a:not(.aimg) {
    line-height: 1;
    display: inline-block;
    color: #27b;
    text-decoration: none;
    cursor: pointer;
}

a:not(#scrollUp):after,
a:not(.aimg):after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    margin-bottom: 2px;
    background-color: #27b;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

a:not(#scrollUp):hover:after,
a:not(#scrollUp):focus:after,
a:not(.aimg):hover:after,
a:not(.aimg):focus:after {
    width: 100%;
}
*/

a:not(#scrollUp) {
    line-height: 1;
    display: inline-block;
    color: #27b;
    text-decoration: none;
    cursor: pointer;
}

a:not(#scrollUp):after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    margin-bottom: 2px;
    background-color: #27b;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

a:not(#scrollUp):hover:after,
a:not(#scrollUp):focus:after {
    width: 100%;
}

/*
img {
    image-orientation: from-image;
}
*/

a img {
    border-width: 0;
}

.cat-block {
    padding: 20px;
    margin: 10px 10px;
    width: auto;
    border: none;
    /*
    -webkit-border-radius: 2px;
    border-radius: 2px;
    */
    text-align: left;
    /*background: #F2F2F2;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
    */
    /*opacity: 0.9;
    font-family: 'Ubuntu Mono';
    */
    font-size: 10px;
    font: normal normal normal 14px/normal "Cousine", Helvetica, sans-serif;
    /* 
    min-width: 768px;
    */
}

.cat-block2 {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.one-column {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}


/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext);
*/

.cat-small {
    /*font-family: 'Ubuntu Mono';*/
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 0.875em;
    line-height: 1em;
    width: 100%;
}

.mp3-block {
    display: none;
    margin: 6px;
    padding: 14px;
    width: 768px;
    border: none;
    min-width: 620px;
    /*
    min-width: 768px;
    */
    text-align: left;
    text-overflow: ellipsis;
}

.mp4-cat {
    display: none;
    margin: 6px;
    padding: 14px;
    width: 768px;
    min-width: 620px;
    border: none;
    border-radius: 2px;
    text-align: left;
    text-overflow: ellipsis;
    background: #F2F2F2;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    /* 
    font: normal normal normal 14px/normal "Cousine", Helvetica, sans-serif; 
    min-width: 768px;
    */
}


/*
style="display: block; float: left; width: 100%; height: auto; "
*/

#spd {
    display: none;
}

#spdhead {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    cursor: default;
    background-color: #B40404;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #DF0101;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    color: rgb(255, 255, 255);
    padding: 50px;
    margin: 50px;
}

#spdhead p {
    position: relative;
    text-align: center;
    text-shadow: 0 -2px 0 #950606;
    font-weight: normal;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    #spdhead {
        margin: 10px;
    }
    #spdhead p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .mp3-block {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .mp3-block {
        width: 620px;
        margin: 0px;
        padding: 0px;
    }
    #video_s {
        width: 620px;
    }
    /*
    .video_canvas { width: 620px; }
    #navigation { 
	width: 20px;
	margin: 0px;
	padding: 0px;
    }
    */
}

.video_canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

div#mp4cat {
    position: relative;
    padding: 0px 4px 0px 4px;
    float: left;
    width: 100%;
    height: 100%;
}

div#mp4-menu {
    position: relative;
    padding: 0px 4px 0px 4px;
    float: left;
    width: 100%;
    height: 100%;
}

div#contentmp3 {
    float: left;
    padding: 0px 4px 0px 4px;
    width: auto;
    position: absolute;
    top: 0;
    left: 170px;
}

div#navigationold {
    position: relative;
    padding: 0px 4px 0px 4px;
    float: left;
    width: auto;
    /*150px;*/
    height: 100%;
}

.footer1 {
    height: 110px;
    float: bottom;
}


/*
#spdhead {
    height: 110px;
    float: bottom;
}
*/

.copy {
    position: relative;
    padding: 4px 4px 4px 4px;
    float: right;
    /* 
    width: 300px;
    font: normal normal bold 16px/normal "Jura", Helvetica, sans-serif;
    */
    height: 100%;
    color: rgba(226, 220, 220, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.footer {
    height: 30px;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    /* z-index: 100000; */
    background-color: rgba(0, 0, 0, 0.6);
    /*opacity: 0.6;*/
}

.footerbtn {
    background: #000;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0px;
    margin-right: 1px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    width: 50px;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footerlogin {
    background: #000;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0px;
    margin-right: 1px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    width: auto;
    padding: 0 10px;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footerlogin:hover,
.footerbtn:hover {
    color: rgba(255, 255, 255, 1.0);
}

.video_prev {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: rgba(24, 103, 194, 0.81);
}

.video_prev:hover {
    color: rgba(24, 103, 194, 1.0);
}

.video_prev:active {
    top: 1px;
    left: 1px;
}

.video_next {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: rgba(24, 103, 194, 0.81);
}

.video_next:hover {
    color: rgba(24, 103, 194, 1.0);
}

.video_next:active {
    top: 1px;
    right: 1px;
}

.button {
    font-family: Jura, Geneva, sans-serif !important;
}

.danger {
    color: #B40404;
}

.msg {
    cursor: default;
    background-color: #B40404;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #DF0101;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    text-shadow: 0 -2px 0 #950606;
    text-align: left;
    font-family: 'Ubuntu Mono';
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    /*
    line-height: 1;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    */
    width: auto;
    padding: 20px;
    /*margin: 50px;*/
    display: none;
    /*block*/
    ;
}

.show {
    display: block;
}

.msg_last {
    cursor: default;
    background-color: #B40404;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #DF0101;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    text-shadow: 0 -2px 0 #950606;
    text-align: left;
    font-family: 'Ubuntu Mono';
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    width: auto;
    padding: 20px;
    margin: 50px;
    display: block;
}

#last {
    display: none;
}

.msg_spd {
    cursor: default;
    background-color: #B40404;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #DF0101;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    text-shadow: 0 -2px 0 #950606;
    text-align: left;
    font-family: 'Ubuntu Mono';
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    width: auto;
    padding: 20px;
    margin: 50px;
    display: block;
}

video,
#myvid {
    /*
    position: relative;
    padding: 1px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    */
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.5);
}

.ii,
i {
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ii {
    font-weight: bold;
}


/*
.ii:hover,
i:hover {
*/

.ii:hover {
    color: #09c;
}

tbody tr:nth-child(odd) {
    background-color: #ccc;
}

.slow {
    background-color: rgba(180, 4, 4, 0.2) !important;
    /* color: #fff !important; */
}

.fast {
    background-color: rgba(49, 180, 4, 0.2) !important;
    /* color: #fff !important; */
}

.nospeed {
    background-color: rgba(241, 238, 35, 0.2) !important;
    /* color: #fff !important; */
}

th {
    text-align: left;
    background: #000;
    color: #fff;
    padding: 5px;
    /*border: 1px solid black;*/
}

td {
    padding: 5px;
}

#spdresult,
.info {
    font: normal normal normal 0.875em/normal "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.navcat {
    font-family: Jura, Geneva, sans-serif !important;
    cursor: pointer;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    background-color: rgba(24, 103, 194, 0.81);
    border: 0px solid currentColor;
    border-radius: 3px;
    color: #fff;
    /* padding-left: 10px; */
    padding: 10px 4px 10px 10px;
    margin: 10px 0px;
    text-decoration: none;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
    height: auto;
    width: 90px;
    overflow: hidden;
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.navcat:hover {
    /* font-weight: bolder; */
    /* letter-spacing: 10px;*/
    background-color: rgba(24, 103, 194, 0.5);
}


/* Светлый фон */

.light-background {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 52%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 52%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 52%), linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 52%);
    background-size: 1em 1em;
    background-color: #fff;
}


/* Тёмный фон */

.dark-background {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 48%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 52%), -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 48%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 52%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 48%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 52%), linear-gradient(-45deg, rgba(0, 0, 0, 0) 48%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 52%);
    background-size: 1em 1em;
    background-color: #303030;
}

@-webkit-keyframes filter-disco {
    0% {
        -webkit-filter: sepia(0) saturate(2);
    }
    50% {
        -webkit-filter: sepia(1) saturate(8);
    }
    100% {
        -webkit-filter: sepia(0) saturate(2);
    }
}

@keyframes filter-disco {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.7870000000000001 -0.715 -0.072 0 0 -0.213 1.305 -0.072 0 0 -0.213 -0.715 1.9280000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: sepia(0) saturate(2);
        filter: sepia(0) saturate(2);
    }
    50% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.393 0.769 0.189 0 0 0.349 0.686 0.168 0 0 0.272 0.534 0.131 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="6.509 -5.005 -0.504 0 0 -1.4909999999999999 3.0749999999999997 -0.504 0 0 -1.4909999999999999 -5.005 7.496 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: sepia(1) saturate(8);
        filter: sepia(1) saturate(8);
    }
    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.7870000000000001 -0.715 -0.072 0 0 -0.213 1.305 -0.072 0 0 -0.213 -0.715 1.9280000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: sepia(0) saturate(2);
        filter: sepia(0) saturate(2);
    }
}

img.disco {
    -webkit-animation: filter-disco 5s infinite;
    animation: filter-disco 5s infinite;
}

.catc {
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    background: #CC2127;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 4px;
    margin-bottom: 4px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.catc:hover {
    background: #dd3137;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    margin: 0 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:disabled,
.btn[disabled] {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    cursor: default;
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    box-shadow: 0 2px 4px rgba(18, 99, 169, 0.5) !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    box-shadow: 0 2px 4px rgba(223, 1, 1, 0.5) !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn-hd {
    color: #fff;
    background-color: #34B8A2;
    border-color: #29907E;
    box-shadow: 0 2px 4px rgba(29, 177, 152, 0.5) !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn-primary:hover,
.btn-danger:hover,
.btn-hd:hover
 {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/*
картинки
*/


/*
.polaroid {
    position: relative;
    width: 200px;
    transition: all 0.4s;
}
*/

.polaroid {
    position: relative;
    width: 100%;
    /* transition: all 0.4s; */
    /* background: white; */
    /* background-size: cover; */
    text-align: center;
}


/*
.polaroid img {
    border: 10px solid #fff;
    border-bottom: 45px solid #fff;
    -webkit-box-shadow: 3px 3px 3px #777;
    -moz-box-shadow: 3px 3px 3px #777;
    box-shadow: 3px 3px 3px #777;
}
*/

.polaroid img {
    margin-bottom: 10px;
    max-width: 90%;
    max-height: 100%;
    width: auto;
    /* display: block; */
    vertical-align: middle;
    border: 1px solid #bbadad6e;
    border-bottom: 45px solid #fff;
    border-color: #cccbcb5c;
    /* -webkit-box-shadow: 3px 3px 3px #777; */
    box-shadow: 3px 3px 3px #777;
    padding: 10px;
    cursor: pointer;

}


/*
.polaroid:hover {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}
*/

.polaroid p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 14px;
    color: #888;
}

.imgcvr {
    box-shadow: 3px 3px 3px #777;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.imgcvr:hover {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
}

#videopanel {
    display: none;
    /*display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 36px;
    left: 0px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    /*padding: 2em;*/
    box-shadow: 2px 2px 4px 0 #ccc;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

.playerheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2px;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.player0,
.player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    white-space: normal;
    text-align: left;
    margin: 2px;
    color: #fff;
}

.player.fullscreen {
    border-radius: 0;
    border: 0px solid #fff;
    box-shadow: none;
}

.warning-pdf-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    width: 500px;
    margin: auto;
    /*
    max-width: 100%; 
    max-height: 100%;
    */
}

@media only screen and (min-width: 320px) and (min-width: 360px) and (min-width: 375px) and (min-width: 414px) and (min-width: 480px) and (min-width: 568px) and (min-width: 640px) {
    .warning-pdf-box {
        width: 100px;
    }
}

@media (max-width:732px) {
    .warning-pdf-box {
        width: 300px;
        height: 300px;
    }
}

.warning-pdf-content {
    background-color: #B40404;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #DF0101;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    text-shadow: 0 -2px 0 #950606;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    padding: 20px;
}

#pdfpage {
    /*
    max-height: 100%;
    min-height: 100%;
    */
    /*
    height: 100%;
    margin: auto;
    display: flex;
    */
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.loader01 {
    width: 56px;
    height: 56px;
    border: 8px solid #0052ec;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0;
}

.loader01:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0052ec;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 33px;
}

@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader02 {
    width: 56px;
    height: 56px;
    border: 8px solid rgba(0, 82, 236, 0.25);
    border-top-color: #0052ec;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0;
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader03 {
    width: 56px;
    height: 56px;
    border: 8px solid transparent;
    border-top-color: #0052ec;
    border-bottom-color: #0052ec;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0;
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader04 {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(0, 82, 236, 0.5);
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s ease-in-out infinite;
    animation: loader-rotate 1s ease-in-out infinite;
    top: 50%;
    margin: -28px auto 0;
}

.loader04:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0052ec;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader05 {
    width: 56px;
    height: 56px;
    border: 4px solid #0052ec;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-scale 1s ease-out infinite;
    animation: loader-scale 1s ease-out infinite;
    top: 50%;
    margin: -28px auto 0;
}

@-webkit-keyframes loader-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes loader-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.loader06 {
    width: 56px;
    height: 56px;
    border: 4px solid transparent;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: -28px auto 0;
}

.loader06:before {
    content: '';
    border: 4px solid rgba(0, 82, 236, 0.5);
    border-radius: 50%;
    width: 67.2px;
    height: 67.2px;
    position: absolute;
    top: -9.6px;
    left: -9.6px;
    -webkit-animation: loader-scale 1s ease-out infinite;
    animation: loader-scale 1s ease-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.loader06:after {
    content: '';
    border: 4px solid #0052ec;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-animation: loader-scale 1s ease-out infinite;
    animation: loader-scale 1s ease-out infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes loader-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.loader07 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-circles 1s linear infinite;
    animation: loader-circles 1s linear infinite;
    top: 50%;
    margin: -8px auto 0;
}

@-webkit-keyframes loader-circles {
    0% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #0052ec;
    }
    12.5% {
        box-shadow: 0 -27px 0 0 #0052ec, 19px -19px 0 0 rgba(0, 82, 236, 0.05), 27px 0 0 0 rgba(0, 82, 236, 0.1), 19px 19px 0 0 rgba(0, 82, 236, 0.2), 0 27px 0 0 rgba(0, 82, 236, 0.3), -19px 19px 0 0 rgba(0, 82, 236, 0.4), -27px 0 0 0 rgba(0, 82, 236, 0.6), -19px -19px 0 0 rgba(0, 82, 236, 0.8);
    }
    25% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.8), 19px -19px 0 0 #0052ec, 27px 0 0 0 rgba(0, 82, 236, 0.05), 19px 19px 0 0 rgba(0, 82, 236, 0.1), 0 27px 0 0 rgba(0, 82, 236, 0.2), -19px 19px 0 0 rgba(0, 82, 236, 0.3), -27px 0 0 0 rgba(0, 82, 236, 0.4), -19px -19px 0 0 rgba(0, 82, 236, 0.6);
    }
    37.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.6), 19px -19px 0 0 rgba(0, 82, 236, 0.8), 27px 0 0 0 #0052ec, 19px 19px 0 0 rgba(0, 82, 236, 0.05), 0 27px 0 0 rgba(0, 82, 236, 0.1), -19px 19px 0 0 rgba(0, 82, 236, 0.2), -27px 0 0 0 rgba(0, 82, 236, 0.3), -19px -19px 0 0 rgba(0, 82, 236, 0.4);
    }
    50% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.4), 19px -19px 0 0 rgba(0, 82, 236, 0.6), 27px 0 0 0 rgba(0, 82, 236, 0.8), 19px 19px 0 0 #0052ec, 0 27px 0 0 rgba(0, 82, 236, 0.05), -19px 19px 0 0 rgba(0, 82, 236, 0.1), -27px 0 0 0 rgba(0, 82, 236, 0.2), -19px -19px 0 0 rgba(0, 82, 236, 0.3);
    }
    62.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.3), 19px -19px 0 0 rgba(0, 82, 236, 0.4), 27px 0 0 0 rgba(0, 82, 236, 0.6), 19px 19px 0 0 rgba(0, 82, 236, 0.8), 0 27px 0 0 #0052ec, -19px 19px 0 0 rgba(0, 82, 236, 0.05), -27px 0 0 0 rgba(0, 82, 236, 0.1), -19px -19px 0 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.2), 19px -19px 0 0 rgba(0, 82, 236, 0.3), 27px 0 0 0 rgba(0, 82, 236, 0.4), 19px 19px 0 0 rgba(0, 82, 236, 0.6), 0 27px 0 0 rgba(0, 82, 236, 0.8), -19px 19px 0 0 #0052ec, -27px 0 0 0 rgba(0, 82, 236, 0.05), -19px -19px 0 0 rgba(0, 82, 236, 0.1);
    }
    87.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.1), 19px -19px 0 0 rgba(0, 82, 236, 0.2), 27px 0 0 0 rgba(0, 82, 236, 0.3), 19px 19px 0 0 rgba(0, 82, 236, 0.4), 0 27px 0 0 rgba(0, 82, 236, 0.6), -19px 19px 0 0 rgba(0, 82, 236, 0.8), -27px 0 0 0 #0052ec, -19px -19px 0 0 rgba(0, 82, 236, 0.05);
    }
    100% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #0052ec;
    }
}

@keyframes loader-circles {
    0% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #0052ec;
    }
    12.5% {
        box-shadow: 0 -27px 0 0 #0052ec, 19px -19px 0 0 rgba(0, 82, 236, 0.05), 27px 0 0 0 rgba(0, 82, 236, 0.1), 19px 19px 0 0 rgba(0, 82, 236, 0.2), 0 27px 0 0 rgba(0, 82, 236, 0.3), -19px 19px 0 0 rgba(0, 82, 236, 0.4), -27px 0 0 0 rgba(0, 82, 236, 0.6), -19px -19px 0 0 rgba(0, 82, 236, 0.8);
    }
    25% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.8), 19px -19px 0 0 #0052ec, 27px 0 0 0 rgba(0, 82, 236, 0.05), 19px 19px 0 0 rgba(0, 82, 236, 0.1), 0 27px 0 0 rgba(0, 82, 236, 0.2), -19px 19px 0 0 rgba(0, 82, 236, 0.3), -27px 0 0 0 rgba(0, 82, 236, 0.4), -19px -19px 0 0 rgba(0, 82, 236, 0.6);
    }
    37.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.6), 19px -19px 0 0 rgba(0, 82, 236, 0.8), 27px 0 0 0 #0052ec, 19px 19px 0 0 rgba(0, 82, 236, 0.05), 0 27px 0 0 rgba(0, 82, 236, 0.1), -19px 19px 0 0 rgba(0, 82, 236, 0.2), -27px 0 0 0 rgba(0, 82, 236, 0.3), -19px -19px 0 0 rgba(0, 82, 236, 0.4);
    }
    50% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.4), 19px -19px 0 0 rgba(0, 82, 236, 0.6), 27px 0 0 0 rgba(0, 82, 236, 0.8), 19px 19px 0 0 #0052ec, 0 27px 0 0 rgba(0, 82, 236, 0.05), -19px 19px 0 0 rgba(0, 82, 236, 0.1), -27px 0 0 0 rgba(0, 82, 236, 0.2), -19px -19px 0 0 rgba(0, 82, 236, 0.3);
    }
    62.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.3), 19px -19px 0 0 rgba(0, 82, 236, 0.4), 27px 0 0 0 rgba(0, 82, 236, 0.6), 19px 19px 0 0 rgba(0, 82, 236, 0.8), 0 27px 0 0 #0052ec, -19px 19px 0 0 rgba(0, 82, 236, 0.05), -27px 0 0 0 rgba(0, 82, 236, 0.1), -19px -19px 0 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.2), 19px -19px 0 0 rgba(0, 82, 236, 0.3), 27px 0 0 0 rgba(0, 82, 236, 0.4), 19px 19px 0 0 rgba(0, 82, 236, 0.6), 0 27px 0 0 rgba(0, 82, 236, 0.8), -19px 19px 0 0 #0052ec, -27px 0 0 0 rgba(0, 82, 236, 0.05), -19px -19px 0 0 rgba(0, 82, 236, 0.1);
    }
    87.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.1), 19px -19px 0 0 rgba(0, 82, 236, 0.2), 27px 0 0 0 rgba(0, 82, 236, 0.3), 19px 19px 0 0 rgba(0, 82, 236, 0.4), 0 27px 0 0 rgba(0, 82, 236, 0.6), -19px 19px 0 0 rgba(0, 82, 236, 0.8), -27px 0 0 0 #0052ec, -19px -19px 0 0 rgba(0, 82, 236, 0.05);
    }
    100% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #0052ec;
    }
}

.loader08 {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-animation: loader08 1s ease infinite;
    animation: loader08 1s ease infinite;
    top: 50%;
    margin: -46px auto 0;
}

@-webkit-keyframes loader08 {
    0%,
    100% {
        box-shadow: -13px 20px 0 #0052ec, 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
    }
    25% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #0052ec, 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
    }
    50% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #0052ec, -13px 46px 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 #0052ec;
    }
}

@keyframes loader08 {
    0%,
    100% {
        box-shadow: -13px 20px 0 #0052ec, 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
    }
    25% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #0052ec, 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
    }
    50% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #0052ec, -13px 46px 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 #0052ec;
    }
}

.loader09 {
    width: 10px;
    height: 48px;
    background: #0052ec;
    position: relative;
    -webkit-animation: loader09 1s ease-in-out infinite;
    animation: loader09 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    top: 50%;
    margin: -28px auto 0;
}

.loader09:after,
.loader09:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 48px;
    background: #0052ec;
    -webkit-animation: loader09 1s ease-in-out infinite;
    animation: loader09 1s ease-in-out infinite;
}

.loader09:before {
    right: 18px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader09:after {
    left: 18px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loader09 {
    0%,
    100% {
        box-shadow: 0 0 0 #0052ec, 0 0 0 #0052ec;
    }
    50% {
        box-shadow: 0 -8px 0 #0052ec, 0 8px 0 #0052ec;
    }
}

@keyframes loader09 {
    0%,
    100% {
        box-shadow: 0 0 0 #0052ec, 0 0 0 #0052ec;
    }
    50% {
        box-shadow: 0 -8px 0 #0052ec, 0 8px 0 #0052ec;
    }
}

.loader10 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader10 0.9s ease alternate infinite;
    animation: loader10 0.9s ease alternate infinite;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
    top: 50%;
    margin: -42px auto 0;
}

.loader10:after,
.loader10:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-animation: loader10 0.9s ease alternate infinite;
    animation: loader10 0.9s ease alternate infinite;
}

.loader10:before {
    left: -40px;
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
}

.loader10:after {
    right: -40px;
    -webkit-animation-delay: 0.54s;
    animation-delay: 0.54s;
}

@-webkit-keyframes loader10 {
    0% {
        box-shadow: 0 28px 0 -28px #0052ec;
    }
    100% {
        box-shadow: 0 28px 0 #0052ec;
    }
}

@keyframes loader10 {
    0% {
        box-shadow: 0 28px 0 -28px #0052ec;
    }
    100% {
        box-shadow: 0 28px 0 #0052ec;
    }
}

.loader11 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #0052ec;
    position: relative;
    -webkit-animation: loader11 0.8s ease-in-out alternate infinite;
    animation: loader11 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    top: 50%;
    margin: -50px auto 0;
}

.loader11:after,
.loader11:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #0052ec;
    -webkit-animation: loader11 0.8s ease-in-out alternate infinite;
    animation: loader11 0.8s ease-in-out alternate infinite;
}

.loader11:before {
    left: -30px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

.loader11:after {
    right: -30px;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

@-webkit-keyframes loader11 {
    0% {
        box-shadow: 0 40px 0 #0052ec;
    }
    100% {
        box-shadow: 0 20px 0 #0052ec;
    }
}

@keyframes loader11 {
    0% {
        box-shadow: 0 40px 0 #0052ec;
    }
    100% {
        box-shadow: 0 20px 0 #0052ec;
    }
}

.loader12 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader12 1s linear alternate infinite;
    animation: loader12 1s linear alternate infinite;
    top: 50%;
    margin: -50px auto 0;
}

@-webkit-keyframes loader12 {
    0% {
        box-shadow: -60px 40px 0 2px #0052ec, -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    25% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 2px #0052ec, 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    50% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 2px #0052ec, 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 2px #0052ec, 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    100% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 2px #0052ec;
    }
}

@keyframes loader12 {
    0% {
        box-shadow: -60px 40px 0 2px #0052ec, -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    25% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 2px #0052ec, 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    50% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 2px #0052ec, 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 2px #0052ec, 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    100% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 2px #0052ec;
    }
}

audio {
    width: 100%;
    margin: auto;
    padding: 50px;
}

#container {
    position: relative;
    z-index: 999;
}

#progress-cont {
    height: 4px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}

#progress-bar {
    height: 100%;
    background-color: rgba(254, 46, 46, 0.8);
}

.desc2 {
    display: none;
    max-width: 65ch;
    font: normal normal normal 12px/normal "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}


/*

.hvr-icon-bob,
.hvr-icon-hang {
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
}
*/

.dim {
    background-color: white;
    border: 1px solid #555555;
    color: black;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.dim:hover {
    background-color: #555555;
    color: white;
}

.subtitle {
    color: rgb(128, 128, 128);
    /*font: normal normal normal 0.875em/normal "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace !important;*/
    font: normal normal normal 14px/normal "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace !important;
    max-width: 65ch;
}


/*
*/

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.trinity-rings-spinner,
.trinity-rings-spinner * {
    box-sizing: border-box;
}

.trinity-rings-spinner {
    height: 66px;
    width: 66px;
    padding: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    box-sizing: border-box;
    margin: 100px auto;
}

.trinity-rings-spinner .circle {
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 3px solid #ffffff;
    opacity: 1;
}

.trinity-rings-spinner .circle:nth-child(1) {
    height: 60px;
    width: 60px;
    animation: trinity-rings-spinner-circle1-animation 1.5s infinite linear;
    border-width: 3px;
}

.trinity-rings-spinner .circle:nth-child(2) {
    height: calc(60px * 0.65);
    width: calc(60px * 0.65);
    animation: trinity-rings-spinner-circle2-animation 1.5s infinite linear;
    border-width: 2px;
}

.trinity-rings-spinner .circle:nth-child(3) {
    height: calc(60px * 0.1);
    width: calc(60px * 0.1);
    animation: trinity-rings-spinner-circle3-animation 1.5s infinite linear;
    border-width: 1px;
}

@keyframes trinity-rings-spinner-circle1-animation {
    0% {
        transform: rotateZ(20deg) rotateY(0deg);
    }
    100% {
        transform: rotateZ(100deg) rotateY(360deg);
    }
}

@keyframes trinity-rings-spinner-circle2-animation {
    0% {
        transform: rotateZ(100deg) rotateX(0deg);
    }
    100% {
        transform: rotateZ(0deg) rotateX(360deg);
    }
}

@keyframes trinity-rings-spinner-circle3-animation {
    0% {
        transform: rotateZ(100deg) rotateX(-360deg);
    }
    100% {
        transform: rotateZ(-360deg) rotateX(360deg);
    }
}

.spinner2 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

#track-info2 {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 2;
    cursor: default;
    background-color: #B40404 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #DF0101 !important;
    opacity: .85 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    color: rgb(255, 255, 255) !important;
    padding: 50px;
    margin: 50px;
}

#track-info {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 2;
    cursor: default;
    background-color: #B40404 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #DF0101 !important;
    color: rgb(255, 255, 255) !important;
    padding: 50px;
    margin: 50px;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.track-info-hide {
    opacity: 0.0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.track-info-show {
    opacity: 0.85 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.exif_correct {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 2;
    cursor: default;
    background-color: #B40404 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #DF0101 !important;
    opacity: .85 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    color: rgb(255, 255, 255) !important;
    padding: 50px;
    margin: 50px;
    -webkit-animation: autohideexif 2.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: autohideexif 2.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
}

@-webkit-keyframes autohideexif {
    0% {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes autohideexif {
    0% {
        opacity: .85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

#loadedmetadata {
    width: auto;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: #B40404 !important;
    border: 1px solid #DF0101 !important;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 80px;
    right: 10px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 2;
    /*
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    font-family: monospace;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
    */
    font-family: monospace;
}

#tracktime {
    /*
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 2;
    letter-spacing: -1px;
    mix-blend-mode: overlay;
    -webkit-font-smoothing: antialiased;
    font: bold 22px Helvetica;
    text-shadow: 0 0 1px white;
    color: white;
    text-rendering: optimizeLegibility;
    padding: 10px;
    font-family: Jura, Geneva, sans-serif;
    */
    cursor: pointer;
    width: auto;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: rgb(0, 0, 0);
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-rendering: optimizeLegibility;
    position: fixed;
    top: 10px;
    right: 10px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    z-index: 2;
    /*
    font-family: monospace;
    */
    font-family: 'Montserrat', sans-serif;
}

#tracktime:hover {
    mix-blend-mode: normal;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.tracktime-red {
    opacity: 0.8 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-color: #B40404 !important;
    border: 1px solid #DF0101 !important;
}

@-webkit-keyframes blink-1 {
    50% {
        color: transparent
    }
}

@keyframes blink-1 {
    50% {
        color: transparent
    }
}

.blink-smooth-1 {
    -webkit-animation: 1s blink-1 3;
    animation: 1s blink-1 3;
}


/* progressive image CSS */

.lazy {
    margin-top: 1em;
    margin-bottom: 1em;
}

.primary {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.full,
.boxout1,
.boxout2 {
    clear: both;
    width: 100%;
    box-shadow: 0 3px 4px #000;
}

@media (min-width: 40em) {
    .boxout1,
    .boxout2 {
        clear: both;
        float: left;
        width: 22em;
        margin: 1em 1em 1em -4em;
    }
    .boxout2 {
        float: right;
        margin: 1em -4em 1em 1em;
    }
}


/* progressive image CSS */

.progressive {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
}

.progressive img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border: 0 none;
}

.progressive img.preview {
    -webkit-filter: blur(2vw);
    -webkit-transform: scale(1.05);
    -moz-filter: blur(2vw);
    -moz-transform: scale(1.05);
    filter: blur(2vw);
    transform: scale(1.05);
}

.progressive img.reveal {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform, opacity;
    -webkit-animation: progressiveReveal 1s ease-out;
    animation: progressiveReveal 1s ease-out;
}

@-webkit-keyframes progressiveReveal {
    0% {
        -webkit-transform: scale(1.05);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes progressiveReveal {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}