@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes ripple {
	100% {opacity: 0;-webkit-transform: scale(2.5); } 
}
@-moz-keyframes ripple {
	100% {opacity: 0;-moz-transform: scale(2.5); } 
}
@-o-keyframes ripple {
	100% {opacity: 0;-o-transform: scale(2.5); } 
}
@keyframes ripple {
	100% {opacity: 0;transform: scale(2.5); } 
}