@charset "utf-8";
/* CSS Document */

/* ********************************** */
/* FONTS NOTO SANS GOOGLE EN LOCAL    */
/* https://google-webfonts-helper.herokuapp.com/fonts/noto-sans?subsets=cyrillic-ext,latin,cyrillic,greek,latin-ext,vietnamese,greek-ext,devanagari */
/* ********************************** */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans'), local('NotoSans'),
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Noto Sans Italic'), local('NotoSans-Italic'),
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'),
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/css_file/fonts/noto-sans-v7-devanagari_greek-ext_vietnamese_latin-ext_greek_cyrillic_latin_cyrillic-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ************************************* */
/* ICONS MATERIAL DESIGN GOOGLE EN LOCAL */
/* ************************************* */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/jquery_plugins/material-design-google/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(/jquery_plugins/material-design-google/MaterialIcons-Regular.woff2) format('woff2'),
	url(/jquery_plugins/material-design-google/MaterialIcons-Regular.woff) format('woff'),
	url(/jquery_plugins/material-design-google/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}