/*--Initial styles--*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    color: #58606C;
    position: relative;
    padding: 0;
}

a {
    text-decoration: none;
    color: #343f4A;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-height: 1px;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
}

ol {
    list-style-position: inside;
}

input,
select,
button,
textarea {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    color: #58606C;
    box-sizing: border-box;
}

.fl_right {
    float: right !important;
}

.fl_left {
    float: left !important;
}

.f_bold {
    font-weight: 700;
}

.f_black {
    font-weight: 900;
}

.f_light {
    font-weight: 400;
}

.f_upper {
    text-transform: uppercase;
}

.f_gray {
    color: #343f4A;
}

.bg_none,
.bg_none td {
    background: none !important;
}

.ta_cent {
    text-align: center;
}

.ta_left {
    text-align: left !important;
}

.ta_right {
    text-align: right;
}

/*--Common styles--*/
.main_bg {
    background: #b9d6f3;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wrapper_bg {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 30%;
    right: 30%;
    bottom: 0;
}

.wrapper {
    margin: 0 auto;
    width: 50%;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 1em;
}

.top_part {
    padding: 10% 2em 1em;
}

.logo {
    width: 80%;
    max-width: 292px;
    margin: 0 0 1.875em;
}

.logo_date {
    width: 80%;
    max-width: 300px;
    margin: 1.375em 0 4.625em;
}

.headl_14 {
    font-size: 0.875em;
}

.headl_22 {
    font-size: 1.375em;
}



/*--Responsive--*/
.mob_disp_none {
}

@media only screen and (max-width: 1179px) {

    html {
        font-size: 55%;
    }

}

@media only screen and (max-width: 860px) {

    html {
        font-size: 45%;
    }

    .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper_bg {
        left: 10%;
        right: 10%;
    }

}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 380px) {

}
