@keyframes ktajaxbubbling {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000;
		transform: translateY(0);
	}
	
	100% {
		width: 23px;
		height: 23px;
		background-color: #fff;
		transform: translateY(-20px);
	}
}

@-o-keyframes ktajaxbubbling {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000;
		-o-transform: translateY(0);
	}
	
	100% {
		width: 23px;
		height: 23px;
		background-color: #fff;
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes ktajaxbubbling {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000;
		-ms-transform: translateY(0);
	}
	
	100% {
		width: 23px;
		height: 23px;
		background-color: #fff;
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes ktajaxbubbling {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000;
		-webkit-transform: translateY(0);
	}
	
	100% {
		width: 23px;
		height: 23px;
		background-color: #fff;
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes ktajaxbubbling {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000;
		-moz-transform: translateY(0);
	}
	
	100% {
		width: 23px;
		height: 23px;
		background-color: #fff;
		-moz-transform: translateY(-20px);
	}
}

[class*=" kt-reviews-icon-"], [class^=kt-reviews-icon-] {
	font-family: kt-reviews !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}