
[class^="ABdev_icon-"], [class*=" ABdev_icon-"] {
	font-family: "dnd-default-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ABdev_icon_spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	
	100% {
		-moz-transform: rotate(359deg);
	}
}

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

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	
	100% {
		-o-transform: rotate(359deg);
	}
}

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

.ABdev_icon-plus:before {
	content: "";
}

.ABdev_icon-remove:before {
	content: "";
}

.ABdev_icon-minus:before {
	content: "";
}

.ABdev_icon-ok:before {
	content: "";
}

.ABdev_icon-zerply:before {
	content: "";
}

.ABdev_icon-instagram:before {
	content: "";
}

.ABdev_icon-dribbble:before {
	content: "";
}

.ABdev_icon-pinterest:before {
	content: "";
}

.ABdev_icon-picasa:before {
	content: "";
}

.ABdev_icon-deviantart:before {
	content: "";
}

.ABdev_icon-behance:before {
	content: "";
}

.ABdev_icon-digg:before {
	content: "";
}

.ABdev_icon-dropbox:before {
	content: "";
}

.ABdev_icon-chevron-up:before {
	content: "";
}

.ABdev_icon-stumbleupon:before {
	content: "";
}

.ABdev_icon-designcontest:before {
	content: "";
}

.ABdev_icon-lastfm:before {
	content: "";
}

.ABdev_icon-github:before {
	content: "";
}

.ABdev_icon-download-alt:before {
	content: "";
}

.ABdev_icon-comment:before {
	content: "";
}

.ABdev_icon-emailalt:before {
	content: "";
}

.ABdev_icon-facebook:before {
	content: "";
}

.ABdev_icon-skype:before {
	content: "";
}

.ABdev_icon-youtube:before {
	content: "";
}

.ABdev_icon-flickr:before {
	content: "";
}

.ABdev_icon-forrst:before {
	content: "";
}

.ABdev_icon-delicious:before {
	content: "";
}

.ABdev_icon-myspace:before {
	content: "";
}

.ABdev_icon-googleplus:before {
	content: "";
}

.ABdev_icon-linkedin:before {
	content: "";
}

.ABdev_icon-blogger-blog:before {
	content: "";
}

.ABdev_icon-vimeo:before {
	content: "";
}

.ABdev_icon-twitter:before {
	content: "";
}

.ABdev_icon-rss:before {
	content: "";
}

.ABdev_icon-warning-sign:before {
	content: "";
}

.ABdev_icon-zoom-in:before {
	content: "";
}

.ABdev_icon-linkalt:before {
	content: "";
}
