/**	font face	**/

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

}