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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-instagram-with-circle:before {
	content: "\42";
}
.icon-iconmonstr-facebook-4-icon:before {
	content: "\22";
}
.icon-iconmonstr-twitter-4-icon:before {
	content: "\32";
}
.icon-search:before {
	content: "\24";
}
.icon-map-pin-fill:before {
	content: "\23";
}
.icon-arrow-left:before {
	content: "\26";
}
.icon-arrow-right:before {
	content: "\27";
}
.icon-arrow-down:before {
	content: "\28";
}
.icon-arrow-up:before {
	content: "\29";
}
