@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/robotocondensed-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(../fonts/robotocondensed-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/robotocondensed-bold.ttf) format('truetype');
}


/* ICOMOON */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-2t6ayi');
	src:url('../fonts/icomoon.eot?#iefix-2t6ayi') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-2t6ayi') format('woff'),
		url('../fonts/icomoon.ttf?-2t6ayi') format('truetype'),
		url('../fonts/icomoon.svg?-2t6ayi#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-caret-right:before {
	content: "\e60b";
	font-size: 14px;
}
.icon-caret-down:before {
	content: "\e600";
	font-size: 14px;
}
.icon-remove:before {
	content: "\e601";
	font-size: 14px;
}
