@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src:    url("../files/Lato/Lato-Hairline.ttf"), 
            url("../files/Lato/eot/Lato-Hairline.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src:    url("../files/Lato/Lato-HairlineItalic.ttf"), 
            url("../files/Lato/eot/Lato-HairlineItalic.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src:    url("../files/Lato/Lato-Light.ttf"), 
            url("../files/Lato/eot/Lato-Light.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src:    url("../files/Lato/Lato-LightItalic.ttf"), 
            url("../files/Lato/eot/Lato-LightItalic.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src:    url("../files/Lato/Lato-Regular.ttf"), 
            url("../files/Lato/eot/Lato-Regular.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src:    url("../files/Lato/Lato-Italic.ttf"), 
            url("../files/Lato/eot/Lato-Italic.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src:    url("../files/Lato/Lato-Bold.ttf"), 
            url("../files/Lato/eot/Lato-Bold.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src:    url("../files/Lato/Lato-BoldItalic.ttf"), 
            url("../files/Lato/eot/Lato-BoldItalic.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src:    url("../files/Lato/Lato-Black.ttf"), 
            url("../files/Lato/eot/Lato-Black.eot");
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src:    url("../files/Lato/Lato-BlackItalic.ttf"), 
            url("../files/Lato/eot/Lato-BlackItalic.eot");
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #777d87;
}

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: 10px/20px 'Lucida Grande', Tahoma, sans-serif;
    color: #777d87;
    background-color: #000;
    background-image: url('../img/body-bkg.png');
    background-repeat: repeat;
    background-position: 50% 50%;
}
    .body-bkg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
/* Type */
h1, 
h2 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
    color: #222d3d;
    text-align: center;
    margin: 10px 0;
}
a {
    color: #007cae;
    text-decoration: none;
}
a:hover {
    color: #0b4962;
    text-decoration: none;
}

/* Foms */
fieldset {
    margin: 0 24px;
    border: 0;
}
    label {
        display: block;
        margin: 10px 0;
    }
    input[type="text"], 
    input[type="password"] {
        font-family: Lato, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        background-color: #fff;
        display: block;
        width: 100%;
        *width: 248px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        margin: 0 0 20px;
        border: 1px solid #ced1d4;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 5px 5px -5px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 5px 5px -5px rgba(0,0,0,.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 5px 5px -5px rgba(0,0,0,.2);
    }
    input:-moz-placeholder {
        color: #d3d5d8
    }
    input:-ms-input-placeholder {
        color: #d3d5d8
    }
    input::-webkit-input-placeholder {
        color: #d3d5d8
    }
    input[type="radio"], 
    input[type="checkbox"] {
        vertical-align: middle;
        margin: -2px 5px 0 0;
    }
    input.id, 
    input.pass {
        background-repeat:  no-repeat;
        background-position: 10px 50%;
        *width: 226px;
        padding-left: 32px;
    }
    input.id {
        background-image: url('../img/id.png');
    }
    input.pass {
        background-image: url('../img/pass.png');
    }
    label.checkbox {
        font-weight: bold;
        margin-bottom: 20px;
    }
    .btn {
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0,0,0,.2);
        text-align: center;
        vertical-align: middle;
        display: block;
        width: 100%;
        margin: 0 0 20px;
        background: #70777e; /* Old browsers */
        background: -moz-linear-gradient(top,  #70777e 0%, #53585d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70777e), color-stop(100%,#53585d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #70777e 0%,#53585d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #70777e 0%,#53585d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #70777e 0%,#53585d 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #70777e 0%,#53585d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70777e', endColorstr='#53585d',GradientType=0 ); /* IE6-9 */
        padding: 5px 10px 3px;
        cursor: pointer;
        border: 1px solid #4a4949;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.3);
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.3);
        box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.3);
    }
    
    .errors {
        font-size: 12px;
        text-shadow: 0 1px 0 #feeff1;
        color: #b94a48;
        background-color: #f2dede;
        display: block;
        padding: 6px 18px;
        margin: 20px 0;
        border: solid 1px #db808b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        list-style: none;
    }

    .wrapper {
        padding: 6px;
    }
    .main-container {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
        .main {
            background: #fff url('../img/main-bkg.png') repeat 50% 50%;
            width: 330px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin: -225px 0 0 -165px;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
            -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
            box-shadow: 0 2px 5px rgba(0,0,0,.4);
        }
        .main:before, 
        .main:after {
            display: block;
            display: none \9;
            content: "";
            width: 0;
            height: 0;
            overflow: hidden;
            border-style: solid;
            border-width: 7px;
            position: absolute;
            top: 100%;
            right: 30px;
        }
        .main:before {
            border-color: #fbfbfb transparent transparent transparent;
            z-index: 2;
        }
        .main:after {
            margin-top: 1px;
            border-color: #919191 transparent transparent transparent;
            z-index: 1;
        }
            article {}
                article header {
					text-align:center;
                    border-top: solid 1px #fff;
                    border-bottom: solid 1px #e2e2e2;
                }
                article header:first-child {
                    border-top: none;
                }                
                    article header h1 {
                        font-size: 28px;
                        line-height: 1.6em;
                        color: #a3a8ae;
                        margin: 10px 0;
                    }
                        article header h1 img {
                            display: block;
                            margin: 0 auto;
                        }
                .language {
                    text-align: right;
                    display: block;
                    padding: 0;
                    margin: 2px 10px;
                    list-style: none;
                }
                    .language li {
                        display: inline-block;
                    }
                    .language li:before {
                        content: "·";
                        color: #d0d0d0;
                        margin: 0 4px 0 0;
                    }
                    .language li:first-child:before {
                        display: none;
                    }
                        .language a {
                            color: #d0d0d0;
                            text-transform: uppercase;
                        }
                        .language a:hover {
                            color: #686e74;
                        }
                article section {
                    border-top: solid 1px #fff;
                    border-bottom: solid 1px #e2e2e2;
                }
                article section:first-child {
                    border-top: none;
                }
                    article section h2 {}
                    article section .slogan {
                        font-family: Lato, Helvetica, Arial, sans-serif;
                        font-size: 20px;
                        line-height: 1em;
                        font-weight: 300;
                        font-style: italic;
                        color: #a7a7a7;
                        text-align: center;
                        margin-top: 0;
                    }
                article footer {
                    text-align: center;
                    border-top: solid 1px #fff;
                }
    .notifications-wrapper {
        display: block;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
    }
        .notification {
            background: rgb(255,255,255); /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
            
            font-size: 14px;
            line-height: 1.4em;
            color: #737373;
            text-shadow: 0 1px 1px #ffffff;
            text-align: center;
            padding: 5px 20px;
            border-bottom: solid 1px #737373;
        }
            .notification .close {
                font: 22px/1em bold;
                color: #b7b7b7;
                text-shadow: none;
                display: block;
                position: absolute;
                top: 6px;
                right: 7px;
            }
            .notification p {
                margin: 0;
            }
            .notification .browser-link {
                margin: 0 2px;
            }
                .notification .browser-link img {
                    vertical-align: middle;
                }
        .warning {
            background: rgb(255,168,76); /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-8 */
                        
            color: #fff;
            text-shadow: 0 1px 1px #ad6416;
            border-bottom-color: #ad6416;
        }
            .warning .close {
                color: #ad6416;
            }













/* ==========================================================================
   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;
}

/* ==========================================================================
   gdc
   ========================================================================== */
.gdc {
    background: transparent url('../img/gdc-bkg.jpg') repeat 50% 50%;
}
                .gdc article header {
                    margin-bottom: 3em;
                }