

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

}


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

}

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

}


.wf-loading .container { visibility:hidden;}
.wf-active .container ,.wf-inactive .container{ visibility:visible;}

.wf-loading body { overflow-y:hidden;}
.wf-active html ,.wf-inactive html{ overflow-y:auto;}


.wf-loading #loader{ display:block; position:absolute; left:50%; top:0; width:1000px;  margin-left:-500px; min-height:100%; background:#fff url(/images/loading.gif) no-repeat center;}
.wf-active #loader,.wf-inactive #loader{ display:none;}
