﻿@charset "UTF-8";

:focus {
    outline: 0;
}

.bClass {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    color: rgb(0,0,74);
    z-index: 50;
}

.cClass {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top:0;
    color: rgb(0, 0, 74);
    z-index: 0;
    overflow-y: hidden;
}

.ciClass {
    display: table-cell;
    text-align: justify;
    text-justify: inter-word;
    vertical-align: middle;
}

.ciClass h3:not(:first-child)
{
    margin-top: 0.67em;
}

.ciClass p:not(:first-child)
{
    margin-top: 0.33em;
}

.iconClass{
    font-family: 'Fontawesome';
    display: table-cell;
    padding-right: 0.5em;
    vertical-align: top;
    color:rgb(0,174,255);
}

.atClass {
    left: 0.4em;
}

.atClass a {
    font-family: "Fontawesome";
}

.atClass,
.coClass {
    position: absolute;
    bottom: 1px;
    display: inline-block;
}

.coClass {
    right: 0.4em;
}

.cvClass {
    display: none;
    color: rgb(0, 0, 73);
    font-kerning: auto;
    font-size: 1em;
    font-style: normal;
    letter-spacing: 2px;
    text-align: left;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    z-index: 100;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 768px;
    max-height: 768PX;
    height: 100%;
    width: 100%;
    position: fixed;
}

.fClass {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0.12em;
    margin-top: 100%;
    height: auto;
    letter-spacing: 0.11em;
    font-size: 0.4em !important;
    color: rgb(107,107,109);
    z-index: 8;
}

.gClass {
    position: fixed;
    right: -25%;
    left: -25%;
    bottom: 0;
    width: 150%;
    height: 33%;
    background: -moz-linear-gradient(top, white 0%, rgba(248, 248, 255, .05) 100%), url(../images/grid_g.svg) center bottom no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(248, 248, 255, .05))), url(../images/grid_g.svg) center bottom no-repeat;
    background: -webkit-linear-gradient(top, white 0%, rgba(248, 248, 255, .05) 100%), url(../images/grid_g.svg) center bottom no-repeat;
    background: -o-linear-gradient(top, white 0%, rgba(248, 248, 255, .05) 100%), url(../images/grid_g.svg) center bottom no-repeat;
    background: -ms-linear-gradient(top, white 0%, rgba(248, 248, 255, .05) 100%), url(../images/grid_g.svg) center bottom no-repeat;
    background: linear-gradient(to bottom, white 0%, rgba(248, 248, 255, .05) 100%), url(../images/grid_g.svg) center bottom no-repeat;
    background-size: cover;
    z-index: 0;
}


.goNextClass{
    color:rgba(0,74,255,0.80);
    font-size: 0.66em;
    cursor: pointer;
}

.iClass{
    display: block;
    position: absolute;
    overflow: hidden;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), to(rgba(95, 95, 95, 0.33)));
    background-image: url('../images/background.svg' );
    background-size: cover;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    bottom: 15%;
    background-position-y: 100%;
}
.lgClass {
    position: absolute;
    left: 0;
    background: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 20;
}

.mClass {
    position: fixed;
    bottom: 6%;
    z-index: 25;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    height: auto;
    margin-right: 100%;
}

.mbClass {
    font-size: 0.75em;
    font-weight: 300;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-grow: 1;
    height: auto;
    text-align: center;
}

.mbcClass{
    display: inline-block;
    cursor: pointer;
}

.tClass {
    display: block;
    z-index: 5;
    position: absolute;
    left: 14%;
    right:14%;
    overflow: hidden;
}
