@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg'),
         url('Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('Roboto-Medium-webfont.eot');
    src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Medium-webfont.svg#robotomedium') format('svg'),
         url('Roboto-Medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg'),
         url('Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('RobotoCondensed-Regular-webfont.eot');
    src: url('RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg'),
         url('RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'roboto_condensedbold';
    src: url('RobotoCondensed-Bold-webfont.eot');
    src: url('RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg'),
         url('RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'robotoregular';
		src: url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'robotomedium';
		src: url('Roboto-Medium-webfont.svg#robotomedium') format('svg');
		font-weight: 500;
		font-style: normal;
	}

	@font-face {
		font-family: 'robotobold';
		src: url('Roboto-Bold-webfont.svg#robotobold') format('svg');
		font-weight: 700;
		font-style: normal;
	}

	@font-face {
		font-family: 'roboto_condensedregular';
		src: url('RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
		font-weight: 400;
		font-style: normal;
	}


	@font-face {
		font-family: 'roboto_condensedbold';
		src: url('RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
		font-weight: 700;
		font-style: normal;
	}
}