body {
	margin-top: 90px;
	position: relative;
	background-color: black;
	color: white;
}
	  
head * {
	color: white;
}

.background-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: black; 
  z-index: -9999; 
 /* border-bottom: 1px solid gray; */
}


.logo {
  width: 141px;
  height: 48px;
  position: fixed;
  top: 5px;
  left: calc(1% + 2px);
  padding: 5px;
  margin-left: 15px;
  margin-top: 10px;
  z-index: 9999;
}

div#player {
	width: 1040px;
	margin: 0px auto;
	text-align: center;
	text-align: center;
        z-index: 9997;
}
div#player.ar{
	-ms-background-color: #000;
	-moz-background-color: #000;
}
video::cue {
	visibility: hidden;
}
#video {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
#video.ar {
	object-fit: contain;
	-o-object-fit: fill;
	-ms-object-fit: fill;
	-moz-object-fit: fill;
	-webkit-object-fit: fill;
}
div#video_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div#cue {
	position: absolute;
	bottom: 100px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 30px;
	text-shadow: 1px 1px #000000, 1px -1px #000000, -1px 1px #000000, -1px -1px #000000, 3px 3px 6px rgba(0,0,0,.5);
	width: 100%;
}


div#buttons {
	position: fixed;
	right: 0;
	bottom: 50px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	z-index: 9999;
}

#buttons button{
	background: none;
	border: black;
	margin: 0 12.5px;
}
div#buttons button img{
    width: 50px;
    height: 50px;
}
 
#buttons button {
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.3s ease;
	background: none;
	border: black;
	margin: 0 12.5px;
	/*opacity: 0.45; */
	transition: transform 0.3s ease;
}

#buttons button:active {
	transform: scale(0.8);	
	background-color: transparent;
}

#buttons button:hover, #buttons button:focus {
	/*opacity: 0.45; */
}

#buttons button:focus:not(:active) {
	/*opacity: 0.45; */
	transform: scale(1);
}
#buttons button:focus {
	outline: none;
}

#buttons button:active, #buttons button:focus {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}
img#full_scr {
	position: absolute;
/*	cursor: pointer; */
	bottom: 44px;
	right: 43px;
}
/*body:fullscreen img#full_scr {
	display: none;
}*/
body:fullscreen div#player {
	width: 100% !important;
	height: 100% !important;
}
body:fullscreen div#cue {
	font-size: 40px;
	bottom: 120px;
}
div#cueOrig {
	position: absolute;
	bottom: 250px;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 30px;
	text-shadow: 1px 1px #000000, 1px -1px #000000, -1px 1px #000000, -1px -1px #000000, 3px 3px 6px rgba(0,0,0,.5);

}
@media (min-height: 1622px) {
	#cue {
		position: fixed;
		left: 50%;
		top: 650px;
		font-size: 50px !important;
		transform: translateX(-50%);
		margin-left: 30px;
	}

	#cueOrig {
		position: fixed;
		left: 50%;
		top: 1050px;
		font-size: 50px !important;
		transform: translateX(-50%);
		margin-left: 30px;
	}
	#result {
	font-size: 50px;
	}
	div#buttons button img{
		width: 140px;
		height: 140px;
	}
	#google-btn {
   	position: fixed;
	height: 96px;
	top: 20px;
   	 right: 1000px;
    	z-index: 99992;
}
	
}
body:fullscreen div#cueOrig {
	font-size: 40px;
}
body:fullscreen div#FSindicator {
	display: none;
}
div#seek {
	width: calc(100% - 60px);
	height: 4px;
	position: absolute;
	bottom: 20px;
	left: 30px;
/*	background-color: #4e4e4e; */
	border-radius: 4px;
	overflow: hidden;
	background-image: url("img/seek.png");
	background-repeat: repeat-x;
}
div#seekPlayed {
	height: 4px;
	background-color: #FFFFFF;
}
img#play {
	position: absolute;
/*	cursor: pointer; */
	bottom: 47px;
	left: 43px;
}
div#time {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	position: absolute;
	bottom: 48px;
	left: 80px;
}
img#volume {
	position: absolute;
/*	cursor: pointer; */
	bottom: 44px;
	right: 100px;
}
div#controls div, div#controls img, div#cueOrig {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
div#cue {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
}
div#user {
	position: fixed;
	top: 500px;
	right: 500px;
	padding: 10px;
	z-index: -9998;
	opacity: 0;
}
#result {
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 9998;
	padding: 10px;
	font-size: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px; 
}
  
@media (min-height: 1622px) {

  .background-bar {
    height: 120px; 
  } 
  .body {
   margin-top: 121px;
  }
  .logo {
    width: 282px; 
    height: 96px; 
  }

  .logo {
    width: 225px; 
    height: 76px; 
  }
  
}
@media (max-height: 1622px) {
  div#player {
	width: 1016px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	text-align: center;
}
}
#google-btn {
    position: fixed;
    top: 0;
    right: 330px;
    z-index: 9997;
}
  
#google-btn img{
    height: 50px;
}
video {
  -webkit-playsinline: true;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.video_suggestion_tag {
	position: fixed;
	right: 30px;
	top: 25px;
	width: 100px;
	height: 38px;
	background-color: #1a73e8;
	color: #ffffff;
	border-radius: 4px;
	border: none;
	font-family: 'Google Sans', 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-weight: 540;
	font-size: 17px;
	letter-spacing: .25px;
	/* line-height: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center; */
	cursor: pointer;
	z-index: 9999;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.video_suggestion_tag {
	opacity: 0;
	animation: appear 0.6s ease 1s forwards;
  }
  
  @keyframes appear {
	0% {opacity: 0;}
	100% {opacity: 1;}
  }

.video_suggestion_tag:hover{
    background-color: rgb(0, 73, 191);
}

.video_suggestion_tag:focus{
    outline: none; 
}
@media screen and (min-height: 1620px) {
    .video_suggestion_tag {
        width: 150px;
        height: 55px;
        font-size: 30px;
    }
}

  