/* Google fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,400italic,100,300,700,400&subset=cyrillic,latin);



/* Work only in IE > 8 */

/* SegoeUI Semilight 200 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/200/SegoeUI-Semilight.eot');
	src: url('../fonts/SegoeUI/200/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/200/SegoeUI-Semilight.woff') format('woff'),
		 url('../fonts/SegoeUI/200/SegoeUI-Semilight.ttf') format("truetype"),
		 url('../fonts/SegoeUI/200/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');

	font-weight: 200;
	font-style: normal;
}
/* SegoeUI Light 300 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/300/SegoeUI-Light.eot');
	src: url('../fonts/SegoeUI/300/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/300/SegoeUI-Light.woff') format('woff'),
		 url('../fonts/SegoeUI/300/SegoeUI-Light.ttf') format("truetype"),
		 url('../fonts/SegoeUI/300/SegoeUI-Light.svg#SegoeUI-Light') format('svg');

	font-weight: 300;
	font-style: normal;
}
/* SegoeUI 400 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/400/SegoeUI.eot');
	src: url('../fonts/SegoeUI/400/SegoeUI.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/400/SegoeUI.woff') format('woff'),
		 url('../fonts/SegoeUI/400/SegoeUI.ttf') format("truetype"),
		 url('../fonts/SegoeUI/400/SegoeUI.svg#SegoeUI') format('svg');

	font-weight: normal;
	font-style: normal;
}
/* SegoeUI Italic 400 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/400-i/SegoeUI-Italic.eot');
	src: url('../fonts/SegoeUI/400-i/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/400-i/SegoeUI-Italic.woff') format('woff'),
		 url('../fonts/SegoeUI/400-i/SegoeUI-Italic.ttf') format("truetype"),
		 url('../fonts/SegoeUI/400-i/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');

	font-weight: normal;
	font-style: italic;
}
/* SegoeUI SemiBold 600 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/600/SegoeUI-SemiBold.eot');
	src: url('../fonts/SegoeUI/600/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/600/SegoeUI-SemiBold.woff') format('woff'),
		 url('../fonts/SegoeUI/600/SegoeUI-SemiBold.ttf') format("truetype"),
		 url('../fonts/SegoeUI/600/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
		 
	font-weight: 600;
	font-style: normal;
}
/* SegoeUI SemiBold Italic 600 */
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/600-i/SegoeUI-SemiBoldItalic.eot');
    src: url('../fonts/SegoeUI/600-i/SegoeUI-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUI/600-i/SegoeUI-SemiBoldItalic.woff') format('woff'),
         url('../fonts/SegoeUI/600-i/SegoeUI-SemiBoldItalic.ttf') format('truetype'),
         url('../fonts/SegoeUI/600-i/SegoeUI-SemiBoldItalic.svg#SegoeUI-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

/* SegoeUI Bold 700 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/700/SegoeUI-Bold.eot');
	src: url('../fonts/SegoeUI/700/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/700/SegoeUI-Bold.woff') format('woff'),
		 url('../fonts/SegoeUI/700/SegoeUI-Bold.ttf') format("truetype"),
		 url('../fonts/SegoeUI/700/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');

	font-weight: bold;
	font-style: normal;
}
/* SegoeUI Bold Italic 700 */
@font-face {
	font-family: "SegoeUI";
	src: url('../fonts/SegoeUI/700-i/SegoeUI-BoldItalic.eot');
	src: url('../fonts/SegoeUI/700-i/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/SegoeUI/700-i/SegoeUI-BoldItalic.woff') format('woff'),
		 url('../fonts/SegoeUI/700-i/SegoeUI-BoldItalic.ttf') format("truetype"),
		 url('../fonts/SegoeUI/700-i/SegoeUI-Bold.svg#SegoeUI-BoldItalic') format('svg');

	font-weight: bold;
	font-style: italic;
}