@font-face {
    font-family: Tom;  
    src: url(https://c3d.space/wp-content/themes/pro-child-theme/fonts/TOM-REGULAR-PRO.otf);  
    font-weight: normal;  
}
:root {
    --cssForeground: #38b6ff;
    --cssBackground: #000000;
    --cssTextColor: #FFFFFF;
	--cssFontFamily: Roboto;
}
body {
	margin:0px;
	background-color: hsl(0,0%,28%) !important;
	font-family: var(--cssFontFamily); !important;
}
#main{
font-size: 0.8em;
display:flex;
}
.blurry {
	filter: blur(5px);
	 -webkit-filter: blur(5px);
	 pointer-events:none;
}
.ctaContainer{width:auto;background-color:rgba(0,0,0,.75);border-radius:10px;opacity:0;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.ctaContainer.showMessage{opacity:1;transition:all .7s 1s;transform:translate(-50%,-50%) scale(1)}.ctaContainer.showMessage.helpCta{transition:all .7s .125s}.ctaContainer:not(.small) .cta:not(.mobile){padding:10px 30px}.ctaContainer:not(.small) .cta.mobile{padding:0 10px}.cta{height:100%;display:grid;display:-ms-grid;grid-template:"header header header" auto "subheader subheader subheader" auto "image image image" 1fr "hr hr hr" auto "footer footer footer" auto/minmax(28%,auto) minmax(28%,auto) minmax(28%,auto);grid-auto-flow:column;justify-items:center;align-items:center;-ms-grid-rows:auto auto 1fr;-ms-grid-colums:auto auto 1fr auto auto}.cta.mobile{grid-template-rows:auto auto 1fr;grid-template-areas:"header header header" "subheader subheader subheader" "image image image";margin-bottom:20px}.cta h1{grid-area:header;margin:15px;text-align:center;white-space:nowrap;font-size:28px;font-weight:300;color:hsla(0,0%,100%,.9)}.cta h1.mobile{font-size:16px;font-weight:lighter}.cta h2{font-size:23px;margin:0;color:hsla(0,0%,100%,.9);padding:0 15px 5px;white-space:nowrap}.cta h2.mobile{padding:0 10px;font-size:16px;font-weight:500;margin-bottom:15px}.cta hr{width:45px;height:2px;margin:20px 0;background-color:hsla(0,0%,100%,.9);border:none}.cta .footer-icon{margin-bottom:20px}.cta img{display:inline;align-self:end}.cta h1{-ms-grid-column:1;-ms-grid-row:1;-ms-grid-column-span:3}.cta h2:nth-child(4n+2){-ms-grid-row:2}.cta img:nth-child(4n+3){-ms-grid-row:3}.cta hr:nth-child(4n+4){-ms-grid-row:4}.cta img:nth-child(4n+5){-ms-grid-row:5}.cta :nth-child(n){-ms-grid-column:3;-ms-grid-column-align:center}.cta :nth-child(-n+9){-ms-grid-column:2}.cta :nth-child(-n+5){-ms-grid-column:1}.cta img[src="images/nav_help_mouse_drag_left.png"],.cta img[src="images/nav_help_mouse_drag_right.png"]{width:52px;height:95px}.cta img[src="images/nav_help_mouse_position_left.png"],.cta img[src="images/nav_help_mouse_position_right.png"]{width:60px;height:114px}.cta img[src="images/nav_help_mouse_zoom.png"]{width:50.66px;height:114px}.cta img[src="images/nav_help_mouse_click.png"]{width:60px;height:114px}.cta img[src="images/nav_help_click_inside.png"]{width:50.66px;height:114px}.cta img[src="images/Desktop-help-play-button.svg"]{width:50px;height:116px}.cta img[src="images/nav_help_keyboard_left_right.png"]{width:50px;height:24px}.cta img[src="images/nav_help_inside_key.png"]{width:24px;height:24px}.cta img[src="images/nav_help_keyboard_up_down.png"]{width:25px;height:53px;margin-bottom:5px}.cta img[src="images/nav_help_zoom_keys.png"]{width:51px;height:24px}.cta img[src="images/nav_help_gesture_drag.png"],.cta img[src="images/nav_help_gesture_position.png"]{width:36.8px;height:auto}.cta img[src="images/nav_help_gesture_tap.png"]{width:54px;height:auto;-webkit-margin-end:15px;margin-inline-end:15px}.cta img[src="images/nav_help_tap_inside.png"]{width:22px;height:auto;-webkit-margin-end:15px;margin-inline-end:15px}.cta img[src="images/mobile-help-play-button.svg"]{width:24px;height:auto;-webkit-margin-end:15px;margin-inline-end:15px}.cta img[src="images/nav_help_gesture_pinch.png"]{width:46px;height:auto;-webkit-margin-end:15px;margin-inline-end:15px}
#vidrecordings li::marker {
    content: '';
    font-size: 0em;
}
.introVideo {
	width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);	
}
select {
	padding: 0px !important;
}
#navDiv::-webkit-scrollbar {
  width: 5px;
}
#navDiv::-webkit-scrollbar-track {
  background: var(--cssBackground);
}
#navDiv::-webkit-scrollbar-thumb {
  background: var(--cssForeground);; 
}
#actiondiv {
		width:calc(100% - 255px);
        height:100vh;
		overflow-y:auto;
        position:absolute;
		background-color:hsl(0,0%,28%);
        top:0px;
		left:255px;
}
.smallClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
    border: 3px solid rgb(56, 182, 255);
    border-radius: 5px;
    z-index: 200;
    color: rgb(56, 182, 255);
    background: rgb(0, 0, 0);
    cursor: pointer;	
}
#mediaframe::-webkit-scrollbar {
  width: 8px;
  height:99%;
}
#mediaframe::-webkit-scrollbar-track {
  background: var(--cssBackground);
}
 
/* Handle */
#mediaframe::-webkit-scrollbar-thumb {
  background: var(--cssForeground); 
}
#instructions-inner::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 50px;
}
#instructions-inner::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #transparent;
}

#instructions-inner::-webkit-scrollbar
{
	width: 12px;
	background-color: transparent;
}

#instructions-inner::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
#instructions-inner{
	position: relative;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    overflow: auto;
}
.overlay_container_intro{
	position: absolute;
    background-color: white;
    width: 60%;
    height: 80%;
    left: 20%;
    top: 10%;
    border: 5px solid #1c2c5b; border-radius: 20px;
}
.gameBox{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 250px;
    height: auto;
    z-index: 20;
    background-color: white;
    border-width: 4px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    text-align: center;
}
.apphearingimpaired {
    position: absolute;
    bottom: 40px;
    width: auto;
    height: 20px;
    z-index: 1000;
    left: 50%;
}
#apptranscription {
	background-color: rgba(0,0,0,0.45);
	color:white;
	position:absolute;
	left:25%;
	top:70%;
	width: 50%;
	height: 50px;
	line-height: 35px;
	vertical-align:middle;
	border: 5px solid rgba(0,0,0,0.3);
	border-radius:4px;
	overflow: hidden;
}
.apptranscription-text {
	height: 100%;
    white-space:nowrap;
    display:inline-block;
	font-size:16px;
	line-height:34px
}
#transcription {
    position: absolute;
    bottom: 50px;
    left: 35%;
    width: 30%;
    height: auto;
    z-index: 20;
    background-color: white;
    border-width: 4px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    text-align: justify;
	padding:15px;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  background-color: #000000;
  bottom: 0px;
  color: white;
}
.marquee span {
  display: inline-block;
  text-indent: 0;
  text-align:left;
  animation: marquee linear 1 ;
  animation-delay: 0s;
  color: white;
  bottom: 0px;
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(60vw, 0, 0);
    transform: translate3d(60vw, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.scroll {
  padding-left: 1.5em;
  position: fixed;
  bottom: 0px;
  color: white;
  left: 0px;
  height: 10%;
}
.introButton{
    margin-top: 5px;
    font-size: 2.5EM;
    color: #d52b1e;
    background-color: #1c2c5b;
}
#moveToNext{
    margin: 20px;
    font-size: 1.5EM;
    color: #d52b1e;
    background-color: #1c2c5b;
}
.introImg{
margin-top:20px;
}	
#videocontrols, #mmControls, #mytheme, #mycss, #audiocontrols, #tagControls{
	display: block;
	overflow: hidden;
}
.tabWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tab-button {
  letter-spacing: 3px;
  border: none;
  padding: 10px;
  width:49%;
  background-color: #bccbe9;
  color: #232c3d;
  cursor: pointer;
  transition: 0.5s;
}

.tab-button:hover {
  background-color: #d5e3ff;
}

.tab-button.active {
  background-color: white;
}
.elementor-344 .elementor-element.elementor-element-13b51e90 .elementor-image img {
    width: 240px;
}
.inputblock {
display:table-row;	
}
.separator{
		width:100%;
	    height: 1px;
		background-color:white;
}
.page-id-279 label {
    display: table-cell;
	margin-right:20px;
}
.page-id-279 input {
	margin-left:20px;
}
.fullpageholder {
    background:black;
	color:white;
}
.page-id-279 h2 {
	color:white;
}
.mainindex {
padding-top:10px;
margin-left:30px;
margin-right:30px;
margin-bottom:10px;
}
.bgMusicLink {
	width:80%;
}
input[type="button"], input[type="submit"] {
border-color: var(--cssForeground);
background-color: var(--cssForeground);
color: var (--cssTextColor);
}
.mainindex{
}
.page-id-267, .page-id-277 html {
	margin-top:0px !important;
}
.page-id-267, .page-id-277 #primary {
padding:0px;
}
.page-id-267, .page-id-277 video {
    width: 100% !important;
	height:100% !important;
}
.page-id-267, .page-id-277 #main {
padding:0px;
}
.page-id-1075 html {
	margin-top:0px !important;
}
.page-id-1075 #primary {
margin-top:90px;
padding:0px;
}
.page-id-1075 video {
    width: 100% !important;
	height:100% !important;
}
.page-id-1075 #main {
padding:0px;
}
#pageholder {
	//display: inline-flex;
	flex-flow: row wrap;
	width: 255px;
}
#newMediaUpload {
    position: absolute;
    left: calc(50vw - 80px);
    top: calc(50vh - 250px);
    width: 400px;
	height: 500px;
    background-color: black;
    border: 3px solid rgb(56, 182, 255);
    border-radius: 5px;
	z-index: 110;
}
  .mymodels .model {
	margin-bottom: 5px;
	flex-basis: 30%;
  }
.topanalyticsrow{
	position:relative;
	width:100%;
	height:40px;
	background-color:#FFFFFF;
	line-height:40px;
	vertical-align:middle;
	padding-left:0px;
	padding-right:0px;
	display: inline-flex;
	flex-flow: row wrap;
	z-index:10
}
.topanalyticsdiv{
	padding-left:5px;
	padding-right:5px;
    font-weight:700;
	color:black !important;
    flex-basis: 20%;
}
.controlDiv {
	color: white;
    font-size: 110%;
}
.controlDiv h5{
	margin-bottom: 20px;
}
.controlDiv label{
    color: yellow;
}
.inlineLabel p{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.editrow{
	position:relative;
	width:255px;
	height:100vh;
	overflow:auto;
	background-color:#000000;
	line-height:40px;
	vertical-align:middle;
	padding-left:0px;
	padding-right:0px;
	//display: inline-flex;
	//flex-flow: row wrap;
	z-index:10
}
.editrow::-webkit-scrollbar, .controlWrapper::-webkit-scrollbar {
    width: 6px;
}

.editrow::-webkit-scrollbar-track, .controlWrapper::-webkit-scrollbar-track {
	background: #f2f1f3; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 6px;
}

.editrow::-webkit-scrollbar-thumb, .controlWrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.menutitle{
	padding-left:5px;
	padding-right:5px;
    font-weight:700;
	color:var (--cssTextColor) !important;
    flex-basis: 16%;
}
.menusubtitle {
	padding-left:25px;
}
#add_globals ul, #add_item ul, #navconfigcontrols ul, #tagconfigcontrols ul , #sweepconfigcontrols ul, #mediaconfigcontrols ul {
  display: none;   
}
#add_globals ul.visible, #add_item ul.visible, #navconfigcontrols ul.visible, #tagconfigcontrols ul.visible, #sweepconfigcontrols ul.visible, #mediaconfigcontrols ul.visible  {
	width:250px;
    margin: 0 0 0 0;
   display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.linkspan{
	color:white;
}
.linkspan:hover{
	color: var(--cssForeground);
}
.clearfix {
    display: inline-block;
}
.controlWrapper{
    border-radius: 5px 0px 5px 0px;
    position: relative;
    top: 0px;
    right: 0px;
    width: 400px;
	//min-width: 230px;
    height: 100vh;
	overflow-x:hidden;
    overflow-y: auto;
    text-align: center;
    font-size: 0.8em;
}
#controlWrapper textarea {
	width:90%;
}
#controlWrapper label {
	width:90%;
	margin-left: auto;
    margin-right: auto;
}
#controlWrapper h5 {
	padding-top:20px !important;
}
#controlWrapper select {
	width:90%;
}
#controlWrapper input[type="url"] {
	width:90%;
}
#controlWrapper .inputListButton {
	width:50%;	
}
#tagAddControls{
}
.page-id-267, .page-id-277, .page-id-1478 audio {
	width:100%;
}
.page-id-267, .page-id-277, .page-id-1478 #gum {
    width: 100%;
}
.page-id-1075 audio {
	width:100%;
}
.page-id-1075 #gum {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#vidtbnavDiv, #vidLinkSubmit #ssMsg, #vidlistholder, #vidssMsg {
	position: relative;
	top: 0%;
}
#ssMsg, #vidssMsg, #tagssMsg{
	font-weight:700;
	text-align:center;
	position:absolute;
	width:400px;
	top:50%;
	left:calc(50vw - 55px);
	background-color:white;
	border: solid 3px red;
	border-radius:5px;
	color:black;
	z-index:500;
}
#vidtbnavDiv.linkclass {
	top:0%;
}
#vidcountdown{
	position: relative;
	height:20px;
	width:50%;
	color:white;
	top:0%;
}
#controlsClose{
	cursor:pointer;
}
.buttonValue{
	width:60%;
}
html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
#audiopoints{
	width:40px;
	height:40px;
}
#currentDetails.detailHolder{
padding-top: 40px;
opacity:1;
pointer-events:all;
    background-color: rgba(0,0,0,0.45);
}
#iframecontainer {
    width: 100%;
	height: 100vh;
    position: relative;
    overflow: hidden;
	opacity:0;
	float:right;
}
#iframecontainer.showing {
	overflow: hidden;
	opacity:1;
}
.page-id-1075 #audioenable{
    position: absolute;
    top: 240px;
    width: 100%;
    text-align: center;
	height:0px;
}
.whiteline{
	width:100%;
	height:0.5px;
	background-color:white;
}
#yourmodel{
	position: absolute;
    top: 0px;
    text-align: right;
	pointer-events:none;
}
#currentDetails, #currentvidDetails, #currentavidDetails, #currentmediaDetails {
	text-align: left;
    padding-left: 20px;
    opacity: 1;
    pointer-events: all;
    background-color: rgba(0,0,0,0.45);
}
#showcaselinks {
    position: absolute;
    top: 0px;
    width: 100%;
    flex: 1;
    height: 100%;
	pointer-events: none;
}
#showcaseholder{
	position:relative;
	width:100%;
	height:480px;
}
.page-id-267, .page-id-277 #rightHolder{
	flex: 1;
	width:50%;
	padding-left:5%;
	float:right;
}
.page-id-1075 #rightHolder{
	flex: 1;
	width:50%;
	padding-left:5%;
	float:right;
}
element.style {
}
.shareButtons {
    text-align: left;
    width: 99vw;
    pointer-events: all;
}
.page-id-267, .page-id-277 #tbnavDiv{
	display: inline-block;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.page-id-267, .page-id-277 #controls{
	width:100%;
}
.page-id-1075 #tbnavDiv{
	display: inline-block;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.page-id-1075 #controls{
	width:100%;
}
.inputListButton{
	margin-top:10px;
	margin-bottom:5px;
border-color: #38b6ff;
background-color: #38b6ff;
}
.inputListButton.active {
border-color: #000000;
background-color: #FFFFFF;
cursor: default;
pointer-events:none;
}
.inputListButton:hover{
	background-color:#1E90FF;
}
.page-id-267, .page-id-277 #listholder{
  display: inline-block;
	width:50%;
}
.page-id-267, .page-id-277 #recordings{
	padding:0px;
	width:100%;
}
.page-id-267, .page-id-277 .ssDiv{
	width:100%;
}
.page-id-267, .page-id-277 label {
	color:white;
	width:70%;
    display: inline-block;
    text-align: left;
}
.page-id-1075 #listholder{
  display: inline-block;
	width:50%;
}
.page-id-1075 #recordings{
	padding:0px;
	width:100%;
}
.page-id-1075 .ssDiv{
	width:100%;
}
.page-id-1075 label {
	width:30%;
    display: inline-block;
    text-align: left;
}
#enableaudio{
	position: absolute;
    top: 46%;
    left: 46%;
}
#recordings {
	margin:0px;
	padding:0px;
}
#faIcon{
	font-size:2em; 
	color:var(--cssForeground);
}
.page-id-267, .page-id-277 input[type=text]{
  background-color:whitesmoke;
  height:25px;
}
.page-id-267, .page-id-277 textarea{
  background-color:whitesmoke;
}
.page-id-267, .page-id-277 ul {
    list-style: none;
}
.page-id-1075 input[type=text]{
  background-color:whitesmoke;
  height:25px;
}
.page-id-1075 textarea{
  background-color:whitesmoke;
}
.page-id-1075 ul {
    list-style: none;
}
.existingRow{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.existingLink {
width:85%;
display: inline-flex;
}	
.existingButton {
width:10%;
float:left;
}
#shareEmbed{
	color:white;
	font-size:1.5em;
	text-align:left;
	float: right;
	width: 30px%;
	margin-left:20px;
	margin-right:20px;
}
#shareLink {
	color:white;
	font-size:1.5em;
	text-align:right;
	float: right;
	width: 30px;
	margin-right:20px;
}

i.fas, i.fab, i.fa {
    color: #FFF;
  }
.icon-button{
	padding-top:3px;
	padding-bottom:3px;
}
#tbvflex{
color: white;
    position: absolute;
    display: block;
    max-height: 75%;
	overflow:auto;
	width:30%;
	top:131px;
    z-index: 2;
    background-color: rgba(0,0,0,0.45);
    pointer-events: all;
}
#linkPopup  {
    background-color:#ffffff;
    border-radius:15px;
    color:var(--cssTextColor);
    display:none;
    padding:20px;
    min-width:80%;
    min-height: 280px;
}
#linkPopup .close {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
	background-color:var(--cssForeground);
	color:var(--cssTextColor);
}
#existingClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: 7px;
    top: 7px;
	background-color:var(--cssForeground);
	color:var(--cssTextColor);
}
#controlsClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 2px 6px 2px;
    position: absolute;
    right: 17px;
    top: 17px;
	background-color:var(--cssForeground);
	color:var(--cssTextColor);
}
#embedPopup  {
    background-color:#ffffff;
    border-radius:15px;
    color:var(--cssTextColor);
    display:none;
    padding:20px;
    min-width:80%;
    min-height: 280px;
}
#embedPopup .close {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
	background-color:var(--cssForeground);
	color:var(--cssTextColor);
}
.alinks {
  text-align:center;
  float: left;
  width: 25%;
}
  
.page-id-674 * {
    outline: 0 !important;
	box-sizing: border-box;
}
.page-id-304, .page-id-306 body {
	background-color: #000;
}
.page-id-674 body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	font-family:Roboto;
    display: block;
    margin: 0px;
}
#mainwrapper {
    position: relative;
    height: 100%;
    width: 100%;
}
#vflex {
    position: absolute;
    top: 10%;
    right: 0%;
    width: 20%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    pointer-events: none;
    height: 78%;
}
#framecontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
  background-color: #000;
  overflow:hidden;
}
#framecontainer.showing {
	overflow: hidden;
	opacity:1;
}
#framewrapper {
    display: none;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease, background 0.5s ease;
    background: rgba(0,0,0,0);
    pointer-events: none;
    transition: all .3s;
}
.maintainAspect {
	
}
#popupframe {
	position: absolute;
	z-index:101;
    width: 70%;
    top: 10px;
	left: 15%;
    margin-right: auto;
	transition: opacity 2s ease, background 2s ease;	
}
#popupframe.portrait{
	width: 40%;
	left: 30%;
}
.hidden {
display: none!important;
}
#accesspopupframe {
	position: absolute;
    width: 20%;
    height: 20%;
    bottom:100px;
	right: 50px;
	transition: opacity 2s ease, background 2s ease;	
}
.tbpage {
    position: absolute;
    width: 100%;
    top: 21%;
    /* margin-left: 5%; */
    text-align: center;
    padding-bottom: 56.25%;
    overflow: hidden;
    transition: opacity 2s ease, background 2s ease;
}
#monitor.monitor {
	background: #000; 
	position: relative;
	border-top: 3px solid #888; 
	padding: 2% 2% 4% 2%; 
	border-radius: 10px; 
	border-bottom-left-radius: 50% 2%; 
	border-bottom-right-radius: 50% 2%; 
	transition: margin-right 1s;
	-webkit-animation: tvflicker .2s infinite alternate; 
	-moz-animation:    tvflicker .5s infinite alternate; 
	-o-animation:      tvflicker .5s infinite alternate; 
	animation:         tvflicker .5s infinite alternate; 
}
	@-webkit-keyframes tvflicker {
	  0%   { box-shadow: 0 0 100px 0 rgba(200,235,255,0.4); }
	  100% { box-shadow: 0 0 95px 0 rgba(200,230,255,0.45); }
	}
	@-moz-keyframes tvflicker {
	  0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
	  100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
	}
	@-o-keyframes tvflicker {
	  0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
	  100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
	}
	@keyframes tvflicker {
	  0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
	  100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
	}
#monitor.picframe {
  background-color:#B0C4DE;
  border:solid 5vmin #eee;
  border-bottom-color:#eee;
  border-left-color:#ddd;
  border-radius:2px;
  border-right-color:#ddd;
  border-top-color:#ccc;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  display:inline-block;
  height:100%;
  width:100%;
  z-index:50;
  position:relative;
  &:before {
    border-radius:2px;
    bottom:-2vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-2vmin;
    position:absolute;
  }
}
#monitor.classic {
	position:relative;
	background-color:rgba(0,0,0,0.75);
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	max-width:50vw;
	border-radius:7px;
	color:white;
	opacity:1;	
}
#mediaTitleHolder.classic {
	width:100%;
}
#mediaTitle.classic {
	float:left;
}
#mediadesc {
    position: absolute;
    left: 20px;
    top: 35px;
    z-index: 50;
    color: white;
    background-color: rgba(0,0,0,0.45);
    width: 30%;
}
#monitor.standard {
position:relative;
background-color:var(--cssBackground);
padding: 10px 0.6% 0.7% 0.5%;
vertical-align:middle;
pointer-events:all;
overflow-y:auto;
border-radius: 0px 0px 7px 7px;
border-color: var(--cssForeground);
border-width: 2px;
border-style: ridge;
opacity:1;
}
.min {
position:relative;
background-color:transparent;
vertical-align:middle;
pointer-events:all;
opacity:1;
}	
#monitor.monitor:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 3%;
	left: 36%;
	height: .5%; 
	width: 28%;
	background: #ddd; 
	border-radius: 50%; 
	box-shadow: 0 0 3px 0 white; 
}
.autofit {
	height:auto;
	width:auto;
	overflow:auto;
	max-height:50%;
}
#mediaholder.picframe {
	height:100% !important;
	border-radius: 0px 0px 0px 0px !important;
	margin-top: -20px;	
}
#mediaholder.showing {
	position: relative;
  background-color: var(--cssBackground);
	background-size: cover; 
	background-position: top center;
	height: 0; 
	position: relative;
	overflow: hidden;
	opacity:1;
	border-radius: 7px 7px 7px 7px;
}
#mediaholder.classic {
	background-color:transparent !important;
}
#accessmediaholder.showing{
	position: relative;
  background-color: #777;
	background-size: cover; 
	background-position: top center;
	height: 0; 
	padding-bottom: 56.25%; 
	position: relative;
	overflow: hidden;
	opacity:1;
}
#mediaholder.hidden{
	opacity:0;
	pointer-events:none;
}
#mediaframe.standard, #mediaframe.picframe, #mediaframe.minimal, #mediaframe.monitor, #videoframe{
	width:100%;
	height:100%;

	background-color:var(--cssBackground);
	position: absolute;
	left: 0;
	top:0;
}
#mediaframe.standard, #mediaframe.minimal, #mediaframe.monitor, #videoframe{
		border-radius: 7px 7px 7px 7px;
}
#mediaframe.classic, #videoframe.classic {
	width:90% !important;
	height:90% !important;
	margin-left:5%;
	position:absolute;
	margin-top:5%;
}
#videoframe {
	top: -4px;	
}
.accessmediaTitleHolder{
	height:4px;
}
#mediaTitleHolder.monitor, #mediaTitleHolder.standard {
	position:relative;
	top:0px;
	right:20px;
	width:100%;
	height:20px;
	background-color:transparent;
	vertical-align:top;
	pointer-events:all;
}
#mediaTitleHolder.minimal{
	width:98%;
	top:30px;
	height: 0px;
}
#mediaTitleHolder.pic {
    position: relative;
    top: 30px;
    right: 0px;
    height: 20px;
    background-color: transparent;
    vertical-align: top;
    pointer-events: all;
}
#mediaTitleHolder.classic {
	width:100%;
}
#mediaTitle.classic {
	float:left;
}

.mediaTitle.standard,.mediaTitle.pic, .mediaTitle.minimal, .mediaTitle.monitor{
	width:80%;
    position: absolute;
	margin-top:-3px;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: .6px;
	color:white;
	margin-left:20px;	
}
#popupframe.showing, #accesspopupframe.showing{
	opacity:1;
	pointer-events:all;
	}
#popupframe.hidden, #accesspopupframe.hidden{	
	opacity:0;
	pointer-events:none;
	}
.mediaClose.classic {
	margin-right:10px;
	margin-top:5px;
	font-size:18px;
	float:right;
	cursor:pointer;
}
#mediaholder.classic{
clear:both;
position:relative;
height:0px !important;
padding-bottom:56.25%;
}
.mediaClose.standard, .mediaClose.picframe, .mediaClose.minimal, .mediaClose.monitor, .accessmediaClose{
	
    font: bold 131% sans-serif;
	right:0px;
    position: absolute;
	margin-top:-53px;
	color:var(--cssTextColor);;
	z-index:2000;
	cursor: pointer;
	pointer-events:all;
}
.fsElement.classic {
display:none;
}

.fsElement.standard, .fsElement.picframe, .fsElement.minimal, .fsElement.monitor{
    font: bold 131% sans-serif;
	right:20px;
    position: absolute;
	margin-top:-55px;
	color:white;
	z-index:2000;
	cursor: pointer;
	pointer-events:all;
}	
#barBg {
	stroke:white;
	stroke-width:5;
}
.page-id-674 .showcase_iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#audioContainer{
    flex: 1 1 auto;
    flex-grow: 1;
    position: relative !important;
    pointer-events: none;
    padding-top: 10px;
    left: auto;
    overflow: hidden;
    max-width: calc(100vw - 40px);
    min-width: 100px;
    color: #fff;
    z-index: 5;
    font-weight: 100;
    font-size: 14px;
    word-wrap: break-word;
    user-select: none;
    cursor: default;
    margin-bottom: 20px;
}
#audioHeaderRow{
	width:100%;
	display: inline-block;
    height: 50px;
	overflow: hidden;
}
#audiotoggle {
	display: flex;
	justify-content: center;
	align-items: center;
    float: right;
    width: 10%;
    height: 50px;
    cursor: pointer;
    pointer-events: all;
    background-color: rgba(0,0,0,.45);
	border-radius: 28px 0px 0px 28px;
}
#audiotoggle:hover {
    background-color: rgba(0,0,0,0.75);
}
	#navHeader, #audiotoggle{
		font-size:1.5vw;
	}
#navHeader {
	position:absolute;
	background-color: rgba(0,0,0,.45);
	display: inline-block;
	width:85%;
	text-align:center;
	font-weight:500;
    height: 50px;
    line-height: 50px;
	font-weight: 400;
	letter-spacing: .6px;
    transition: all .5s;;
	overflow: hidden;
	pointer-events: all;
	border-radius: 28px;
}
#ot-sdk-btn-floating {
	display:none;
}
#navdivider {
	position:absolute;
	left:36px;
	height: 1.5px;
    width: 80%;
    background-color: white;
}
#navHeader.collapsed, #navDiv.collapsed, #navdivider.collapsed{
left:100%;
}
.tinted{
    background-color: rgba(0,0,0,0.45);
    transition: all 0.5s ease;
}
#navDiv {
	position:absolute;
	display:block;
	max-height:75%;
	width:88%;
	margin-left:21px;
	font-size: 1.2vw;
	background-color: rgba(0,0,0,0.45);
	color:white;
	right: 12%;
	z-index: 20;
    pointer-events: all;
    transition: all .5s;
	overflow-y:auto;
	border-radius: 28px;
}
.burgerholder{
	padding-left: 10px;
	padding-top: 15px;
    padding-bottom: 15px;
	position:relative;
	cursor: pointer;	
}
.burgermenu{
}
.burgerdesc{
	padding-left:10px;
}
.navsubmenu.collapsed {
	display:none;
	opacity:0
}
.navsubmenu.showing {
	display:block;
	opacity:1
}
.tourlogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    text-align: left;
    z-index: 100;
}
.divider {
	height:2px;
	background-color:white;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
}
.listholder{
	display:flex; 
	margin-left:10px; 
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navlistholder{
	display:flex; 
	margin-left:30px; 
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-id-1075 .listholder{
	padding-top:10px;
	padding-left:10px;
	padding-right:40px;
}
.listholder a{
color:white;
}
.listholder a :visited{
color:white;
}
.navlistholder a{
color:white;
}
.navlistholder a :visited{
color:white;
}
#audioHolder {
	position:relative;
	bottom:20%;
	width:100%;
}
#audioplayer{
	position:relative;
	width:20%;
	margin-left:auto;
	margin-right:auto;
	z-index:30;
	pointer-events: all;
}
#loading-gui {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	text-align: center;
	pointer-events: auto;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s;
}
#loading-gui.collapsed {
	opacity: 0;
	pointer-events: none;
}
#loading-gui.collapsed * {
	pointer-events: none!important;
}
#loading-gui h1 {
	position: absolute;
	bottom: 75%;
	left: 50%;
	width: 80%;
	padding: 0 25px;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	font-size: 42px;
	font-weight: 100;
	color: #fff;
	text-shadow: 0 0 10px #0f1011;
	line-height: 1.1;
	letter-spacing: .6px;
}
@media only screen and (max-height:487px) {
	#loading-gui h1 {
		font-size: 6vh
	}
}
@media only screen and (max-aspect-ratio:3/2) {
	#loading-gui h1 {
		font-size: calc(2vw + 2vh)
	}
}
#loading-gui #play-prompt {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: .6px;
	opacity: 1;
	transition: opacity .5s;
}
#loading-gui #play-prompt.faded-out {
	opacity: 0;
	pointer-events: none;
}
#loading-gui #play-prompt.faded-out * {
	pointer-events: none!important;
}
#loader.collapsed, #startContainer.collapsed{
opacity:0;
z-index:0;
}
#loading-gui #loading-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #000;
	pointer-events: auto;
	opacity: 1;
	transition: opacity 0.5s;
}

#loading-gui #loading-background.collapsed {
	opacity: 0;
	pointer-events: none;
}

#loading-gui #loading-background.collapsed * {
	pointer-events: none!important;
}
#loading-gui #circleLoader {
	position: absolute;
	top: calc(50% + 27px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-height:487px),
only screen and (max-width:487px) {
	#loading-gui #circleLoader {
		-webkit-transform: translateX(-50%) scale(.7);
		transform: translateX(-50%) scale(.7);
		top: 35%;
	}
}
#loading-gui #circleLoader #loader-cont {
	font-size: 10px;
	display: block;
	height: 96px;
	width: 96px;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
}

#loading-gui #circleLoader #loader-cont.loading circle {
	fill: transparent;
	stroke: rgba(34, 34, 34, .7);
}
#loading-gui #circleLoader #loader-cont.loading #bar {
	stroke: #f5f4f3
}
#loading-gui #circleLoader #loader-cont.loading:after {
	content: attr(data-status);
	position: absolute;
	color:#fff;
	width: 96px;
	height: 96px;
	top: 0;
	left: 0;
	line-height: 100px;
	letter-spacing: 1.6px;
	font-family: IBMPlexSans;
	text-transform: uppercase;
	font-weight: 700;
	color: #f5f4f3;
	text-align: center;
}
#loading-gui #circleLoader #loader-cont.es-MX {
	font-size: 11px;
}
#loading-gui #circleLoader #loader-cont.fr-FR {
	font-size: 10px;
}
#loading-gui #circleLoader #loader-cont circle {
	fill: #f5f4f3;
	stroke: #f5f4f3;
	stroke-width: 4px;
}
#loading-gui #circleLoader #loader-cont #bar {
	stroke-dasharray: 308;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0s linear;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#loading-powered-by {
    position: absolute;
    bottom: calc(5vh + 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 138px;
    height: 44px;
    opacity: 1;
    transition: opacity .5s;
}
#loading-gui .loading-label {
	font-size: 10px;
	letter-spacing: 1.6px;
	line-height: 22px;
	font-weight: 500;
	color: #f5f4f3;
	text-transform: uppercase;
	text-shadow: 0 0 40px rgba(0, 0, 0, .2);
}
#loading-subheader {
		position:absolute;
		top:35%; 
		width:80%; 
		left:10%; 
		font-weight:400; 
		font-size:1em;
		color: #f5f4f3;
}
#loading-gui .icon-play-unicode {
	font-family:helvetica;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	color: #222;
	font-size: 38px;
	pointer-events: auto;
	cursor: pointer;
	font-family: mp-font!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	user-select: none;
}
#loading-gui .icon-play-unicode::before {
	position: absolute;
	top: 51%;
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
	user-select: none;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top:73vh;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top:47%;
  left:47%;
	user-select: none;
}
.loading-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-play-unicode::before {
	font-family: "FontAwesome";
        content: "\f04b";
		font-weight:900;
}
#loading-gui #tint {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .5s;
	background-color: rgba(0, 0, 0, .35);
}
#loading-gui #tint.faded-in {
	opacity: 1;
}
#mainholder{
	margin-left:30px;
	padding-top:50px;
}
#startholder {
	margin-left:30px; 
	margin-top:30px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
input[type=text]
{
  width:90%;
  background-color:whitesmoke;
  height:12px;
}
.modelholder {
	margin-left: 30px;
	margin-right: 30px;
	margin-top:10px;
}
.mymodels{
	color:white;
	display: flex;
	flex-flow: row wrap;
}
.model {
  flex: 1;
  justify-content: center;
  margin-top: 40px;
  float: left;
  text-align: center;
}
#mediaPreview{
    display: block;
    position: fixed;
	top: calc(50vh - 50px);
    left: calc(50vw - 31px);
    width: 300px;
    height: 54px;
}
#mediaUploadButton {
	position: absolute;
    bottom: 20px;
    left: calc(50% - 40px);
    width: 80px;	
}
#uploadProgress {
  width:90%;
  height: 20px;
  border-radius: 4px;
  margin: 10px 0;
  background-color: #e6e8ec;
}
@media screen and (max-width: 1265px) {
  .mymodels .model {
		margin-bottom: 5px;
    flex-basis: 30%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}
@media screen and (max-width: 1024px) {
#iframecontainer {
	//height: calc(100vh - 181.5px);
	}
}
@media screen and (max-width: 1366px) {
	
}
@media screen and (max-width: 1366px) {
	#vflex {
		width:40%;
	}
	#navHeader, #audiotoggle{
		font-size:2.5vw;
	}
	#navDiv{
		font-size:2vw;
	}
  .mymodels .model {
		margin-bottom: 5px;
    flex-basis: 30%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}
@media screen and (max-width: 680px) {
.mymodels .model {
	flex-basis: 100%;
	margin: 0 0 5px 0;
}
.buttonholder{
	text-align:center;
	}
.showcaseholder{
  flex-basis:100%;
	height:50vh;
	}
.linkcontainer{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
.buttonholder{
text-align:right;
padding-top:30px;
}
#rightHolder{
	margin-top:40px;
	flex-basis: 100%;
}
#showcaseholder{
    flex: 1;
	width:100%;
	height:45vh;
}
#rightholder h3{
font-size:0.5em;	
}	
#vflex{
	width:50%;
}
#navHeader, #audiotoggle{
	font-size:3vw;
}
#navDiv{
	font-size:2.6vw;
}
}
/* Clear floats after the columns */
.editcontainer{
	margin:10px;
}
.model:after {
  content: "";
  display: table;
  clear: both;
}
.title {
	margin-bottom:2px;
}
#showcase_iframe{
    margin-top: 0;
	width:100%;
    height: 100%;
    transition: all 0.5s ease;
}
/*
#showcase_iframe.playing {
    margin-top: 0;
	width:100%;
    height: calc(100vh + 60px);
    transition: all 0.25s ease;
}
*/
.hidefullscreen {
	position:absolute;
	bottom: 15px;
    right: 5px;
	width:50px;
    height: 180px;
	pointer-events:none;
    opacity: 1;
    transition: opacity .5s;
}
.fullscreenreplace{
	position:relative !important;
	width:100% !important;
	height:43px !important;
	cursor: pointer !important;
	pointer-events:all !important;
}
.fullscreenreplacebottom{
	position:absolute !important;
	width:100% !important;
	height:43px !important;
	bottom:0px;
	cursor: pointer !important;
	pointer-events:all !important;
}
.hideshare {
	position:absolute;
	bottom: 15px;
    right: 55px;
	height:180px;
	width:50px;
	pointer-events:none;
    opacity: 1;
    transition: opacity .5s;
}
.sharereplace{
	position:relative !important;
	width:100% !important;
	height:43px !important;
	cursor: pointer !important;
	pointer-events:all !important;
}
.sharereplacebottom{
	position:absolute !important;
	width:100% !important;
	bottom:0px;
	height:43px !important;
	cursor: pointer !important;
	pointer-events:all !important;
}
 [data-balloon]{
    overflow:visible;
	height:auto;
}
 [data-balloon]{
    position:relative;
    cursor:pointer;
}
 [data-balloon]:after{
    filter:alpha(opactiy=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    pointer-events:none;
    transition:all 0.18s ease-out 0.18s;
    font-family:sans-serif !important;
    font-weight:normal !important;
    font-style:normal !important;
    text-shadow:none !important;
    font-size:12px !important;
	font-weight:700 !important;
    background:rgba(17,17,17,0.9);
    border-radius:4px;
    color:#fff;
    content:attr(data-balloon);
    padding:.5em 1em;
    position:absolute;
    white-space:nowrap;
    z-index:10;
}
 [data-balloon]:before{
    background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size:100% auto;
    width:18px;
    height:6px;
    filter:alpha(opactiy=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    pointer-events:none;
    transition:all 0.18s ease-out 0.18s;
    content:'';
    position:absolute;
    z-index:10
}
 [data-balloon]:hover:before,[data-balloon]:hover:after,[data-balloon][data-balloon-visible]:before,[data-balloon][data-balloon-visible]:after{
    filter:alpha(opactiy=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity:1;
    pointer-events:auto
}
 [data-balloon][data-balloon-pos="up"]:after{
    bottom:100%;
    left:50%;
    margin-bottom:11px;
    transform:translate(-50%, 10px);
    transform-origin:top
}
 [data-balloon][data-balloon-pos="up"]:before{
    bottom:100%;
    left:50%;
    margin-bottom:5px;
    transform:translate(-50%, 10px);
    transform-origin:top
}
 [data-balloon][data-balloon-pos="up"]:hover:after,[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after{
    transform:translate(-50%, 0)
}
 [data-balloon][data-balloon-pos="up"]:hover:before,[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before{
    transform:translate(-50%, 0)
}
 [data-balloon][data-balloon-pos="up-left"]:after{
    bottom:100%;
    left:0;
    margin-bottom:11px;
    transform:translate(0, 10px);
    transform-origin:top
}
 [data-balloon][data-balloon-pos="up-left"]:before{
    bottom:100%;
    left:5px;
    margin-bottom:5px;
    transform:translate(0, 10px);
    transform-origin:top
}
 [data-balloon][data-balloon-pos="up-left"]:hover:after,[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after{
    transform:translate(0, 0)
}
 [data-balloon][data-balloon-pos="up-left"]:hover:before,[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before{
    transform:translate(0, 0)
}
 [data-balloon][data-balloon-pos="up-right"]:after{
    bottom:100%;
    right:0;
    margin-bottom:11px;
    transform:translate(0, 10px);
    transform-origin:top
}
 [data-balloon][data-balloon-pos="up-right"]:before{
    bottom:100%;
    right:5px;
    margin-bottom:5px;
    -webkit-transform:translate(0, 10px);
    -moz-transform:translate(0, 10px);
    -ms-transform:translate(0, 10px);
    transform:translate(0, 10px);
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ms-transform-origin:top;
    transform-origin:top
}
 [data-balloon][data-balloon-pos="up-right"]:hover:after,[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after{
    -webkit-transform:translate(0, 0);
    -moz-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    transform:translate(0, 0)
}
[data-balloon][data-balloon-pos="up-right"]:hover:before,[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before{
    -webkit-transform:translate(0, 0);
    -moz-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    transform:translate(0, 0)
}
[data-balloon][data-balloon-pos='down']:after{
    left:50%;
    margin-top:11px;
    top:100%;
    transform:translate(-50%, -10px)
}
[data-balloon][data-balloon-pos='down']:before{
    background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size:100% auto;
    width:18px;
    height:6px;
    left:50%;
    margin-top:5px;
    top:100%;
    transform:translate(-50%, -10px)
}
[data-balloon][data-balloon-pos='down']:hover:after,[data-balloon][data-balloon-pos='down'][data-balloon-visible]:after{
    transform:translate(-50%, 0)
}
[data-balloon][data-balloon-pos='down']:hover:before,[data-balloon][data-balloon-pos='down'][data-balloon-visible]:before{
    transform:translate(-50%, 0)
}
[data-balloon][data-balloon-pos='down-left']:after{
    left:0;
    margin-top:11px;
    top:100%;
    transform:translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-left']:before{
    background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size:100% auto;
    width:18px;
    height:6px;
    left:5px;
    margin-top:5px;
    top:100%;
    transform:translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-left']:hover:after,[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after{
    transform:translate(0, 0)
}
[data-balloon][data-balloon-pos='down-left']:hover:before,[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before{
    transform:translate(0, 0)
}
[data-balloon][data-balloon-pos='down-right']:after{
    right:0;
    margin-top:11px;
    top:100%;
    transform:translate(0, -10px)
}
[data-balloon][data-balloon-pos='down-right']:before{
    background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size:100% auto;
    width:18px;
    height:6px;
    right:5px;
    margin-top:5px;
    top:100%;
    transform:translate(0, -10px)
}
 [data-balloon][data-balloon-pos='down-right']:hover:after,[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after{
    transform:translate(0, 0)
}
 [data-balloon][data-balloon-pos='down-right']:hover:before,[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before{
    transform:translate(0, 0)
}
 [data-balloon][data-balloon-pos='left']:after {
    margin-right:11px;
    right:100%;
    top:50%;
    transform:translate(10px, -50%)
}
 [data-balloon][data-balloon-pos='left']:before{
    background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size:100% auto;
    width:6px;
    height:18px;
    margin-right:5px;
    right:100%;
    top:50%;
    transform:translate(10px, -50%)
}
 [data-balloon][data-balloon-pos='left']:hover:after,[data-balloon][data-balloon-pos='left'][data-balloon-visible]:after{
    transform:translate(0, -50%)
}
 [data-balloon][data-balloon-pos='left']:hover:before,[data-balloon][data-balloon-pos='left'][data-balloon-visible]:before{
    transform:translate(0, -50%)
}
 [data-balloon][data-balloon-pos='right']:after{
    left:100%;
    margin-left:11px;
    top:50%;
    transform:translate(-10px, -50%)
}
 [data-balloon][data-balloon-pos='right']:before{
    background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size:100% auto;
    width:6px;
    height:18px;
    left:100%;
    margin-left:5px;
    top:50%;
    transform:translate(-10px, -50%)
}
 [data-balloon][data-balloon-pos='right']:hover:after,[data-balloon][data-balloon-pos='right'][data-balloon-visible]:after{
    transform:translate(0, -50%)
}
 [data-balloon][data-balloon-pos='right']:hover:before,[data-balloon][data-balloon-pos='right'][data-balloon-visible]:before{
    transform:translate(0, -50%)
}
[data-balloon][data-balloon-length='small']:after{
    white-space:normal;
    width:80px
}
[data-balloon][data-balloon-length='medium']:after{
    white-space:normal;
    width:150px
}
[data-balloon][data-balloon-length='large']:after{
    white-space:normal;
    width:260px
}
[data-balloon][data-balloon-length='xlarge']:after{
    white-space:normal;
    width:380px
}
 @media screen and (max-width: 768px){
	[data-balloon][data-balloon-length='xlarge']:after{
	   white-space:normal;
	   width:90vw
    }
}
 [data-balloon][data-balloon-length='fit']:after{
    white-space:normal;
    width:100%
}
 [data-balloon].hidetooltip:before,[data-balloon].hidetooltip:after {
	display: none 
}
#share-slider-wrapper {
    position: absolute;
    width: 10vw;
    left: calc(100vw - 130px);
    bottom: 50px;
    overflow: hidden;
    pointer-events: none;
}
#share-slider {
	width:35px;
	text-align:center;
    transition: all .5s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: rgba(0,0,0,.45);
    float: left;
    font-size: 20px;
    border-radius: 3px;
    pointer-events: all;
}
#share-slider:hover {
    background-color: rgba(0,0,0,0.75);
}
#share-slider div {
    display: block;
}
#share-url {
	position: absolute;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	right: 100vw;
	bottom: 150vw;
}
#share-slider.isOpen {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.controlbuttons {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 2%;
    text-align: center;
    height: 100px;
	z-index:25;
	pointer-events:none;
}
.bgButtonHolder {
	position:relative;
	display: inline-flex;
}
.accessButtonHolder {
	position:relative;
	display: inline-flex;
}
.bgiconholder{
    margin-left: 10px;
    display: inline !important;
}
.iconholder{
    margin-left: 10px;
    margin-right: 10px;
    display: inline !important;
}
.onoffswitch, .accessonoffswitch {
	position:relative;
	margin-left:10px;
	top:-10px;
	width: 90px;
	pointer-events:all;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox, .accessonoffswitch-checkbox {
    display: none;
}
.onoffswitch-label, .accessonoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner, .accessonoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after, .accessonoffswitch-inner:before, .accessonoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before, .accessonoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: var(--cssForeground);
	color: var(--cssTextColor); 	
	color: #FFFFFF;
}
.onoffswitch-inner:after, .accessonoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch, .accessonoffswitch-switch {
    display: block;
	height:18px;
	width: 18px; 
	margin: 6px;
    background: #FFFFFF;
    position: absolute; 
	top: 2px; 
	bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner, .accessonoffswitch-checkbox:checked + .accessonoffswitch-label .accessonoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch, .accessonoffswitch-checkbox:checked + .accessonoffswitch-label .accessonoffswitch-switch {
    right: 0px; 
}
.videojs-panorama-player-dimensions {
	position:absolute;
	top:0px;
	left:0px;
    width: 100vw;
    height: 100vh;
	margin-left:0px;
	overflow:hidden;
}
 .circcontainer {
	 position: fixed;
	 top: 1em;
	 right: 1em;
}
 .circmenu-toggle {
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 background-color: var(--cssForeground);
	 box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
	 position: absolute;
	 z-index: 5;
	 top: 0;
	 right: 0;
	 display: table;
	 text-align: center;
}
 .circmenu-toggle .circfa {
	 color: var(--cssTextColor);
	 font-size: 2em;
	 display: table-cell;
	 vertical-align: middle;
	 transition: 0.4s;
}
 .circmenu-toggle.open .circfa {
	 transform: rotate(135deg);
}
 .circbtn-app {
	 width: 2.5em;
	 height: 2.5em;
	 border-radius: 50%;
	 position: absolute;
	 background-color: var(--cssBackground);
	 color: #fff;
	 text-align: center;
}
 .circbtn-app .circfa {
	 line-height: 2.5em;
}
 .open .circbtn-app {
	 box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}
 .circmenu-round {
	 position: absolute;
	 top: 0;
	 right: 0;
	 z-index: 3;
}
 .circmenu-round .circbtn-app {
	 top: 0.25em;
	 right: 0.25em;
	 transition: 0.4s;
}
 .circmenu-round.open .circbtn-app:nth-of-type(1) {
	 right: 0.5em;
	 top: 4.25em;
	 transition-delay: 0.2s;
}
 .circmenu-round.open .circbtn-app:nth-of-type(2) {
	 right: 3.5em;
	 top: 3.5em;
	 transition-delay: 0.1s;
}
 .circmenu-round.open .circbtn-app:nth-of-type(3) {
	 right: 4.25em;
	 top: 0.5em;
}
 .circmenu-line {
	 position: absolute;
	 z-index: 2;
}
 .circmenu-line .circbtn-app {
	 top: 0;
	 right: 0.5em;
	 transition: 0.3s;
	 transition-delay: 0.5s;
}
 .circmenu-line.open .circbtn-app:nth-of-type(1) {
	 top: 4.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(1) {
	 top: 7.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(2) {
	 top: 10.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(3) {
	 top: 13.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(4) {
	 top: 16.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(5) {
	 top: 19.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(6) {
	 top: 22.25em;
}
 .circmenu-line.open .circbtn-app:nth-of-type(7) {
	 top: 25.25em;
}
#audioPlayPause{
position: absolute;
    top: px;
    right: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 4rem;
    color: white;
    z-index: 20;
    pointer-events: all;
    cursor: pointer;
}
.certImg{
	margin-top:30px;
	margin-left:30px;
	width:30%;
}
.certInner {
  background-color:#fdfdfd;
  border:solid 2px;
  border-bottom-color:#ffe;
  border-left-color:#eed;
  border-right-color:#eed;
  border-top-color:#ccb;
  max-height:100%;
  min-height:100%;
  min-width:100%;
  max-width:100%;
}
.certLarge{
	background-color:#fdfdfd;	
}
.certH1{
	margin:0px;
	text-shadow: 1px 1px 0px #ededed, 4px 4px 0px rgba(0,0,0,0.15);
}
.frame {
  background-color:#B0C4DE;
  border:solid 5vmin #eee;
  border-bottom-color:#eee;
  border-left-color:#ddd;
  border-radius:2px;
  border-right-color:#ddd;
  border-top-color:#ccc;
  box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  display:inline-block;
  height:100vh;
  width:100vw;
  z-index:50;
  padding:8vmin;
  position:relative;
//  text-align:center;
  &:before {
    border-radius:2px;
    bottom:-2vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-2vmin;
    position:absolute;
    //right:-2vmin;
   //top:-2vmin;
  }
  &:after {
    border-radius:2px;
    //bottom:-2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    content:"";
    left:-2.5vmin;
    position:absolute;
    right:-2.5vmin;
    top:-2.5vmin;
  }
}
#printCert{
	position:absolute;
	bottom:50px;
	width:100%;
	text-align:center;
	z-index:51;
}
.certSign{
	float:right;
	width:30%;
	position:relative;
	bottom:150px;
	right:30px;
}
#signature{
	width:35%;
	bottom:150px;
}
.enterName{
	position:absolute;
	z-index:50;
	height:50%;
	width:30%;
	left:35%;
	top:25%;
	background-color:white;
	border-width: 4px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
}
#yourName{
	  height:25px;
	  width:50%;
}
#nameSubmit {
    margin: 20px;
    font-size: 1.3EM;
    color: #d52b1e;
    background-color: #1c2c5b;
}
#instructions{
	background-color:white;
	position:absolute;
	width:80%;
	height:80%;
	top:10%;
	left:10%;
	z-index:100;
	overflow:auto;
    border: 5px solid #1c2c5b; border-radius: 20px;
}
#imagehelp{
	width:50%;
	margin-bottom:30px;
}
#closeFrame{
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    position: absolute;
    height: 50px;
    width: 50px;
    right: 7px;
    top: 7px;
    background-color: red;
    vertical-align: middle;
    border: 5px solid #1c2c5b;	
    border-radius: 4px;
}
@media print {
	@page { 
	size: landscape; 
	}
	#certificate{
  background-color:#B0C4DE;
	}
}
.fa-deaf {
    color: red;
    font-size: 3rem;
    margin-bottom: 20px;
}