
// Font face
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src:    url('../files/Lato/eot/Lato-Hairline.eot');
    src:    url('../files/Lato/eot/Lato-Hairline.eot?#iefix') format('embedded-opentype'), 
            url('../files/Lato/Lato-Hairline.ttf') format("truetype")
}
    @font-face {
        font-family: 'Lato';
        font-style: italic;
        font-weight: 100;
        src:    url('../files/Lato/eot/Lato-HairlineItalic.eot');
        src:    url('../files/Lato/eot/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), 
                url('../files/Lato/Lato-HairlineItalic.ttf') format("truetype")
    }
// Font face
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src:    url('../files/Lato/eot/Lato-Light.eot');
    src:    url('../files/Lato/eot/Lato-Light.eot?#iefix') format('embedded-opentype'), 
            url('../files/Lato/Lato-Light.ttf') format("truetype")
}
    @font-face {
        font-family: 'Lato';
        font-style: italic;
        font-weight: 300;
        src:    url('../files/Lato/eot/Lato-LightItalic.eot');
        src:    url('../files/Lato/eot/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), 
                url('../files/Lato/Lato-LightItalic.ttf') format("truetype")
    }
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src:    url('../files/Lato/eot/Lato-Regular.eot');
    src:    url('../files/Lato/eot/Lato-Regular.eot?#iefix') format('embedded-opentype'), 
            url('../files/Lato/Lato-Regular.ttf') format("truetype")
}
    @font-face {
        font-family: 'Lato';
        font-style: italic;
        font-weight: 400;
        src:    url('../files/Lato/eot/Lato-Italic.eot');
        src:    url('../files/Lato/eot/Lato-Italic.eot?#iefix') format('embedded-opentype'), 
                url('../files/Lato/Lato-Italic.ttf') format("truetype")
    }
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src:    url('../files/Lato/eot/Lato-Bold.eot');
    src:    url('../files/Lato/eot/Lato-Bold.eot?#iefix') format('embedded-opentype'), 
            url('../files/Lato/Lato-Bold.ttf') format("truetype")
}
    @font-face {
        font-family: 'Lato';
        font-style: italic;
        font-weight: 700;
        src:    url('../files/Lato/eot/Lato-BoldItalic.eot');
        src:    url('../files/Lato/eot/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), 
                url('../files/Lato/Lato-BoldItalic.ttf') format("truetype")
    }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font: 14px/1.4 Lato, 'Lucida Grande', Tahoma, sans-serif;
    color: #003a6b;
    background: #f3f7f9 url('../img/background.jpg') repeat-x 50% 100% fixed;
}
    .main {
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        overflow: auto;
    }
        .main:before {
            content: " ";
            background: red;
            vertical-align: middle;
            background: transparent;
            display: inline-block;
            width: 10px;
            height: 80%;
            margin-right: -1em;
        }
            .info {
                text-align: left;
                vertical-align: middle;
                font-size: 14px;
                line-height: 1.4;
                display: inline-block;
                background: rgba(243, 247, 249, 0.8);
                max-width: 640px;
                padding: 10px;
                position: relative              
            }
                .info h2 {
                    font-size: 16px;
                    line-height: 1.3;
                    font-weight: normal;
                    text-shadow: 0 1px 2px #b8d5e3;
                    margin: 24px 0 0;
                }
                .info h2:first-child {
                    margin-top: 0;
                }
                .info p {
                    color: #0f84b7;
                    margin: 0;
                }
                .info p:last-child {
                    margin-bottom: 0;
                }




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}