@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.8.2
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  font-family: 'Arial', sans-serif;
}

a, a:visited {
    color: #0000cc;
}

section {
    min-height: 100vh;
    padding: 0 20px;
}

section.text {
    padding: 0 50% 0 20px;
}

#stream {
    background:#000;
    height: 80vh;
    padding: 0;
}
.inner-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
svg {
    font: arial, sans-serif;
}
.offline-message {
    color: #fff;
    padding: 0;
    margin: 30% 0 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
}

.down-arrow {
  position: fixed;
  bottom: 15px;
  width: fit-content;
  z-index: 99999;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.down-arrow, .arrow {
  height:32px;
}

.arrow {
  width: auto;
}

@media only screen and (max-width: 720px) {
  section, section.text {
    padding: 0 10px;
  }
  #stream {
    padding: 0;
  }
}


#tpx {
	width:4px; 
	height: 1px; 
	position: relative; 
	top: 45vh;
	margin: 0 auto;
	display: block;
}

#div-l {
	width: 50%;
	height: 50vw; 
	top: 0; 
	left: 0;
	overflow: hidden;
	position: absolute; 
	display: none;
}
#div-r {
	width: 50%;
	height: 50vw; 
	top: 0; 
	left: 50%;
	overflow: hidden;
	position: absolute; 
	display: none;
}

#tpx-l {
	width:400vw; 
	height: 50vw; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin-left: 0;
	display: none;
}

#tpx-r {
	width:400vw; 
	height: 50vw; 
	position: absolute; 
	top: 0; 
	right: 0; 
	margin-left: 0;
	display: none;
}

.visible {
	display: block!important;
}

#tpx.fullsizeX {
	width:100%; 
	height: 50%; 
	position: relative; 
	top: 0; 
	left: 0; 
	margin: 20vh auto 0;
	max-width: 100vh;
	max-height: 50vw;
	display:block;
}

