@font-face {
	font-family: 'icons-custom';
	src:url('fonts/icons-custom.eot?-o7tvkp');
	src:url('fonts/icons-custom.eot?#iefix-o7tvkp') format('embedded-opentype'),
		url('fonts/icons-custom.woff?-o7tvkp') format('woff'),
		url('fonts/icons-custom.ttf?-o7tvkp') format('truetype'),
		url('fonts/icons-custom.svg?-o7tvkp#icons-custom') format('svg');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family: 'icons-custom';
	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;
}

.ci-clock:before {
	content: "\e800";
}
.ci-contact:before {
	content: "\e801";
}
.ci-locate:before {
	content: "\e802";
}
.ci-phone:before {
	content: "\e803";
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?tnjib9');
	src:url('fonts/icomoon.eot?tnjib9#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?tnjib9') format('truetype'),
		url('fonts/icomoon.woff?tnjib9') format('woff'),
		url('fonts/icomoon.svg?tnjib9#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left2:before {
	content: "\e900";
}
.icon-arrow-right2:before {
	content: "\e901";
}

