@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?w0gzyf');
	src:url('../fonts/icomoon.eot?w0gzyf#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?w0gzyf') format('truetype'),
		url('../fonts/icomoon.woff?w0gzyf') format('woff'),
		url('../fonts/icomoon.svg?w0gzyf#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' !important;
	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;
}

.icon-chevron-thin-down:before {
	content: "\e907";
}
.icon-chevron-thin-left:before {
	content: "\e908";
}
.icon-chevron-thin-right:before {
	content: "\e909";
}
.icon-calendar:before {
	content: "\e900";
}
.icon-mail:before {
	content: "\e901";
}
.icon-phone:before {
	content: "\e902";
}
.icon-users:before {
	content: "\e903";
}
.icon-search:before {
	content: "\e904";
}
.icon-facebook2:before {
	content: "\e905";
}
.icon-twitter2:before {
	content: "\e906";
}

