@font-face {
    font-family: 'DINPro';
    src: url('../fonts/dinpro-medium.eot');
    src: url('../fonts/dinpro-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinpro-medium.woff2') format('woff2'),
    url('../fonts/dinpro-medium.woff') format('woff'),
    url('../fonts/dinpro-medium.ttf') format('truetype'),
    url('../fonts/dinpro-medium.svg#dinpro-medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/dinpro-regular.eot');
    src: url('../fonts/dinpro-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinpro-regular.woff2') format('woff2'),
    url('../fonts/dinpro-regular.woff') format('woff'),
    url('../fonts/dinpro-regular.ttf') format('truetype'),
    url('../fonts/dinpro-regular.svg#dinpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-Light';
    src: url('../fonts/dinpro-light.eot');
    src: url('../fonts/dinpro-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinpro-light.woff2') format('woff2'),
    url('../fonts/dinpro-light.woff') format('woff'),
    url('../fonts/dinpro-light.ttf') format('truetype'),
    url('../fonts/dinpro-light.svg#dinpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "isrv";
    src:url("../fonts/isrv.eot");
    src:url("../fonts/isrv.eot?#iefix") format("embedded-opentype"),
    url("../fonts/isrv.woff") format("woff"),
    url("../fonts/isrv.ttf") format("truetype"),
    url("../fonts/isrv.svg#isrv") format("svg");
    font-weight: normal;
    font-style: normal;
}
.form button i:before,
.fancybox-nav span:before,
.pager .next:before,
.search button:before,
[data-icon]:before {
    font-family: "isrv" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pager .prev:before,
a.more i:before,
.text a i:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "isrv" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before { content: "\61" }
/*.icon-close:before { content: "\62" }*/
.pager .next:before,
.form button i:before,
.text a i:before,
a.more i:before { content: "\64" }
.pager .prev:before { content: "\63" }
