@font-face {
	font-family: 'Open Sans Condensed';
	src: url('/template/font/OpenSans_Condensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/template/font/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/template/font/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/template/font/SourceSansPro-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'MeteoconsRegular'; font-style: normal; font-weight: normal;
	src: url('../font/meteocons-webfont.eot');
	src: url('../font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/meteocons-webfont.woff') format('woff'),
		 url('../font/meteocons-webfont.ttf') format('truetype'),
		 url('../font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
}

.wfont { font-family: 'MeteoconsRegular'; }

@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot?4zcbar&a');
	src:url('../font/icomoon.eot?#iefix4zcbar&a') format('embedded-opentype'),
		url('../font/icomoon.ttf?4zcbar&a') format('truetype'),
		url('../font/icomoon.woff?4zcbar&a') format('woff'),
		url('../font/icomoon.svg?4zcbar#icomoon&a') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
	content: "\e603";
}
.icon-router:before {
	content: "\f041";
}
.icon-phone:before {
	content: "\f095";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-menu:before {
	content: "\f0c9";
}
.icon-google:before {
	content: "\f0d5";
}
.icon-book:before {
	content: "\f0f2";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-request:before {
	content: "\f1d8";
}
.icon-sun:before {
	content: "\e900";
}
.icon-printer:before {
	content: "\e954";
}
.icon-instagram:before {
	content: "\ea92";
}