
@font-face {
   font-family: 'forgotten_futurist_rg';
    src: url('/fonts/forgotten_futurist_rg-webfont.woff2') format('woff2'),
         url('/fonts/forgotten_futurist_rg-webfont.woff') format('woff'),
         url('/fonts/forgotten_futurist_rg.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: glimmer_of_light;
  src: url(/fonts/glimmer_of_light.ttf);
}
@font-face {
  font-family: ptsans-narrow;
  src: url(/fonts/ptsans-narrow-web-regular.ttf);
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: transparent;
  overflow-x: hidden;
  font-family: ptsans-narrow;
  font-size: 18px;
  text-align: left;
}


h2 {
  font-family: 'forgotten_futurist_rg', serif;
  font-size: 30px;
  margin-bottom: 5px;
}

#matte {
  background: #000;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

#videoplayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}

.stage {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  height: calc(100vw * 0.5625);
  max-height: 540px;
  text-align: left;
}

.stageFS {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  overflow: hidden;  
  width: 100%;
  max-width: 100vw;
  height: calc(100vw * 0.5625);
  max-height: calc(100vw * 0.5625);
  text-align: left;
}

#videocontainer {
  background: #000;
  z-index: 9;
}

#controller {
  z-index: 10;
  transition: opacity 1s;
}

#loader {
  z-index: 12;
  transition: opacity 0.5s;
}

#spacer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 80px;
  width: 100%;
  max-width: 960px;
  height: calc(100vw * 0.5625);
  max-height: 540px;
  z-index: 1;
  background: transparent;
}

#currentvideo {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

#videotext {
  position: relative;
  top: 80px;
  width: 100%;
  max-width: 960px;
  color:  #000;
  z-index: 5;
}
#videotext h2 {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#videotext p {
  padding-left: 12px;
  padding-right: 12px;
}

#back {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.slider {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 0px;
  background: #bebebe;
  background-size: 100% 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  z-index: 20;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  background-image: linear-gradient(#ffffff, #b3b3b3);
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  background-image: linear-gradient(#ffffff, #b3b3b3);
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#languageGroup {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

#languageIcon {
  margin-top: 3px;
  margin-left: 10px;
  margin-right: 6px;
  float: right;
}

#languageIcon2 {
  margin-top: 3px;
  margin-left: 10px;
  margin-right: 6px;
  float: right;
}

#language {
  margin-top: 3px;
  margin-right: 12px;
  float: right;
}

#loadDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 80px;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: rgba(0,0,0,.6);
}

#btnsDiv {
  position: absolute;
  width: 100%;
  height: 40%;
  top: 25%;
  text-align: center;
}

.maincontrol {
  position: relative;
  top:  50%;
  height: 8vw;
  width: 8vw;
  margin-left: 25px;
  margin-right: 25px;
  max-height: 75px;
  max-width: 75px;
}

#loadingGIF {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
}

#playall {
  padding-top: 15px;
  padding-left: 15px;
}

#PlayAllTitle {
  padding-top: 15px;
  padding-left: 5px;
  position: relative;
  top: 2px;
  padding-left: 5px;
  text-shadow: 1px 1px 3px #000;
}

#capsDiv {
  width: 58%;
  float: right;
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
}

#playDiv {
  width: 27%;
  float: left;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
}

#CapsTitle {
  position: relative;
  top: 2px;
  padding-right: 5px;
  text-shadow: 1px 1px 3px #000;
}

#currentTime {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  text-shadow: 1px 1px 3px #000;
}

#fullscreen {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 32px;
  height: 22px;
}

#transfer {
  visibility: hidden;
}

/* buttons */
.buttondepress {
  cursor: pointer;
}
.buttondepress:active img{
  transform: translate(2px,2px);
}
#back {
  vertical-align: middle;
}

hr {
  height: 2px;
  width: 100%;
  border-width: 0;
  color: gray;
  background-color: gray;
}

.hardwareTable {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 4px;
  width: 75%;
  max-width: 450px;

}

.hardwareRow {
  padding-left: 20px;
  padding-right: 20px;
}

.hardwareTitle {
  padding-left: 6px;
  padding-right: 6px;
}

@media screen and (orientation: portrait) and (max-width: 599px){

.stage {
  position: fixed;
}

h2 {
  font-size: 28px;
}

body {
  font-size: 20px;
}

#PlayAllTitle {
  font-size: 18px;
}

#CapsTitle {
  font-size: 18px;
}

#currentTime {
  font-size: 18px;
}


}



@media screen and (orientation: portrait) and (min-width: 600px){

.stage {
  position: fixed;
}


h2 {
  font-size: 28px;
}

body {
  font-size: 20px;
}


}


@media screen and (orientation: portrait) and (min-width: 960px){

.stage {
  position: fixed;
}

.slider {
  top: 540px;
  width: 100%;
}


h2 {
  font-size: 36px;
}

body {
  font-size: 22px;
}


#PlayAllTitle {
  font-size: 22px;
}

#CapsTitle {
  font-size: 22px;
}

#currentTime {
  font-size: 22px;
}

#fullscreen {
  width: 40px;
  height: 28px;
}


}

/* landscape orientation */

@media screen and (orientation: landscape) and (max-width: 767px){



.slider {
  bottom: 0;
  width: 60%;
  margin-left: 20%;
  margin-top: -30px;
}

h2 {
  font-size: 32px;
}

body {
  font-size: 24px;
}


#fullscreen {
  width: 32px;
  height: 22px;
}


}


@media screen and (orientation: landscape) and (min-width: 768px){

.slider {
  bottom: 0;
  width: 60%;
  margin-left: 20%;
  margin-top: -30px;
}

h2 {
  font-size: 28px;
}

body {
  font-size: 20px;
}


#PlayAllTitle {
  font-size: 20px;
}

#CapsTitle {
  font-size: 20px;
}

#currentTime {
  font-size: 20px;
}


}


@media screen and (orientation: landscape) and (min-width: 900px){

.slider {
  bottom: 0;
  width: 60%;
  margin-left: 20%;
  margin-top: -30px;
}

h2 {
  font-size: 36px;
}

body {
  font-size: 22px;
}


#PlayAllTitle {
  font-size: 22px;
}

#CapsTitle {
  font-size: 22px;
}

#currentTime {
  font-size: 22px;
}

#fullscreen {
  width: 40px;
  height: 28px;
}

}





#videoplayer {
  position: relative;
  z-index: 20;
}