/* @font-face {
    font-family: 'flexo';
    src: url("../../fonts/Flexo-Bold.otf") format("opentype");
    font-weight: bold
} */

@font-face {
    font-family: 'flexo';
    src: url("../../fonts/Flexo-Bold-Italic.otf") format("opentype");
    font-style: italic;
    font-weight: bold
}

@font-face {
    font-family: 'flexo';
    src: url("../../fonts/Flexo-Heavy.otf") format("opentype");
    font-weight: heavy
}

/* @font-face {
    font-family: 'flexo';
    src: url("../../fonts/Flexo-Regular.ttf") format("opentype");
    font-weight: 100
} */

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
html {
    width: 100%
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 3em;
    display: none
}

#loading>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

img {
    width: 100%
}

.form-group {
    position: relative
}

.form-input {
    width: 100%
}

input {
    outline: 0
}

footer {
    padding: 30px 0 5px 0;
    background-color: #00528F
}

footer hr {
    width: 100%;
    background: #c0c0c0
}

footer a {
    color: #fff
}

footer p {
    font-size: 14px;
    color: #fff
}

footer p b {
    font-family: flexo;
    letter-spacing: 1px;
    font-size: 13px
}

footer .text {
    font-weight: 300
}

footer .sub-title {
    color: #fff;
    font-family: flexo;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase
}

footer .copyright {
    text-align: center;
    font-weight: 100
}

footer ul {
    list-style: none;
    padding: 0
}

footer ul li {
    display: inline
}

footer ul li a {
    margin: 10px 5px;
    background: #ffffffb5;
    border-radius: 50%;
    width: auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #0087CC;
    font-size: 25px
}

/*# sourceMappingURL=app.min.css.map */