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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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:before {
	display: inline-block;
	margin-right: 0.5em;
	color: #ffffff;
}

.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-thin-down:before {
  content: "\e902";
}
.icon-chevron-thin-up:before {
  content: "\e903";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-phone1:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e948";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-phone:before {
  content: "\f095";
}
.icon-bars:before {
  content: "\f0c9";
}