@media { /*xs*/
	audio{
		width: -webkit-fill-available;
		width: fill-avaiable;
	}
	audio:not([controls]) {
		display: none !important;
	}

	.backdrop-blur{
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}
	.blink{
		animation: blink 1s linear 2
	}
	@keyframes blink{
		0%{opacity: 0;}
		50%{opacity: .5;}
		100%{opacity: 1;}
	}
	.cursor-pointer{
		cursor: pointer;
	}

	.footer{
		/*position: absolute;*/
		bottom: 0;
		width: 100%;
		height: 100px;
		background-color: #f5f5f5;
	}
	.inclined{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}

	.no-select{
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;

	}
	.progress{
		animation: filling 2.5s linear infinite;
	}
	@keyframes filling{
		0%{width: 0;}
		100%{width: 100%;}
	}

	img{
		pointer-events: none;
	}
	.ltr{
		direction: ltr!important;
	}
	.rtl{
		direction: rtl!important;
	}
	.vertical-text{
		width: 1px;
		word-wrap: break-word;
		-ms-word-wrap: break-word;
		mso-word-wrap: break-word;
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -o-pre-wrap;
	}

	#wrdImg{
		background-repeat: no-repeat!important;
		background-size: contain!important;
		background-position: center!important;
	}


	#sources{
		margin-top: 55px;
	}
	#lessons{
		margin-top: 55px;
	}

	@font-face {
		font-family: 'B Nazanin';
		src: url('/assets/fonts/BNazanin.eot?') format('embedded-opentype'), url('/assets/fonts/BNazanin.woff?') format('WOFF'), url('/assets/fonts/BNazanin.ttf') format('truetype');
	}
}
@media (min-width: 576px) { /*sm*/
	.h-sm-25{
		height:25% !important;
	}
}
@media (min-width: 768px) { /*md*/
	.h-sm-25{
		height:25% !important;
	}
	.h-md-14{
		height:14%!important;
	}
}
@media (min-width: 992px) { /*lg*/
	.h-sm-25{
		height:25% !important;
	}
	.h-md-14{
		height:14%!important;
	}
}
@media (min-width: 1200px) { /*xl*/
	.h-sm-25{
		height:25% !important;
	}
	.h-md-14{
		height:14%!important;
	}

}
