@font-face {
	font-family: 'fa';
	src: url('../font/fa.woff2') format('woff2'), url('../font/fa.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'brands';
    src: url('../font/brands.woff2') format('woff2'), url('../font/brands.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/roboto.ttf');
}

.player_wrap{
	position: relative;
	width: 100%;
	height: 100%;
}

.player_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.player_play_button_big_wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	font-size: 60px;
	color: rgb(0 0 0 / 50%);
	cursor: pointer;
	transition: color 0.3s;
}

.player_play_button_big_wrap:hover{
	transition: color 0s;
	color: red;
}

.player_play_button_big{
	position: relative;
	width: 80px;
	height: 70px;
	justify-content: center;
	align-items: center;
	display: none;
}

.player_play_button_big::before{
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/events/player_play.png) 0px 0px/22px 22px no-repeat;
	top: 24px;
	left: 31px;
}

.player_play_button_big > i::before{
	font-family: 'brands';
	font-weight: 400;
	content: '\f167';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block; 
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.player_play_button_big_wrap[type="0"] .player_play_button_big{
	display: flex;
}

@keyframes player_play_toggle_animation{
	from{
		opacity: 1;
		transform: scale(1);
	}
	to{
		opacity: 0;
		transform: scale(2);
	}
}

*::-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;
}

.player_play_button_big_wrap[type="2"] .player_play_button_event{
	width: 60px;
	height: 60px;
	background: url(../img/events/player_play.png) 22px center/auto no-repeat rgba(0,0,0,0.5);
	border-radius: 50%;
	animation: player_play_toggle_animation 0.5s ease-out 0s 1 normal forwards;
}

.player_play_button_big_wrap[type="3"] .player_pause_button_event{
	width: 60px;
	height: 60px;
	background: url(../img/events/player_pause.png) center/auto no-repeat rgba(0,0,0,0.5);
	border-radius: 50%;
	animation: player_play_toggle_animation 0.5s ease-out 0s 1 normal forwards;
}

.player_play_button_touch_event{
	width: 80px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.player_menu_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 69px;
	width: 100%;
	z-index: 1;
	transition: opacity 0.2s;
	opacity: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 50%), transparent 93%);
}

.player_wrap[hover="1"][started="1"] .player_menu_wrap,
.player_wrap[pause="1"] .player_menu_wrap,
.player_wrap[touched="1"] .player_menu_wrap,
.player_menu_wrap[moving="1"]{
	opacity: 1;
}

.player_wrap[started="0"] .player_menu_wrap{
	display: none;
}

.player_progress_wrap{
	padding: 5px 0;
	overflow: hidden;
	cursor: pointer;
	height: 23px;
}

.player_progress_meter{
	background: rgb(255 255 255 / 50%);
	height: 3px;
	margin: 5px 12px 0;
}

.player_menu_wrap[moving="1"] .player_progress_meter,
.player_progress_wrap:hover .player_progress_meter{
	margin: 4px 12px 0;
	height: 5px;
}

.player_progress_fill{
	height: 100%;
	width: 0%;
	background: red;
	position: relative;
}

.player_progress_point{
	width: 13px;
	height: 13px;
	border-radius: 6.5px;
	background: red;
	position: absolute;
	right: -6.5px;
	top: -5px;
	transition: transform 0.075s;
	transform: scale(0);
}

.player_menu_wrap[moving="1"] .player_progress_point,
.player_progress_wrap:hover .player_progress_point{
	top: -4px;
	transform: scale(1);
}

.player_bottom_menu{
	display: flex;
	padding: 0px 12px;
	align-items: center;
}

.player_bottom_menu_button{
	width: 36px;
	height: 36px;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	cursor: pointer;
}

.player_wrap .player_bottom_menu_button[type="play"]{
	background-image: url(../img/events/player_play.png);
}

.player_wrap[pause="0"] .player_bottom_menu_button[type="play"]{
	background-image: url(../img/events/player_pause.png);
}

.player_bottom_menu_button[type="volume"]{
	margin-left: 15px;
	width: 36px;
	height: 36px;
	font-family: fa;
	color: white;
	line-height: 36px;
	font-size: 24px;
}

.player_bottom_menu_button[type="volume"][level="0"]::before{
	content: "\f6a9";
}

.player_bottom_menu_button[type="volume"][level="1"]::before{
	content: "\f026";
}

.player_bottom_menu_button[type="volume"][level="2"]::before{
	content: "\f027";
}

.player_bottom_menu_button[type="volume"][level="3"]::before{
	content: "\f6a8";
	position: relative;
	left: -1.5px;
}

.player_bottom_menu_button[type="volume"][level="4"]::before{
	content: "\f028";
}

.player_bottom_menu_volume_control_wrap{
	width: 63px;
	height: 13px;
	margin-left: 15px;
	cursor: pointer;
	padding: 5px 0px;
}

.player_bottom_menu_volume_control_meter{
	width: 100%;
	height: 3px;
	background: rgba(255,255,255,0.5);
}

.player_bottom_menu_volume_control_fill{
	height: 100%;
	width: 13px;
	background: white;
	position: relative;
}

.player_bottom_menu_volume_control_point{
	width: 13px;
	height: 13px;
	position: absolute;
	background: white;
	border-radius: 50%;
	top: -5px;
	right: 0;
}

.player_poster{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.3s;
	left: 0;
	top: 0;
}

.player_bottom_menu_timer{
	font-family: 'Roboto';
	line-height: 22px;
	width: 90px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	color: #ddd;
}

@media(min-width: 1px){
	.player_bottom_menu_volume_control_wrap{
		display: none;
	}
	.player_bottom_menu_timer{
		margin-left: 16px;
	}
}

@media(min-width: 1120px){
	.player_bottom_menu_volume_control_wrap{
		display: block;
	}
	.player_bottom_menu_timer{
		margin-left: 18px;
	}
}

