@font-face {
	font-family: "icons";
	font-display: block;
	src: url("icons.woff") format("woff"),
url("icons.woff2") format("woff2");
}

.icon {
	line-height: 1;
}

.icon:before {
	font-family: icons !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.icon-alert:before {
	content: "\f101";
}
.icon-arrow-down:before {
	content: "\f102";
}
.icon-arrow-left:before {
	content: "\f103";
}
.icon-arrow-right:before {
	content: "\f104";
}
.icon-arrow-up:before {
	content: "\f105";
}
.icon-caret-down:before {
	content: "\f106";
}
.icon-caret-left:before {
	content: "\f107";
}
.icon-caret-right:before {
	content: "\f108";
}
.icon-caret-up:before {
	content: "\f109";
}
.icon-check-circ:before {
	content: "\f10a";
}
.icon-check:before {
	content: "\f10b";
}
.icon-chevron-down:before {
	content: "\f10c";
}
.icon-chevron-left:before {
	content: "\f10d";
}
.icon-chevron-right:before {
	content: "\f10e";
}
.icon-chevron-up:before {
	content: "\f10f";
}
.icon-close:before {
	content: "\f110";
}
.icon-disabled:before {
	content: "\f111";
}
.icon-facebook:before {
	content: "\f112";
}
.icon-instagram:before {
	content: "\f113";
}
.icon-link:before {
	content: "\f114";
}
.icon-linkedin:before {
	content: "\f115";
}
.icon-menu:before {
	content: "\f116";
}
.icon-pause:before {
	content: "\f117";
}
.icon-play:before {
	content: "\f118";
}
.icon-search:before {
	content: "\f119";
}
.icon-stop:before {
	content: "\f11a";
}
.icon-twitter:before {
	content: "\f11b";
}
.icon-youtube:before {
	content: "\f11c";
}

