.loading_filter {
	visibility: hidden;
	position: absolute;
	bottom: 0;
}
.loading_dots {
	filter: url(#gooeyness);
	transform: translate(calc( -50% + 4px ), -50%);
	white-space: nowrap;
	overflow: hidden;
	top: 50%;
	left: 50%;
	width: 170.0px;
	position: absolute;
	height: 40.0px;
}
.loading_dot {
	background-color: white;
	top: 10.0px;
	border-radius: 50%;
	left: 0px;
	display: inline-block;
	width: 20px;
	position: absolute;
	height: 20px;
}
.loading_dot:first-child {
	animation: loading_first_dot 3s infinite;
}
.loading_dot:nth-child(2) {
	animation: loading_second_dot 3s infinite;
}
.loading_dot:nth-child(3) {
	animation: loading_third_dot 3s infinite;
}
.loading_dot:nth-child(4) {
	animation: loading_fourth_dot 3s infinite;
}
.loading_dot:nth-child(5) {
	animation: loading_fifth_dot 3s infinite;
}
bigPlayButton {
	top: 50%;
	left: 50%;
	position: absolute;
}
bigPlayButton:active {
	top: 50%;
}
bigPlayButton:hover {
	top: 11;
}
.playerBody {
	background-color: black;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
}
.playerBody>.controls {
	transition-property: bottom;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
}
.playerBody.fs {
	background-color: black;
	top: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	right: 0;
	z-index: 9999;
}
.floatButton {
	border: 0;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	outline: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.controlBtnStyle {
	cursor: pointer;
	transition-property: filter, transform;
	transition-duration: 100ms;
}
.controlBtnStyle:hover {
	filter: brightness(200%);
}
.controlBtnStyle:active {
	transform: scale(0.9);
}
.volumeControl {
	cursor: pointer;
	background-color: rgba(1,2,3,0.0);
	display: inline-block;
	width: 60px;
	position: absolute;
	height: 30px;
}
.volumeControl> .controller {
	background-color: #d8d8d8;
	transform: translate(0%, -50%);
	-ms-user-select: none;
	top: 50%;
	transition-property: filter;
	-webkit-user-select: none;
	user-select: none;
	-moz-user-select: none;
	position: absolute;
	transition-duration: 100ms;
	height: 4px;
}
.volumeControl:hover > .controller {
	filter: brightness(200%);
}
.volumeControl> .point  {
	transform: translate(0%, -50%);
	top: 50%;
	transition-property: filter;
	width: 12px;
	position: absolute;
	transition-duration: 100ms;
	height: 12px;
}
.volumeControl:hover > .point {
	filter: brightness(200%);
}
.volumeControl> .background {
	background-color: #d8d8d86b;
	transform: translate(0%, -50%);
	-ms-user-select: none;
	top: 50%;
	transition-property: background-color;
	-webkit-user-select: none;
	width: 100%;
	user-select: none;
	-moz-user-select: none;
	position: absolute;
	transition-duration: 100ms;
	height: 4px;
}
.volumeControl:hover > .background {
	background-color: #d8d8d8;
}
.lookTimeControl {
	cursor: pointer;
	vertical-align: top;
	color: #d8d8d8;
	text-align: center;
	-webkit-user-select: none;
	display: inline-block;
	user-select: none;
	font-family: Open Sans;
	-ms-user-select: none;
	width: 80px;
	font-size: 12px;
	-moz-user-select: none;
	margin-top: 6px;
	font-weight: bold;
}
.centerLock {
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	display: inline-block;
	position: absolute;
}
.displayNone {
	display: none;
}
.positionAbsolute {
	position: absolute;
}
.positionTop {
	top: 0px;
}
@keyframes loading_first_dot {
0% {
	transform: translateX(10.0px) scale(1);
}
25% {
	transform: translateX(10.0px) scale(2.0);
}
50% {
	transform: translateX(10.0px) scale(1);
}
83% {
	transform: translateX(130.0px) scale(1);
}
100% {
	transform: translateX(10.0px) scale(1);
}
}
@keyframes loading_second_dot {
0% {
	transform: translateX(40.0px);
}
27% {
	transform: translateX(10.0px);
}
50% {
	transform: translateX(40.0px);
}
81% {
	transform: translateX(130.0px);
}
100% {
	transform: translateX(40.0px);
}
}
@keyframes loading_third_dot {
0% {
	transform: translateX(70.0px);
}
29% {
	transform: translateX(10.0px);
}
50% {
	transform: translateX(70.0px);
}
79% {
	transform: translateX(130.0px);
}
100% {
	transform: translateX(70.0px);
}
}
@keyframes loading_fourth_dot {
0% {
	transform: translateX(100.0px);
}
31% {
	transform: translateX(10.0px);
}
50% {
	transform: translateX(100.0px);
}
77% {
	transform: translateX(130.0px);
}
100% {
	transform: translateX(100.0px);
}
}
@keyframes loading_fifth_dot {
0% {
	transform: translateX(130.0px) scale(1);
}
33% {
	transform: translateX(10.0px) scale(1);
}
50% {
	transform: translateX(130.0px) scale(1);
}
75% {
	transform: translateX(130.0px) scale(2.0);
}
100% {
	transform: translateX(130.0px) scale(1);
}
}
