@font-face {
	font-family: 'slick';
    font-weight: normal;
    font-style: normal;
	
	src: url('slick.eot'); /* IE9 Compat Modes */
	src: url('slick.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('slick.woff') format('woff'), /* Pretty Modern Browsers */
	url('slick.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('slick.svg#slick') format('svg'); /* Legacy iOS */
}