/**
 * @license
 * MyFonts Webfont Build ID 2949185, 2015-01-08T06:38:17-0500
 * MyFonts Webfont Build ID 3009883, 2015-04-15T16:00:48-0400
 * MyFonts Webfont Build ID 3009885, 2015-04-15T16:04:19-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: MuseoSansCyrl-500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans-cyrillic/500/
 * Licensed pageviews: Unlimited
 * 
 * Webfont: MuseoSansCyrl-700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans-cyrillic/700/
 * Licensed pageviews: 11,000,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2949185
 * Webfonts copyright: Copyright (c) 2012 by Jos Buivenga. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d0041");


@font-face { 
    font-family: 'MP_MuseoSans500';
    font-weight: normal;
    font-style: normal;
    src: url("/s/f/museo/sans_500/2DED5D_0_0.woff2") format("woff2"),
         url("/s/f/museo/sans_500/2D0040_0_0.woff") format("woff");
}

@font-face { /* Museo Sans W01 700 */
    font-family: 'MP_MuseoSans700';
    font-weight: bold;
    font-style: normal;
    src: url('/s/f/museo/sans_700/2DED5B_0_0.woff2') format('woff2'),
         url('/s/f/museo/sans_700/2D0040_1_0.woff') format('woff');
}

@font-face { 
    font-family: 'MP_Noto';
    font-weight: normal;
    font-style: normal;
    src: url("/s/f/noto/sans-regular.woff") format("woff");
}

@font-face {
    font-family: 'MP_Noto';
    /*
    There is no 'Arial Bold' option in Safari there is only Arial as a whole family.
    But, for Firefox & IE we need to be more specific. 
	Firefox (and Safari 5?) can't chose between fonts, it take only first one,
	so first must be the font name for Firefox, then for Safari.
	IE 7-8 uses Droid with auto-bold instead of Arial bold, font-weight property doesn't work there. 
	IE 9 fixed 
    */
    font-weight: bold;
    font-style: normal;
    src: local('Arial bold'), local('Arial Bold'), local('Arial'); /* Tested in Safari 5.1.7 & Safari 6*/
}