
/*---------------------------------------------*/
/*--- 1. CSS Reset ---*/
/*---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
body {
    line-height: 1;
}
img {
    max-width: 100%;
}
html, body {
    height: 100%;
}
/*---------------------------------------------*/
/*--- 2. Fonts Setup ---*/
/*---------------------------------------------*/
body {
    background: #252525;
    font-size: 14px;
}
.text-bold {
    font-weight: bold;
}
.text-white {
    color: #fff;
}
h4 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.container {
    width: 100%;
    padding: 0;
}
.st-container {
    position: relative;
}
.st-container, .st-content {
    height: 100%;
}
.block-page form input.form-control {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    border: none;
    color: #252525;
    width: 100%;
    margin: 15px auto;
    height: 55px;
}
.block-page span {
    color: white;
    font-weight: bolder;
}
.block-page a {
    transition: all 250ms;
}
.block-page a:hover {
    opacity: 0.8;
}
.input__field:focus {
    outline: none;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
}
.input__field--akira {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0 1em;
    width: 100%;
    height: 100%;
    background: transparent;
    text-indent: 30%;
    caret-color: white;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label--akira {
    padding: 0;
    width: 100%;
    background: #696a6e;
    color: #cc6055;
    cursor: text;
}
.input__field--akira:focus + .input__label--akira, .input--filled .input__label--akira {
    cursor: default;
    pointer-events: none;
}
.input__field--akira:focus + .input__label--akira::before, .input--filled .input__label--akira::before {
    -webkit-transform: scale3d(0.99, 0.95, 1);
    transform: scale3d(0.99, 0.95, 1);
}
.input__label--akira::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252525;
    -webkit-transform: scale3d(0.97, 0.85, 1);
    transform: scale3d(0.97, 0.85, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 20px;
    width: 100%;
}
.input__label-content--akira {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__label-content.input__label-content--akira {
    color: white;
    font-size: 14px;
}
.input__label-content.input__label-content--akira {
    color: white;
    font-size: 14px;
}
.input__field--akira:focus + .input__label--akira .input__label-content--akira, .input--filled .input__label-content--akira {
    -webkit-transform: translate3d(0, -3.5em, 0);
    transform: translate3d(0, -3.5em, 0);
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 15px auto;
    width: 100%;
    vertical-align: top;
}
.all-pages {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
    position: relative;
}
.block-page {
    background: #252525;
    margin: 0 auto;
    box-shadow: 5px 5px 50px #252525;
    border-radius: 5px;
    padding: 50px 30px;
    align-self: center;
}
.all-pages .st-container.st-effect {
    display: flex;
}
.language span {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}
.language img {
    width: 25px;
    display: table-cell;
    vertical-align: middle;
}
.dropdown-menu {
    box-shadow: none;
    opacity: 0;
    display: initial;
    visibility: hidden;
    float: left;
    font-size: 12px;
    right: -90px;
    list-style: none;
    padding: 0;
    font-size: 14px;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 300ms ease;
}
.dropdown-menu > li {
    width: 100%;
}
.dropdown-menu > li:hover {
    background-color: #eee;
    opacity: 0.8;
}
.dropdown-menu > li > a {
    color: #252525;
}
.dropdown-menu > li > a > span {
    color: #252525;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    top: 100%;
    width: 250px;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
}
.navbar-nav .language .dropdown-menu {
    width: 160px;
}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0.8;
    background-color: white;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: white;
}

.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #2258bf;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}