/**
 * MSI button icons (16px*16px)
 * 
 * MSI website theme
 * @author Jeroen Butenaerts
 * @version 1.0
 * @package fonts
 */
@font-face {
	font-family: buttonicons;
	src: url( 'msi-buttonicons.eot' );
}
@font-face {
	font-family: buttonicons;
	src: url( 'msi-buttonicons.woff' ) format( 'woff' ),
			 url( 'msi-buttonicons.ttf' ) format( 'truetype' ),
			 url( 'msi-buttonicons.svg#msi-buttonicons' ) format( 'svg' );
	font-weight: 400;
	font-style: normal;
}
.buttonicons,.buttonicons-before:before {
	display: inline-block;
	font-family: buttonicons;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	height: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 16px;
}
.buttonicons-begin:before {
	content: '\e900';
}
.buttonicons-end:before {
	content: '\e901';
}
.buttonicons-play:before {
	content: '\e902';
}
.buttonicons-play-rev:before {
	content: '\e903';
}
.buttonicons-cross:before {
	content: '\e904';
}
.buttonicons-magnifier:before {
	content: '\e905';
}
.buttonicons-magnifier2:before {
	content: '\e906';
}
.buttonicons-minus:before {
	content: '\e907';
}
.buttonicons-plus:before {
	content: '\e908';
}
.buttonicons-sliders:before {
	content: '\e909';
}
.buttonicons-scale:before {
	content: '\e90a';
}
.buttonicons-circle-third:before {
	content: '\e90b';
}
.buttonicons-arrow-down:before {
	content: '\e90c';
}
.buttonicons-arrow-left:before {
	content: '\e90d';
}
.buttonicons-arrow-right:before {
	content: '\e90e';
}
.buttonicons-arrow-up:before {
	content: '\e90f';
}
.buttonicons-upload:before {
	content: '\e910';
}
.buttonicons-download:before {
	content: '\e911';
}
.buttonicons-check:before {
	content: '\e912';
}
.buttonicons-warning:before {
	content: '\e913';
}
.buttonicons-arrow-top:before {
	content: '\e914';
}
.buttonicons-arrow-bottom:before {
	content: '\e915';
}
.buttonicons-chevron-down:before {
	content: '\e916';
}
.buttonicons-chevron-left:before {
	content: '\e917';
}
.buttonicons-chevron-right:before {
	content: '\e918';
}
.buttonicons-chevron-up:before {
	content: '\e919';
}
