/*
===============================================================================================================================================
																																  DEFAULT FONTS
===============================================================================================================================================
*/


@font-face {
    font-family: 	'Raleway';
	
	src:	 		url('/fonts/raleway-thin-webfont.eot');
	src:	 		url('/fonts/raleway-thin-webfont.eot?#iefix') format('eot'),
					url('/fonts/raleway-thin-webfont.woff') format('woff'),
					url('/fonts/raleway-thin-webfont.ttf') format('truetype'),
					url('/fonts/raleway-thin-webfont.svg') format('svg');
    font-weight: 	100;
    font-style: 	normal;

}

@font-face {
    font-family: 	'Raleway';
    src: 			url('/fonts/raleway-light-webfont.eot');
    src: 			url('/fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         			url('/fonts/raleway-light-webfont.woff') format('woff'),
         			url('/fonts/raleway-light-webfont.ttf') format('truetype');
    font-weight: 	300;
    font-style: 	normal;

}

@font-face {
    font-family: 	'Raleway';
    src:			url('/fonts/raleway-regular-webfont.eot');
    src: 			url('/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         			url('/fonts/raleway-regular-webfont.woff') format('woff'),
         			url('/fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: 	400;
    font-style: 	normal;

}

@font-face {
    font-family: 	'Raleway';
    src: 			url('/fonts/raleway-medium-webfont.eot');
    src: 			url('/fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
        			url('/fonts/raleway-medium-webfont.woff') format('woff'),
         			url('/fonts/raleway-medium-webfont.ttf') format('truetype');
    font-weight: 	500;
    font-style: 	normal;

}

@font-face {
    font-family: 	'Raleway';
    src: 			url('/fonts/raleway-bold-webfont.eot');
    src:			url('/fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         			url('/fonts/raleway-bold-webfont.woff') format('woff'),
         			url('/fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: 	700;
    font-style: 	normal;

}



/*
===============================================================================================================================================
																															  FONTS FOR FIREFOX
===============================================================================================================================================
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	@font-face {
		font-family: 	'Raleway';
		src:	 		url('/fonts/raleway-light-webfont.eot');
		src:	 		url('/fonts/raleway-light-webfont.eot?#iefix') format('eot'),
						url('/fonts/raleway-light-webfont.woff') format('woff'),
						url('/fonts/raleway-light-webfont.ttf') format('truetype'),
						url('/fonts/raleway-light-webfont.svg') format('svg');
		font-weight: 	100;
	}
	
	@font-face {
		font-family: 	'Raleway';
		src:	 		url('/fonts/raleway-regular-webfont.eot');
		src:	 		url('/fonts/raleway-regular-webfont.eot?#iefix') format('eot'),
						url('/fonts/raleway-regular-webfont.woff') format('woff'),
						url('/fonts/raleway-regular-webfont.ttf') format('truetype'),
						url('/fonts/raleway-regular-webfont.svg') format('svg');
		font-weight: 	300;
	}
	
	@font-face {
		font-family: 	'Raleway';
		src:	 		url('/fonts/raleway-medium-webfont.eot');
		src:	 		url('/fonts/raleway-medium-webfont.eot?#iefix') format('eot'),
						url('/fonts/raleway-medium-webfont.woff') format('woff'),
						url('/fonts/raleway-medium-webfont.ttf') format('truetype'),
						url('/fonts/raleway-medium-webfont.svg') format('svg');
		font-weight: 	400;
	}
	
	@font-face {
		font-family: 	'Raleway';
		src:	 		url('/fonts/raleway-bold-webfont.eot');
		src:	 		url('/fonts/raleway-bold-webfont.eot?#iefix') format('eot'),
						url('/fonts/raleway-bold-webfont.woff') format('woff'),
						url('/fonts/raleway-bold-webfont.ttf') format('truetype'),
						url('/fonts/raleway-bold-webfont.svg') format('svg');
		font-weight: 	500;
	}
	
	@font-face {
		font-family: 	'Raleway';
		src:	 			url('/fonts/raleway-extrabold-webfont.svg') format('svg');
		font-weight: 	700;
	}
}