
@keyframes rtsicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

[class*=" rtsicon-"], [class^=rtsicon-] {
	font: 14px/1 "gdrts-icons";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-rendering: auto;
	text-transform: none;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rtsicon-asterisk:before {
	content: "";
}

.rtsicon-bell:before {
	content: "";
}

.rtsicon-check:before {
	content: "";
}

.rtsicon-circle:before {
	content: "";
}

.rtsicon-clear:before {
	content: "";
}

.rtsicon-dislike:before {
	content: "";
}

.rtsicon-dislike2:before {
	content: "";
}

.rtsicon-frown:before {
	content: "";
}

.rtsicon-gear:before {
	content: "";
}

.rtsicon-heart:before {
	content: "";
}

.rtsicon-like:before {
	content: "";
}

.rtsicon-like2:before {
	content: "";
}

.rtsicon-minus:before {
	content: "";
}

.rtsicon-plus:before {
	content: "";
}

.rtsicon-smile:before {
	content: "";
}

.rtsicon-snowflake:before {
	content: "";
}

.rtsicon-spinner:before {
	content: "";
}

.rtsicon-square:before {
	content: "";
}

.rtsicon-star:before {
	content: "";
}

.rtsicon-trophy:before {
	content: "";
}

.rtsicon-fw {
	width: 1.28571429em;
	text-align: center;
}

.rtsicon-va {
	vertical-align: -12%;
}

.rtsicon-spin {
	-webkit-animation: rtsicon-spin 2s infinite linear;
	animation: rtsicon-spin 2s infinite linear;
}
