@font-face {
  font-family: 'rwr-icons';
	src: url('../font/rwr-icons.eot?45742992');
	src: url('../font/rwr-icons.eot?45742992#iefix') format('embedded-opentype'),
		url('../font/rwr-icons.woff?45742992') format('woff'),
		url('../font/rwr-icons.ttf?45742992') format('truetype'),
		url('../font/rwr-icons.svg?45742992#rwr-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rwr-icon {
	font-family: "rwr-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
