@font-face {
	font-family: 'zicons';
	src:url('zicons/zicons.eot?yfbmf0');
	src:url('zicons/zicons.eot?#iefixyfbmf0') format('embedded-opentype'),
		url('zicons/zicons.woff2?yfbmf0') format('woff2'),
		url('zicons/zicons.woff?yfbmf0') format('woff'),
		url('zicons/zicons.ttf?yfbmf0') format('truetype'),
		url('zicons/zicons.svg?yfbmf0#zicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="zicon-"], [class*=" zicon-"] {
	font-family: 'zicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* Helper classes */
.zicon-spin {
    -webkit-animation: zicon-spin 2s infinite linear;
    animation: zicon-spin 2s infinite linear;

    position: relative;
    display: inline-block;
}

.zicon-pulse {
    -webkit-animation: zicon-spin 1s infinite steps(8);
    animation: zicon-spin 1s infinite steps(8);

    position: relative;
    display: inline-block;
}

@-webkit-keyframes zicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes zicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* Individual icons */
.zicon-zoomph:before {
    content: "\e600";
}
.zicon-poweredby:before {
    content: "\e607";
}
.zicon-zpoints:before {
    content: "\e60f";
}
.zicon-twitter:before {
    content: "\e647";
}
.zicon-twitter-verified:before {
    content: "\e904";
}
.zicon-facebook:before {
    content: "\e648";
}
.zicon-instagram:before {
    content: "\e649";
}
.zicon-googleplus:before {
    content: "\e64a";
}
.zicon-chatter:before {
    content: "\e900";
}
.zicon-tumblr:before {
    content: "\e64b";
}
.zicon-pinterest:before {
    content: "\e64c";
}
.zicon-vine:before {
    content: "\e64d";
}
.zicon-linkedin:before {
    content: "\e64e";
}
.zicon-reddit:before {
    content: "\e905";
}
.zicon-youtube:before {
    content: "\e64f";
}
.zicon-rss:before {
    content: "\e906";
}
.zicon-mail:before {
    content: "\e650";
}
.zicon-reply:before {
    content: "\e651";
}
.zicon-retweet:before {
    content: "\e652";
}
.zicon-star:before {
    content: "\e653";
}
.zicon-favorite:before {
    content: "\e908";
}
.zicon-heart:before {
    content: "\e654";
}
.zicon-fblike:before {
    content: "\e655";
}
.zicon-plusone:before {
    content: "\e656";
}
.zicon-share:before {
    content: "\e657";
}
.zicon-follow:before {
    content: "\e65c";
}
.zicon-checkmark:before {
    content: "\e614";
}
.zicon-close:before {
    content: "\e610";
}
.zicon-plus:before {
    content: "\e60d";
}
.zicon-minus:before {
    content: "\e60e";
}
.zicon-arrow-left:before {
    content: "\e615";
}
.zicon-arrow-right:before {
    content: "\e616";
}
.zicon-arrow-up:before {
    content: "\e617";
}
.zicon-arrow-down:before {
    content: "\e618";
}
.zicon-arrow2-left:before {
    content: "\e65e";
}
.zicon-arrow2-right:before {
    content: "\e65f";
}
.zicon-arrow2-up:before {
    content: "\e660";
}
.zicon-arrow2-down:before {
    content: "\e661";
}
.zicon-menu:before {
    content: "\e602";
}
.zicon-grid:before {
    content: "\e603";
}
.zicon-list:before {
    content: "\e604";
}
.zicon-more:before {
    content: "\e605";
}
.zicon-sort-empty:before {
    content: "\e60a";
}
.zicon-sort-up:before {
    content: "\e60b";
}
.zicon-sort-down:before {
    content: "\e60c";
}
.zicon-alert:before {
    content: "\e63a";
}
.zicon-info:before {
    content: "\e63b";
}
.zicon-error:before {
    content: "\e63d";
}
.zicon-help:before {
    content: "\e63c";
}
.zicon-expand:before {
    content: "\e606";
}
.zicon-loading:before {
    content: "\e644";
}
.zicon-text:before {
    content: "\e658";
}
.zicon-photo:before {
    content: "\e619";
}
.zicon-video:before {
    content: "\e61a";
}
.zicon-plusminus:before {
    content: "\e65d";
}
.zicon-filter:before {
    content: "\e622";
}
.zicon-geopin:before {
    content: "\e624";
}
.zicon-letter:before {
    content: "\e901";
}
.zicon-at:before {
    content: "\e902";
}
.zicon-hash:before {
    content: "\e903";
}