﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media print {
    .page-break-before {
        page-break-before: always;
    }

    .no-page-break-inside {
        page-break-before: auto;
        page-break-inside: avoid;
    }
}

body {
    background-image: url("/images/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    /*overflow-y: hidden;*/
    width: 100%;
    height: 100%;
}

/* Fonts */
@font-face {
    font-family: "entypo";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/icons/entypo.eot");
    src: url("/fonts/icons/entypo.eot?#iefix") format("ie9-skip-eot"), 
         url("fonts/icons/entypo.woff") format("woff"), 
         url("fonts/icons/entypo.ttf") format("truetype");
}

@font-face {
    font-family: 'daxlineprobold';
    src: url("/fonts/daxlinepro-bold-webfont.eot");
    src: url("/fonts/daxlinepro-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/daxlinepro-bold-webfont.woff") format("woff"), 
         url("/fonts/daxlinepro-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daxlineproregular';
    src: url("/fonts/daxlinepro-regular-webfont.eot");
    src: url("/fonts/daxlinepro-regular-webfont.eot?#iefix") format("embedded-opentype"), 
         url("/fonts/daxlinepro-regular-webfont.woff") format("woff"), 
         url("/fonts/daxlinepro-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daxlineprothin';
    src: url("/fonts/daxlinepro-thin-webfont.eot");
    src: url("/fonts/daxlinepro-thin-webfont.eot?#iefix") format("embedded-opentype"), 
         url("/fonts/daxlinepro-thin-webfont.woff") format("woff"), 
         url("/fonts/daxlinepro-thin-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oldstandard';
    src: url("/fonts/oldstandard-italic-webfont.eot");
    src: url("/fonts/oldstandard-italic-webfont.eot?#iefix") format("embedded-opentype"), 
         url("/fonts/oldstandard-italic-webfont.woff") format("woff"), 
         url("/fonts/oldstandard-italic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
.icon:before {
    font-family: "entypo";
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
