/*====================/custom arrow/====================*/
@font-face {
	font-family: 'icomoon1';
	src: url('/player/fonts1/icomoon.eot?raayqu');
	src: url('/player/fonts1/icomoon.eot?raayqu#iefix') format('embedded-opentype'),
	url('/player/fonts1/icomoon.ttf?raayqu') format('truetype'),
	url('/player/fonts1/icomoon.woff?raayqu') format('woff'),
	url('/player/fonts1/icomoon.svg?raayqu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"] *,
[class*=" icon-"] * {
	font-family: inherit;
}
.icon-arrow-blue-outlines {
	font-family: 'icomoon1' !important;
}
.icon-arrow-blue-outlines .path1:before {
	content: "\e900";
}
/*.icon-arrow-blue-outlines .path2:before {
	content: "\e901";
	margin-left: -1em;
}*/
/*====================//====================*/
.glyph {
	position: relative;
	font-size: 19px;
	background: -webkit-radial-gradient(center, ellipse cover, #00ffff 5%, #00609c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 19px !important;
	height: 19px !important;
	outline: none !important;
	border: none !important;
	display: inline-block !important;
	text-align: center !important;
	line-height: 19px !important;
}
a.active .glyph,
.glyph:hover {
	cursor: pointer;
	background: -webkit-radial-gradient(center, ellipse cover, #f87575 5%, #980000 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.zz-pulse {
	width: 19px;
	height: 19px;
	transition: .5s;
	position: absolute;
	outline: none !important;
	border: none !important;
}
.zz-pulse:hover::before,
.zz-pulse:hover::after {
	content: '';
	position: absolute;
	border: 0.5px solid gray;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	animation: zzpulse 0.7s linear;
	opacity: 0;
}
.zz-pulse:hover::after {
	animation-delay: .35s;
}
@keyframes zzpulse {
	0% {transform: scale(0.5);
		opacity: 0;}
	50% {opacity: 1;}
	100% {transform: scale(1.2);
		opacity: 0;}
}
.path2 {
	display: none !important;
}
.arrow__hidden {
	display: none !important;
}