@-webkit-keyframes jvd-spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes jvd-spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes jvd-spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

.jvd-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 26px;
	-webkit-animation: jvd-spin 1s infinite linear;
	-moz-animation: jvd-spin 1s infinite linear;
	-o-animation: jvd-spin 1s infinite linear;
	animation: jvd-spin 1s infinite linear;
}

.jvd-mask {
	width: 12px;
	height: 12px;
	overflow: hidden;
}

.jvd-maskedCircle {
	width: 20px;
	height: 20px;
	border-radius: 12px;
	border: 3px solid #fff;
}



.wn-sd-snt-icon .spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.wn-sd-snt-icon .spinner {
	-webkit-animation: scrit-all 1s linear infinite;
	animation: scrit-all 1s linear infinite
}

.wn-sd-snt-icon .right-side,
.wn-sd-snt-icon .left-side {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	background: #fff;
}