
.ftinvwl {
	font-family: "tinvwl-webfont" !important;
	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;
}

.ftinvwl-twitter:before {
	content: "";
}

.ftinvwl-facebook:before {
	content: "" !important;
}

.ftinvwl-facebook-f:before {
	content: "" !important;
}

.ftinvwl-google:before {
	content: "" !important;
}

.ftinvwl-email:before {
	content: "" !important;
}

.ftinvwl-pinterest:before {
	content: "" !important;
}

.ftinvwl-whatsapp:before {
	content: "" !important;
}

.ftinvwl-clipboard:before {
	content: "" !important;
}

.ftinvwl-star:before {
	content: "" !important;
}

.ftinvwl-shopping-cart:before {
	content: "" !important;
}

.ftinvwl-magic:before {
	content: "" !important;
}

.ftinvwl-info:before {
	content: "" !important;
}

.ftinvwl-graduation-cap:before {
	content: "" !important;
}

.ftinvwl-floppy-o:before {
	content: "" !important;
}

.ftinvwl-eyedropper:before {
	content: "" !important;
}

.ftinvwl-exclamation-triangle:before {
	content: "" !important;
}

.ftinvwl-check:before {
	content: "" !important;
}

.ftinvwl-arrow-left:before {
	content: "" !important;
}

.ftinvwl-wrench:before {
	content: "" !important;
}

.ftinvwl-chevron-down:before {
	content: "" !important;
}

.ftinvwl-chevron-right:before {
	content: "" !important;
}

.ftinvwl-chevron-left:before {
	content: "" !important;
}

.ftinvwl-chevron-up:before {
	content: "" !important;
}

.ftinvwl-cancel:before {
	content: "" !important;
}

.ftinvwl-times:before {
	content: "" !important;
}

.ftinvwl-heart-plus:before {
	content: "" !important;
}

.ftinvwl-heart-mark-right:before {
	content: "" !important;
}

.ftinvwl-heart2:before {
	content: "" !important;
}

.ftinvwl-heart-o:before {
	content: "" !important;
}

.ftinvwl-heart-mark-left:before {
	content: "" !important;
}

.ftinvwl-heart-mail:before {
	content: "" !important;
}

.ftinvwl-heart-tinv:before {
	content: "" !important;
}

.ftinvwl-key:before {
	content: "" !important;
}

.ftinvwl-lock:before {
	content: "" !important;
}

.ftinvwl-hearts:before {
	content: "" !important;
}

.ftinvwl-user:before {
	content: "" !important;
}

.ftinvwl-pulse.ftinvwl-animated::before {
	-webkit-animation: ftinvwl-pulse 2s linear infinite;
	animation: ftinvwl-pulse 2s linear infinite;
}

@-webkit-keyframes ftinvwl-pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes ftinvwl-pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
