@font-face {
	font-family: "Flaticon";
	src: url("Flaticon.eot");
	src: url("Flaticon.eot#iefix") format("embedded-opentype"),
	url("Flaticon.woff") format("woff"),
	url("Flaticon.ttf") format("truetype"),
	url("Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="fi-"]:before,
[class*=" fi-"]:before,
[class^="fi-"]:after,
[class*=" fi-"]:after {
	font-family: Flaticon;
	margin-left: 5px;
	display: inline-block;
    font-size: inherit;
	font-weight: 500;
    text-rendering: auto;
	font-style: normal;
}

[class^="fi-"].margin-right:before,
[class*=" fi-"].margin-right:before,
[class^="fi-"].margin-right:after,
[class*=" fi-"].margin-right:after {
	margin-left: 0;
	margin-right: 5px;
}

[class^="fi-"].margin-center:before,
[class*=" fi-"].margin-center:before,
[class^="fi-"].margin-center:after,
[class*=" fi-"].margin-center:after {
	margin: 0 2px;
}


.fi-thinArrowRight:before {
	content: "\f105";
}

.fi-thinArrowDown:before {
	content: "\f105";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fi-thinArrowLeft:before {
	content: "\f103";
}

.fi-thinArrowUp:before {
	content: "\f105";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fi-smallArrowDown:before {
	content: "\f102";
}

.fi-arrowDown:before {
	content: "\f101";
}

.fi-arrowUp:before {
	content: "\f100";
}

.fi-facebook:before {
	content: "\f108";
}

.fi-google:before {
	content: "\f109";
}

.fi-play:before {
	content: "\f104";
}

.fi-search:before {
	content: "\f10b";
}

.fi-calendar:before {
	content: "\f10a";
}

.fi-menu:before {
	content: "\f106";
}

.fi-plus:before {
	content: "\f107";
}

.fi-cancel:before {
	content: "\f107";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=5)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
