/* SITE FONTS */

	/* LATO */
	
	@font-face {
		font-family: 'Lato Light';
		src: url('../fonts/Lato-Light-webfont.eot');
		src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Lato-Light-webfont.svg#latolight') format('svg'),
			 url('../fonts/Lato-Light-webfont.woff2') format('woff2'),
			 url('../fonts/Lato-Light-webfont.woff') format('woff'),
			 url('../fonts/Lato-Light-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Lato';
		src: url('../fonts/Lato-Regular-webfont.eot');
		src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		     url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg'),
			 url('../fonts/Lato-Regular-webfont.woff2') format('woff2'),
			 url('../fonts/Lato-Regular-webfont.woff') format('woff'),
			 url('../fonts/Lato-Regular-webfont.ttf') format('truetype') ;
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Lato Bold';
		src: url('../fonts/Lato-Bold-webfont.eot');
		src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		     url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg'),
			 url('../fonts/Lato-Bold-webfont.woff2') format('woff2'),
			 url('../fonts/Lato-Bold-webfont.woff') format('woff'),
			 url('../fonts/Lato-Bold-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Lato Black';
		src: url('../fonts/Lato-Black-webfont.eot');
		src: url('../fonts/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
		     url('../fonts/Lato-Black-webfont.svg#latoblack') format('svg'),
			 url('../fonts/Lato-Black-webfont.woff2') format('woff2'),
			 url('../fonts/Lato-Black-webfont.woff') format('woff'),
			 url('../fonts/Lato-Black-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	
	
	/* ICON FONT */
	
	@font-face {
		font-family: 'louis-perry-group';
		src: url('../fonts/louis-perry-group.eot');
		src: url('../fonts/louis-perry-group.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/louis-perry-group.svg#louis-perry-group') format('svg'),
		     url('../fonts/louis-perry-group.woff') format('woff'),
		     url('../fonts/louis-perry-group.ttf') format('truetype');    
		font-weight: normal;
		font-style: normal;
	}
	
	[data-icon]:before {
		font-family: 'louis-perry-group' !important;
		content: attr(data-icon);
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	[class^="icon-"]:before,
	[class*=" icon-"]:before {
		font-family: 'louis-perry-group' !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.icon-arrow-long:before {
		content: "a";
	}
	
	.icon-arrow-short:before {
		content: "b";
	}
	
	.icon-arrow-accordion:before {
  		content: "c";
	}
	
	

	

	
	